By supratikpm
Apply Atomic Habits frameworks to AI coding agents for building persistent high-quality workflows: optimize project environments to reduce friction, stack tasks into reliable pipelines, calibrate task complexity, track behaviors with metrics, bundle necessities with rewards, downscale paralysis-inducing tasks, adopt identity personas, generate execution plans, and audit for improvements.
Because AI Agents need systems, not just instructions.
"You do not rise to the level of your goals. You fall to the level of your systems."
— James Clear
Atomic Habits Skills is an open-source Claude Code plugin that retrofits the world's most popular behavior-change framework directly into your AI Agent's workflow.
Instead of treating Claude as a black box where you hope for the best, these 9 slash-command skills inject deliberate, systemic discipline (like Test-Driven Development loops, CI/CD tracking, and defensive personas) straight into the agent's cognitive engine.
Type these commands in your Claude Code terminal to immediately shift the agent's behavior for the current task:
| Skill | Agent Application |
|---|---|
/habit-stack | Chain agent operations (e.g., "after write_to_file, always lint") |
/environment-design | Workspace engineering: Audit project structure, surface configs, enforce .gitignore |
/implementation-intent | Execution contracts: Pre-commit to tool chains before acting (e.g., "I will grep_search before editing") |
/two-minute-rule | Gateway actions: Beat scope-paralysis with a simple view_file_outline first |
/temptation-bundle | Need → Want Gating: Force tests before features ("write test BEFORE new endpoint") |
/habit-track | CI Tracking: Track coverage, lint scores, and enforce the "Never Regress Twice" rule |
/identity-shift | Persona adoption: "Security Paranoiac", "Scalability Hawk", "Clean Coder" |
/reflect-review | Metacognitive audits: Sprint reviews, alignment checks, and workflow scorecards |
/goldilocks | Complexity calibration: Detect agent boredom (sloppy CRUD) vs anxiety (over-planning) |
In Claude Code, you can install directly from the marketplace:
/plugin marketplace add supratikpm/atomic-habits-skills
/plugin install atomic-habits
Or clone it manually:
git clone https://github.com/supratikpm/atomic-habits-skills.git ~/.claude/plugins/atomic-habits
Then in Claude Code:
/plugin marketplace add ~/.claude/plugins/atomic-habits
/plugin install atomic-habits
These skills are not just summarized quotes from the book. They have been rigorously translated into AI-native operational directives:
[target_module], [test_command], and [dependency_manifest] so they work universally across Node.js, Python, Rust, or Godot.We believe the future of autonomous engineering is disciplined, agent-centric systems. If you have an idea for a new behavioral framework or want to refine an existing one, we welcome your contributions!
Read our Contributing Guidelines to get started.
This repository is a fan-created, open-source project born out of profound respect and love for Atomic Habits by James Clear.
We highly recommend purchasing and reading the original masterpiece at jamesclear.com/atomic-habits to fully understand the psychology behind these operations.
We do not claim ownership of the "Atomic Habits" trademark, the Four Laws of Behavior Change, or any of James Clear's intellectual property.
The sole purpose of this repository is to explore how these phenomenal human behavior principles can be translated into operational instructions for Artificial Intelligence Agents to build better, more resilient software systems.
To James Clear or his Publisher: If you feel this project infringes on your IP or you prefer these interpretations not to be hosted publicly, we will respectfully take this repository down immediately. Please simply open a thread in the Discussions tab of this repository, and we will comply without the need for formal DMCA reports. Until instructed otherwise through official channels, this project remains open-source for the developer community.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub supratikpm/atomic-habits-skills --plugin atomic-habitsPlan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
Your habits, imprinted on AI. One plugin replaces eleven skills: memory, compression, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it across every session, project, and platform.
A Claude Code plugin that's alive. Observes everything, learns instincts, evolves capabilities. Bound to one maker.
Implementation of the babysitter technique - continuous orchestration loops for deterministic development. Run Claude in a loop with orchestration steps based on the babysitter-sdk and technique.
Long-running agent harness with 5-layer memory architecture, GitHub integration, autonomous batch processing, Agent Teams with ATDD, 9 hooks (safety, quality gates, team coordination), and 6 Agent Skills
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.