From ctx-tree
Use ctx-tree MCP tools to reduce token usage and context rot for any task involving file reads, search, or recall
How this skill is triggered — by the user, by Claude, or both
Slash command
/ctx-tree:using-ctx-treeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use ctx-tree's MCP tools whenever token savings, context control, or recall across tool calls would be valuable. This applies broadly — not only to large codebases or long sessions.
Use ctx-tree's MCP tools whenever token savings, context control, or recall across tool calls would be valuable. This applies broadly — not only to large codebases or long sessions.
ctx_tree_read — read a file with symbol-level chunking; use budget_tokens to cap outputctx_tree_grep — search with ripgrep; results stored as graph nodes for future recallctx_tree_search — keyword search across all previously captured contentctx_tree_compose — assemble a context bundle from seed node IDs within a token budgetctx_tree_neighbors — walk edges and parent relationships from a known nodectx_tree_recent — retrieve recently captured nodesctx_tree_path_to_root — walk the parent chain from any node up to the rootAny of these signals is enough:
Specific patterns:
ctx_tree_search or ctx_tree_compose on the cached nodectx_tree_read with lines + budget_tokensctx_tree_grep (stores results as nodes)ctx_tree_composeUse native Read/Grep only when you need the full, untruncated output in context immediately and won't need to recall it later.
npx claudepluginhub joeblackwaslike/agent-marketplace --plugin ctx-treeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.