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'.
A 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub psylch/ch-project-context --plugin ch-project-contextConfigures a complete Ghostty-based terminal AI coding environment with Fish, yazi, lazygit, Neovim (LazyVim), fzf, zoxide, atuin on macOS with Apple Silicon — with CJK font optimization for Chinese/Japanese/Korean users
Skill development toolkit for AI coding agents: create, review, and publish skills with runtime UX best practices
Search, validate, and save cloud drive resources via PanSou aggregation API and local Quark desktop APP integration
All-in-one media acquisition toolkit: Hi-Res music downloads, cloud drive resource search, and book downloads
Multi-source tech research — dispatches parallel agents to Grok (X/Twitter), DeepWiki (GitHub repos), and WebSearch, then synthesizes findings into a unified report
Commands for loading context and priming Claude for specific tasks
llmdoc Claude Code plugin with init, update modes, temporary investigation cache, and use
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.
CLAUDE.md lifecycle toolkit: initialise, enhance, sync, and modularise CLAUDE.md files with a 150-line cap, automatic chaining, and Karpathy behavioural guardrails.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.