From core
Bootstraps a new project: initializes beads task tracking, discovers languages/tools, creates tasks for mise env, GitHub Actions CI, and gitleaks security.
npx claudepluginhub vinnie357/claude-skills --plugin core[--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:** 1. **Configure beads** — Initialize beads task tracking (or detect existing setup) 2. **Discover project** — Scan for languages, frameworks, tooling, and package managers 3. **Create tasks** — Generate 4 beads tasks with dependency graph: - Document project discovery results - Configure mise development environment (depends on discovery) - Confi...
/setupInitializes or resumes project setup via interactive Q&A, creating conductor/ artifacts for product definition, guidelines, tech stack, workflow, and style guides.
/setupDetects ghost or inconsistent claude-hud plugin installations (orphaned cache, stale registry, temp files) and offers cleanup on user confirmation for macOS/Linux/Windows.
/setupChecks local Codex CLI readiness, prompts to install if unavailable via npm, and optionally toggles stop-time review gate.
/setupGuides enterprise admins through Claude Office add-in setup for Vertex AI, Bedrock, or custom gateway; provisions credentials and generates deployable manifest.xml.
/setupRuns interactive setup wizard: detects AI providers (Codex, Gemini, Ollama, etc.), installs missing ones via Bash, configures auth, and sets up RTK token optimization.
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.