context-mode-ops
Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging…
Purge the context-mode knowledge base. Permanently deletes all indexed content and resets session stats. This is destructive and cannot be undone. Trigger: /context-mode:ctx-purge
$ npx -y skills add mksglu/context-mode --skill ctx-purge --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ctx-purgeContext preview
The summary Claude sees to decide when to auto-load this skill.
Purge the context-mode knowledge base. Permanently deletes all indexed content and resets session stats. This is destructive and cannot be undone. Trigger: /context-mode:ctx-purge
name: ctx-purge description: | Purge the context-mode knowledge base. Permanently deletes all indexed content and resets session stats. This is destructive and cannot be undone. Trigger: /context-mode:ctx-purge user-invocable: true
Permanently deletes session data for this project. Two scopes are supported (issue #520):
1. **Decide the scope first** with the user:
2. **Warn the user about scope:'project'**. Everything will be deleted:
3. Call the `mcp__context-mode__ctx_purge` MCP tool with the chosen parameters:
4. Report the result to the user — the response lists exactly what was deleted and (for scoped purges) confirms that other sessions and project stats were preserved.
The other half of the context problem. Used across teams at
Repo: mksglu/context-mode
Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging…
Use context-mode tools (ctx_execute, ctx_execute_file) instead of Bash/cat when processing large outputs. Triggers: "analyze logs", "summarize output",…
Run context-mode diagnostics. Checks runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Trigger: /context-mode:ctx-doctor
Index a local file or directory into context-mode's persistent FTS5 knowledge base so future ctx_search calls can retrieve focused snippets without rereading…
Open the context-mode Insight dashboard in your default browser. Insight is the hosted analytics layer for AI-assisted engineering teams — per-engineer…
Search context-mode's persistent FTS5 knowledge base for previously indexed local project content, documentation, or session memory. Trigger:…