Agent skill · AI & Agents

auto-coder-enzannometsuke-lynyx-claude-3

Autonomous multi-session feature development framework. Use when the user wants to systematically implement features from a specification, track progress across sessions, and ensure all tests pass before marking features complete. Activated by the /lynyx-agent-kit:auto-coder command or when working with feature_list.json files in an .auto-coder directory.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill auto-coder-enzannometsuke-lynyx-claude-3 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/agent/auto-coder-enzannometsuke-lynyx-claude-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Auto-Coder Skill A framework for orchestrating autonomous feature development across multiple Claude Code sessions. ## Overview Auto-coder operates in two phases: 1. **Initializer Phase** (Session 1): Analyzes a project specification and generates a comprehensive `feature_list.json` with test cases ordered by priority and dependency 2. **Coding Phase** (Sessions 2+): Implements features one-by-one, running tests, making git commits, and tracking progress until all features are complete ## State Files All auto-coder state is persisted in the `.auto-coder/` directory: | File | Purpose | |------|---------| | `feature_list.json` | Source of truth for features, test cases, and completion status | | `progress.md` | Human-readable log of session activity | See [FEATURE_SCHEMA.md](FEATURE_SCHEMA.md) for the complete JSON schema. ## Locating Skill Files To quickly locate the auto-coder skill instruction files (CODER.md, INITIALIZER.md, etc.), use the `skill-file-locator.py` script: ```bash python ~/.claude/plugins/cache/lynyx-claude/lynyx-agent-kit/<version>/skills/auto-coder/scripts/skill-file-locator.py ``` The script outputs the full path to the skill directory and a tree view of all s

What's inside
Steps it walks through
  1. Overview
  2. State Files
  3. Locating Skill Files
  4. Phases
  5. Phase 1: Initialization
  6. Phase 2: Coding
  7. Session Management
  8. Fresh Sessions vs Resume
  9. Session Naming
  10. Pause/Resume
  11. Auto-Continuation
  12. Security Guidance
Ships with 1 file
  • metadata.json
Commands it runs
python ~/.claude/plugins/cache/lynyx-claude/lynyx-agent-kit/<version>/skills/auto-coder/scripts/skill-file-locator.py
while true; do claude -p "/lynyx-agent-kit:auto-coder code" || break; sleep 3; done
More from claude-skill-registry
All skills →
About this skill
What does the auto-coder-enzannometsuke-lynyx-claude-3 skill do?

Autonomous multi-session feature development framework. Use when the user wants to systematically implement features from a specification, track progress across sessions, and ensure all tests pass before marking features complete. Activated by the /lynyx-agent-kit:auto-coder command or when working with feature_list.json files in an .auto-coder directory.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill auto-coder-enzannometsuke-lynyx-claude-3 --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 majiayu000/claude-skill-registry, a repository with 534 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