Personal collection of Claude Code plugins for use with project documentation workflows
npx claudepluginhub ichabodcole/project-docs-scaffold-templateSkills and commands for managing structured project documentation, proposals, plans, and reports
Specialized commands for user operator with the project docs structure
Reusable project recipes - executable blueprints for scaffolding and implementing specific technology stacks and patterns
Specialist development utilities — testing, optimization, and tooling skills that aren't specific to project documentation
Skills for the Agent Bridge system — cross-project knowledge sharing and agent-to-agent communication via the agent-bridge MCP server
A Cookiecutter template that instantly generates a complete, standardized documentation structure for software projects.
Instead of creating documentation folders ad-hoc or copy-pasting from old projects, get a battle-tested, consistent structure in seconds. Perfect for developers and teams who want organized, AI-assistant-friendly documentation without building the structure from scratch each time.
Key benefits:
This template creates a complete documentation structure for your project, including:
This template is designed to work with the project-docs Claude Code plugin, which provides commands and skills for managing your documentation structure:
Commands (explicit user actions):
/project-docs:project-summary - Generate comprehensive project state
analysis/project-docs:project-recipe - Extract reusable project patterns/project-docs:update-deps - Automated dependency management/project-docs:init-branch - Initialize a new branch from develop/project-docs:project-manifesto - Discover and articulate project purpose/project-docs:start-worktree - Bootstrap an agent session in a worktreeSkills (auto-surfaced by agent + user-invocable):
/project-docs:create-project - Scaffold a new project folder with proposal/project-docs:generate-dev-plan - Create development plan from proposal/project-docs:generate-design-resolution - Resolve design ambiguity via Q&A/project-docs:generate-test-plan - Generate tiered verification scenarios/project-docs:finalize-branch - Code review, documentation, and merge
workflow/project-docs:review-docs - Documentation health checks with parallel agents/project-docs:parallel-worktree-dev - Orchestrate parallel worktree
developmentInstallation:
# Add this repository as a marketplace
/plugin marketplace add ichabodcole/project-docs-scaffold-template
# Install the project-docs plugin
/plugin install project-docs
See plugins/project-docs/README.md for detailed documentation on each command.
The skills from this project follow the Agent Skills
open standard and work with any tool that supports SKILL.md files. Pre-built
distribution packages are available in the dist/ directory.
OpenPackage (recommended):
opkg install gh@ichabodcole/project-docs-scaffold-template/dist/project-docs
Direct clone:
git clone https://github.com/ichabodcole/project-docs-scaffold-template.git
Then point your tool's skills path at dist/<plugin>/skills/. See each plugin's
dist README for tool-specific configuration examples.
| Package | Skills | Description |
|---|---|---|
dist/project-docs | 22 | Documentation workflow skills |
dist/recipes | 14 | Implementation recipe blueprints |
dist/operator | 2 | Operator document triage skills |
Note: Agents and commands are Claude Code-specific. Other tools will load only the skills.
First, ensure you have Cookiecutter installed:
pip install cookiecutter
Generate a new project documentation structure:
cookiecutter gh:ichabodcole/project-docs-scaffold-template
You'll be prompted to provide:
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.