By adegbolahan
Scaffold new projects with Claude Code documentation, 5-phase workflow, review cycle with commit gate, safety hooks, and project tracking
A plugin marketplace and collection of Claude Code plugins for project scaffolding, documentation, and development workflows.
/plugin marketplace add https://github.com/Adegbolahan/getting-started-claude
/plugin install project-scaffolder@getting-started-claude
/new
Claude will ask where to create it and set everything up.
| Plugin | Description |
|---|---|
| project-scaffolder | Scaffold projects with documentation, workflows, and tracking |
| Command | Description |
|---|---|
/new | Create a new project with Claude Code |
/update | Update existing project to latest version |
No arguments needed - Claude asks what it needs.
your-project/
├── CLAUDE.md # Project hub
└── .claude/
├── settings.json # Hooks + version tracking
├── commands/ # 6 workflow commands
├── skills/ # 3 interactive skills
└── project/ # Feature tracking
├── features/
├── plans/
├── high-level-user-stories.md
└── roadmap.md
After creating a project:
"Help me customize for [your-tech-stack]"
.claude-plugin/plugin.json.claude-plugin/marketplace.jsonclaude --plugin-dir /path/to/project-scaffolder
MIT
Uses power tools
Uses Bash, Write, or Edit tools
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 adegbolahan/getting-started-claude --plugin project-scaffolderUniversal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Commands for loading context and priming Claude for specific tasks
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Scaffold new projects and add features with best-practice templates