Bootstrap a new project with beads task tracking, mise tooling, CI, and gitleaks security
Initializes a new project with a standardized workflow, creating tasks for environment setup, CI, and security scanning.
When to use
Use this when starting a new software project to quickly establish a consistent development environment and security baseline.
How to invoke
both
npx claudepluginhub vinnie357/claude-skills[--stealth] [--contributor]Bootstrap a new project with a standardized development workflow. Initializes beads task tracking, discovers project languages and tools, then creates beads tasks with dependencies for configuring mise, CI, and gitleaks.
What it does:
Options:
--stealth — Initialize beads in local-only mode (no remote sync)--contributor — Initialize beads in pull-only mode (read-only from remote)Examples:
/core:setup
/core:setup --stealth
/core:setup --contributor
Task Instructions:
Use the setup subagent to perform project bootstrapping.