From davidshaevel-claude-toolkit
Use when creating a new project repository to initialize it with standard CLAUDE.md, .cursorrules, CLAUDE.local.md, SESSION_LOG.md, and gitignore entries
How this skill is triggered — by the user, by Claude, or both
Slash command
/davidshaevel-claude-toolkit:bootstrap-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Initialize a new project with the standard file structure for Claude Code and Cursor development.
Initialize a new project with the standard file structure for Claude Code and Cursor development.
/bootstrap-project
Ask the user for:
davidshaevel-k8s-platform)davidshaevel-dot-com)Create CLAUDE.md from the project template. Fill in the project-specific sections:
What NOT to include: Git workflow, commit format, PR process, code review handling, worktree conventions — these are injected by the davidshaevel-claude-toolkit plugin automatically.
Create .cursorrules with:
Create CLAUDE.local.md from the template:
Create SESSION_LOG.md with the empty scaffold:
Append to .gitignore (if not already present):
# Agent context files (sensitive/local)
CLAUDE.local.md
SESSION_LOG.md
Output a checklist of what was created:
Project bootstrapped:
- [x] CLAUDE.md — project-specific context
- [x] .cursorrules — Cursor development rules
- [x] CLAUDE.local.md — sensitive config template (gitignored)
- [x] SESSION_LOG.md — cross-agent memory (gitignored)
- [x] .gitignore — updated with agent files
Next steps:
1. Fill in CLAUDE.local.md with actual account IDs and resource details
2. Review CLAUDE.md and customize for your project
3. Start your first session — conventions will be injected by the plugin
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub davidshaevel-dot-com/davidshaevel-marketplace --plugin davidshaevel-claude-toolkit