By psylch
Initialize a project-level context management system with docs/ directory structure, Claude Code hooks (session-start, quality-gate), and CLAUDE.md navigation. Use when starting a new project, bootstrapping context management, or when the user says '/ch-project-context init', 'init project context', 'setup context management', 'initialize docs structure'.
npx claudepluginhub psylch/ch-project-context --plugin ch-project-contextA skills.sh skill for Claude Code that bootstraps a project-level context management system in one command.
Running /ch-project-context init in a Claude Code session will:
docs/ directory (exec-plans/, decisions/, research/, known-issues/, archive/).claude/settings.jsonCLAUDE.mddocs/architecture.md skeletonAll generated docs use YAML frontmatter so the hooks can parse them programmatically.
npx skills add psylch/ch-project-context -g -y
git clone https://github.com/psylch/ch-project-context.git ~/.claude/skills/ch-project-context
Restart your agent after installation.
In any Claude Code session:
/ch-project-context init
The skill detects the project root, checks for existing files (prompts before overwriting), runs the init script, and reports what was created.
After init, you can customize:
.claude/hooks/quality-gate.py -- Change BUILD_CMD from ['npx', 'tsc', '--noEmit'] to your project's build check (e.g., ['cargo', 'check'], ['ruff', 'check', '.'])docs/workflow.md -- Create this file to inject team workflow rules into every session automaticallych-project-context/
├── skills/
│ └── ch-project-context/
│ ├── SKILL.md # Skill definition and instructions
│ ├── scripts/
│ │ └── init.py # Init script (creates dirs, hooks, settings)
│ └── references/
│ └── conventions.md # Frontmatter spec, naming, and doc templates
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── README.md
├── README.zh.md
└── LICENSE
MIT
Commands for loading context and priming Claude for specific tasks
llmdoc Claude Code plugin with a minimal workflow: init, update, and use
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.
Agent enforcement framework — context injection, planning gates, session learning
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Share bugs, ideas, or general feedback.
Battle-tested Claude Code plugin for engineering teams — 53 agents, 203 skills, 69 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim