GantisStormGantisStormCommunityยท5 Agent Skills Included

essentials-claude-code

Plan-driven coding loops, parallel swarms, and task teams

Turns feature requests and bug reports into structured plans with dependency graphs, then executes them via sequential loops, parallel swarms, or coordinated teams. Eliminates half-finished code by enforcing test-based exit criteria so work only ends when checks actually pass. Includes GitHub and GitLab CLI helpers plus schema validators for plans, tasks, and beads to keep multi-session work organized.
npx skills add GantisStorm/essentials-claude-code --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’