skill-implementer
A delegated executor for general coding and implementation tasks with automated post-flight maintenance.
Install
mkdir -p .claude/skills/skill-implementer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5690" && unzip -o skill.zip -d .claude/skills/skill-implementer && rm skill.zipInstalls to .claude/skills/skill-implementer
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Execute general implementation tasks following a plan. Invoke for general implementation work.Key capabilities
- →Parse task state for execution
- →Delegate implementation tasks to subagents
- →Handle postflight git commits
- →Link task artifacts to state files
- →Validate task eligibility for implementation
How it works
It triggers a subagent for the code edit, then immediately executes automated postflight routines to commit and update state markers without human intervention.
Inputs & outputs
When to use skill-implementer
- →Run general implementation tasks
- →Automate file updates based on a plan
- →Manage post-coding status and metadata updates
About skill-implementer
This skill implements tasks by delegating to a subagent and managing the lifecycle of the code changes. It handles post-flight operations like git commits and status updates automatically upon completion.
Execute general implementation tasks following a plan. Invoke for non-Lean implementation work.
When not to use it
- →Research tasks
- →Complex planning phases requiring human approval
Prerequisites
Limitations
- →Dependent on valid state.json structure
- →Limited to predefined 'general' task types
How it compares
It automates the entire post-coding loop (commit/status/link) within the skill, bypassing manual continuation prompts.
Compared to similar skills
skill-implementer side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| skill-implementer (this skill) | 1 | 2mo | Review | Intermediate |
| command-development | 16 | 8mo | Review | Intermediate |
| skill-forge | 11 | 9mo | Review | Intermediate |
| codex-skill | 12 | 5mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by benbrastmckie
View all by benbrastmckie →You might also like
command-development
anthropics
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
skill-forge
WilliamSaysX
Automated skill creation workshop with intelligent source detection, smart path management, and end-to-end workflow automation. This skill should be used when users want to create a new skill or convert external resources (GitHub repositories, online documentation, or local directories) into a skill. Automatically fetches, organizes, and packages skills with proactive cleanup management.
codex-skill
feiskyer
Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.
agent-factory
alirezarezvani
Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns
subagent-driven-development
davila7
Use when executing implementation plans with independent tasks in the current session
peekaboo
openclaw
Capture and automate macOS UI with the Peekaboo CLI.