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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- State Files
- Locating Skill Files
- Phases
- Phase 1: Initialization
- Phase 2: Coding
- Session Management
- Fresh Sessions vs Resume
- Session Naming
- Pause/Resume
- Auto-Continuation
- Security Guidance
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
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.
