Capture decisions, learnings, patterns, and context as persistent memories that survive across sessions.
Captures decisions, learnings, patterns, and context as persistent memories that survive across sessions.
npx claudepluginhub zircote/subcogThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Capture decisions, learnings, patterns, and context as persistent memories that survive across sessions.
| Namespace | Use When | Signal Words |
|---|---|---|
decisions | Making architectural or design choices | "decided", "chose", "going with" |
patterns | Establishing recurring practices | "always", "never", "when X do Y" |
learnings | Discovering something new | "TIL", "gotcha", "discovered" |
context | Recording background information | "because", "constraint", "requirement" |
tech-debt | Noting future work | "TODO", "FIXME", "temporary" |
apis | Documenting API contracts | "endpoint", "API", "schema" |
config | Recording configuration details | "config", "environment", "setting" |
security | Security-related information | "auth", "vulnerability", "permission" |
performance | Performance insights | "optimization", "benchmark", "latency" |
testing | Testing strategies | "edge case", "fixture", "coverage" |
Capture Quality Guidelines:
For learnings:
[Discovery]: {what was learned}
[Situation]: {when/how it was discovered}
[Impact]: {why it matters}
For patterns:
[Pattern]: {the practice or convention}
[When]: {situations where it applies}
[Why]: {benefits of following this pattern}
</templates>
Parameters:
namespace (required): One of the 10 namespacescontent (required): The memory contenttags (optional): Array of tags for discoverabilitysource (optional): Source reference (file path, URL, etc.)priority (optional): 1-5, higher = more importantReturns:
memory_id: Unique identifierurn: Memory URN for referencetimestamp: Capture time
</mcp>
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.