essentials-claude-code
Plan-driven coding loops, parallel swarms, and task teams
All Skills in This Repository (5)
Pure Emerald Level Indicatorsbeads-schema
Define Beads CLI issue types, statuses, priorities, and dependencies.
gitlab-cli
Wrap the glab CLI to manage GitLab merge requests, issues, and pipelines.
github-cli
Wrap gh CLI operations into reusable commands for GitHub workflow management.
plan-schema
Define canonical plan file schemas with required sections and naming conventions.
prd-schema
Validate prd.json files against the Ralph TUI schema.
Frequently Asked Questions
FAQPage SchemaHow to install essentials-claude-code?โผ
Run `npx skills add GantisStorm/essentials-claude-code --all -g -y` in your terminal to install all skills globally.
How to stop AI coding loops that never finish?โผ
This suite defines exit criteria in each plan, so loops keep fixing and retesting until all tests, lint, and type checks actually pass.
What is the difference between loop, swarm, and team modes?โผ
Loop runs tasks sequentially in one session, swarm runs parallel background subagents, and team spawns full Claude Code instances that coordinate through shared contracts.
Does it work with GitHub and GitLab?โผ
Yes. Built-in gh and glab helper skills let you check PR or MR status, manage issues, and view CI pipelines directly.
Can I track tasks across multiple sessions?โผ
Yes. Tasks persist via Claude Code's native task system and optional Beads integration, so your progress survives new sessions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core