From anchored
Use Anchored memory tools (anchored_context, anchored_search, anchored_save, kg_query, kg_add) as the default cross-tool memory for this user. Treat memory as always-on, not a feature reached for only on specific phrases. Trigger this skill whenever: any mention of memory ("memória", "memory", "lembra", "remember", "guarda", "salva", "what did we"); any reference to prior work, decisions, conventions, preferences, "we", "our", "always", "never", "from now on", "going forward"; any question about a project, service, repo, person, library, or stack the user names; any architectural / naming / tooling recommendation about to be made (search first to honor prior decisions); and on every new conversation (call anchored_context first). Default to using memory when in doubt.
How this skill is triggered — by the user, by Claude, or both
Slash command
/anchored:anchoredThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call `anchored_context` first, before any other tool, on every new conversation. It returns
Call anchored_context first, before any other tool, on every new conversation. It returns
identity, project context, recent decisions, and relevant memories accumulated from every
AI tool and IDE the user works in. Without it you have no continuity.
Re-call when the user changes directories or shifts to a different project.
Quietly call anchored_search before answering questions about the user's projects, services,
decisions, conventions, or preferences. Let the result inform your reply. Don't narrate the
search — the user expects you to remember, not to recite the act of remembering.
Call anchored_save when durable, non-obvious knowledge appears:
Always pick a category explicitly. Never save secrets, credentials, or session-only state.
Call kg_add when the user reveals structural facts: "X depends on Y", "service A deployed
on B", "team T owns service S". The graph compounds across sessions and complements prose
memory.
Call kg_query when the user names a specific entity (project, service, repo, person, API,
library) and you need its edges, not just prose mentions.
Skip casual remarks, ephemeral task state, and anything inferable from the codebase. A few high-signal entries beat a flood of low-value ones. The user has paid for the memory; use it actively, but don't turn it into a logger.
npx claudepluginhub b92c/anchored --plugin anchoredGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.