From beagle-core
Creates Claude Code skills with best practices for structure, validation, and testing. Useful when designing or refining skills, prompts, references, or supporting files.
npx claudepluginhub existential-birds/beagle --plugin beagle-coreThis skill uses the workspace's default tool permissions.
Create, validate, and refine Claude Code skills.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Create, validate, and refine Claude Code skills.
SKILL.md with concise, trigger-focused instructions.SKILL.md.SKILL.md under 500 lines.allowed-tools entries are necessary and correct.For the full workflow, templates, examples, and validation checklist, see references/skill-builder-guide.md.