atomic
Verifiable coding runs with workflows, subagents, and review gates
All Skills in This Repository (11)
Pure Emerald Level Indicatorsinit
Generate CLAUDE.md and AGENTS.md files by analyzing a codebase for project metadata.
gh-commit
Generate Conventional Commits messages from staged and unstaged Git changes.
testing-anti-patterns
Identify and resolve common testing anti-patterns in software test suites.
research-codebase
Spawn parallel sub-agents to research codebases and generate documents with code references.
prompt-engineer
Create, improve, and optimize AI prompts using Anthropic best practices.
Submit Diff (Sapling + Phabricator)
Submit code commits as Phabricator diffs using Sapling and CLI tools.
sl-commit
Generate Conventional Commits messages for Sapling SCM repositories.
create-spec
Generate technical design documents from existing research directories.
explain-code
Explain code functionality by analyzing structure, logic, and dependencies.
gh-create-pr
Commits unstaged changes, pushes the current branch to remote, and initiates a pull request.
frontend-design
Generate distinctive frontend interfaces with React or Vue code.
Frequently Asked Questions
FAQPage SchemaHow to install Atomic?โผ
Run `npx skills add flora131/atomic --all -g -y` in your terminal to install all skills in this suite globally.
What does Atomic do differently from a normal coding agent?โผ
Atomic builds your engineering process as explicit execution graphs with verification checks, review gates, and human approvals, so work is validated with evidence instead of trusting a single quick pass.
Can Atomic resume a run after it stops?โผ
Yes. Runs checkpoint as they go, so killing the process or restarting the machine leaves them retained and resumable instead of lost.
How do subagents and intercom work in Atomic?โผ
The subagent skill delegates bounded tasks to specialist agents in parallel, and the intercom skill lets separate sessions message each other to split work, ask questions, and share findings.
Can I use Atomic skills without writing code?โผ
Yes. You describe workflows in plain English and Atomic writes the runnable graph, while skills like research-codebase and create-spec produce documents from natural language requests.
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