mode-creator

by thedotmack 91k Apache-2.0 Updated Aug 18, 2026
mode-creator skill by thedotmack
Social preview for thedotmack/claude-mem

mode-creator is an open-source backend skill for Claude Code and compatible agents, published by thedotmack. Its author describes it as: “Interactively create, install, activate, and verify custom claude-mem modes, including domain-specific observation types, concept tags, optional Telegram alerts, bot setup, worker restart, and startup-context verifica…”. The project has 91k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `/plugin marketplace add thedotmack/claude-mem`.

What mode-creator does

Create a useful note-taking system, not merely a valid JSON file. Interview the user, propose a small taxonomy, obtain approval, install it durably, configure optional alerts, restart the worker, and prove the active mode appears in startup context.

Installation

Add mode-creator to your agent with:

/plugin marketplace add thedotmack/claude-mem

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for mode-creator is organised into these sections:

  • Ground rules
  • 1. Open with the purpose
  • 2. Discover what is worth remembering
  • 3. Propose the mode
  • 4. Ask about Telegram alerts
  • 5. Draft, validate, and install
  • 6. Connect Telegram when needed
  • 7. Restart and prove the result
  • 8. Hand off clearly

When to use it

Reach for mode-creator when you want backend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear Apache-2.0 license — safe to read and adapt
  • Ships in thedotmack/claude-mem, an established project with 91,126 GitHub stars
  • Actively maintained (recent commits)

Topics

aiai-agentsai-memoryanthropicartificial-intelligencechromadbclaudeclaude-agent-sdkclaude-agentsclaude-codeclaude-code-pluginclaude-skillsembeddingslong-term-memorymem0memory-engineopenmemoryragsqlitesupermemory

Frequently asked questions

What does mode-creator do?
Interactively create, install, activate, and verify custom claude-mem modes, including domain-specific observation types, concept tags, optional Telegram alerts, bot setup, worker restart, and startup-context verification. Use this whenever someone asks to customize what claude-mem remembers, create or change a mode, track domain-specific notes, add observation types or tags, or send Telegram notifications for particular memories—even if they do not use the word "mode."
How do I install mode-creator?
Run /plugin marketplace add thedotmack/claude-mem in your agent, then reload your skills. Review the source at https://github.com/thedotmack/claude-mem before installing.
Is mode-creator free to use?
Yes. mode-creator is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
Where does mode-creator come from?
mode-creator ships inside thedotmack/claude-mem, a repository that contains 21 catalogued skills in total. The repository's 91,126 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Backend →

MUST USE for ANY work on .py .pyi .rs .ts .tsx .mts .cts .go files. One philosophy: strict types, modern stacks (Pydantic v2 / serde+thiserror / Zod / gin+sqlc+pgx+slog), modern toolchains (uv+basedpyright+ruff / cargo+clippy+miri / Bun+Biome+tsc / gofumpt+golangci-lint v2+nilaway+go-race), parse-don't-validate, exhaustive match, typed errors, no any/unwrap/panic, 250 LOC ceiling, TDD, consumer-routed logging. Routes to references/{python,rust,typescript,rust-ub,go}/ + references/logging.md. Triggers: write/edit Python/Rust/TypeScript/Go code, new project, gin server, bubbletea TUI, CJK IME, connect-go RPC, sqlc pgx, branded ids, exhaustive match, unsafe Rust, miri, oversized file, refactor, TDD, e2e test, logging, log levels, structured logging, observability, arena, allocator, bumpalo, const fn, const generics, comptime, zero-alloc, bitfield, repr, scopeguard, errdefer, Zig-like, zerocopy, packed struct.

68k code-yeongyu Other

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

39k wshobson MIT

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.

Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails.

NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU.