skills/project-isolation/SKILL.md
This skill should be used when the user says "isolate project context", "project scope only", "exclude other projects", "global context is leaking", "Claude remembers wrong project", "isolate session", or "context from wrong project".
npx skillsauth add kyuna0312/kyuna_token_saver Project IsolationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Constrain Claude's context to only the current project. Prevents cross-project memory contamination and eliminates irrelevant context that wastes tokens.
By default, Claude Code loads:
~/.claude/memory/)claude.mdIn the project root, create or update CLAUDE.md:
## Project Scope
This is an isolated project context.
EXCLUDE from context:
- Global memory files
- Other project histories
- Plugins: [list plugins not relevant to this project]
INCLUDE only:
- Files in this repository
- Current conversation
Project: [PROJECT NAME]
Stack: [e.g., Next.js, PostgreSQL]
Key constraints: [e.g., no external dependencies, TypeScript strict mode]
Paste this at the start of each isolated session:
Create new project scope.
Only include:
- Files in current repository: [PATH]
- This conversation
Exclude:
- Global memory
- Other project context
- Previous unrelated sessions
Confirm isolated context before continuing.
After applying, Claude should confirm:
If Claude references another project, repeat isolation prompt.
Create .claude/settings.local.json in project root:
{
"plugins": {
"enabled": ["plugin-relevant-to-this-project"],
"disabled": ["unrelated-plugin-1", "unrelated-plugin-2"]
}
}
references/isolation-patterns.md — Templates for different project types (mono-repo, microservices, etc.)tools
This skill should be used when the user asks to "show recent changes", "show forge changelog", "show changelog for <project>", "what did I add this week", "what files did I touch today", "what packages keep recurring", "what drifts from the template", "review template suggestions", "show pending forge suggestions", "sync forge templates", "apply template suggestion", or "compute back-mapping suggestions". Provides read, drift-discovery, and template back-mapping workflows that wrap the `forge-db` MCP tools (`get_changelog`, `compute_suggestions`, `apply_suggestion`).
development
This skill should be used when the user says "build a wiki", "maintain a wiki", "ingest docs into wiki", "query my wiki", "set up llm wiki", "wiki-based knowledge base", "stop re-reading docs every session", "persistent knowledge base", or "compress my docs into wiki pages".
testing
Use this skill when the user says "/task_brain", "break down this task", "plan this", "decompose this problem", or when a task has multiple moving parts, unclear dependencies, or high ambiguity.
tools
This skill should be used when the user says "optimize settings.json", "tune settings for low tokens", "settings.json for performance", "disable auto memory", "configure for token savings", "minimal context window settings", or "settings taking too many tokens".