Help us improve
Share bugs, ideas, or general feedback.
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 coreHow this command is triggered — by the user, by Claude, or both
Slash command
/core:setup [--stealth] [--contributor]The summary Claude sees in its command listing — used to decide when to auto-load this command
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...
/flow-setupInitializes Flow project with context files, Beads integration, and first flow; detects existing setups and offers align, re-setup, or exit options.
/metaswarm-setupGuides you through setting up metaswarm in your project — detects your tech stack and customizes configuration automatically.
/project-initInitializes new projects with git repository, Makefile, pre-commit hooks, GitHub CI/CD workflows, and language-specific tooling for Python, Rust, or TypeScript.
/setupRuns interactive setup wizard: installs plugin files from GitHub, creates .env config, analyzes tech stack, generates PROJECT.md, configures hooks.
/workflowDisplays the Beads AI-supervised issue workflow guide — explains the cycle of claiming, working, discovering related tasks, and closing issues. Also supports subcommands like /beads:ready, /beads:create, and /beads:close.
/gen-taskfilesGenerates Taskfile.yml, Taskfile_dev.yml, and .pre-commit-config.yaml for Go projects with tasks for linting, testing, building, releases, and pre-commit hooks.
Share bugs, ideas, or general feedback.
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.