Agent skill · DevOps & Cloud

squirrel

Full-cycle AI coding skill: plans, builds, tests, lints, fixes bugs, and writes production-grade docs. Auto-detects project state and adapts its 8-phase pipeline.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorcopilotMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill squirrel --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Declared author: flying_squirrel__
Path: skills/squirrel/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Squirrel — Full-Cycle Software Development Skill ## Overview Squirrel is a full-cycle AI coding skill that works across 9 AI coding agents. It auto-detects project state (greenfield, in-progress, or mature) and adapts its 8-phase engineering pipeline accordingly. Instead of a one-size-fits-all workflow, it figures out where the project actually is and jumps in at exactly the right point. ## When to Use This Skill - Use when starting a new project from scratch (greenfield) - Use when improving an existing codebase (in-progress or mature) - Use when fixing bugs, adding features, or refactoring - Use when adding tests, linting, or CI/CD to a project - Use when writing production-grade documentation - Use when the user says "build me", "fix this", "squirrel this project", or any multi-step development task ## How It Works ### Step 0: Detect Mode Squirrel classifies the project directory: | Signal | Mode | Entry Point | |--------|------|-------------| | Empty directory | Greenfield | All 8 phases from scratch | | Source files, no tests/docs | In-Progress | Audit first, then improve | | Source + tests + CI + README | Mature | Targeted improvements | | "fix this bug / add feature" | Tar

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 0: Detect Mode
  5. The 8-Phase Pipeline
  6. Failure Recovery (3-Strike Rule)
  7. Examples
  8. Example 1: Build a REST API
  9. Example 2: Fix a bug
  10. Example 3: Improve existing project
  11. Best Practices
  12. Platform Compatibility
  13. Limitations
  14. Related Skills
Commands it runs
Universal installer
npx skills add flyingsquirrel0419/squirrel-skill
More from agentic-awesome-skills
All skills →
About this skill
What does the squirrel skill do?

Full-cycle AI coding skill: plans, builds, tests, lints, fixes bugs, and writes production-grade docs. Auto-detects project state and adapts its 8-phase pipeline.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill squirrel --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going