coder

Delegate code generation and modification tasks to a dedicated coder subagent.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EllevatedAI/MeMyselfAndI --skill coder-ellevatedai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coder
Source: https://github.com/EllevatedAI/MeMyselfAndI/tree/main/.claude/skills/coder
Command: npx skills add https://github.com/EllevatedAI/MeMyselfAndI --skill coder-ellevatedai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code generation and modification for autopilot tasks, reducing manual coding effort and ensuring consistency across implementation plans.

Core Features & Use Cases

  • Generate scaffolding and concrete implementations for autopilot tasks.
  • Update and refactor modules with header-driven governance and validation checks.
  • Use in standalone or within autopilot workflows to deliver runnable code quickly.

Quick Start

Write a new module implementing the next required task and return the paths of changed files.

Frequently Asked Questions about coder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code generation for multiple modules in an autopilot workflow?

Automate code generation for autopilot workflows by delegating implementation to a dedicated coder subagent. It generates concrete implementations, updates modules, and returns the paths of changed files to ensure consistency across your task-by-task development plan.

What is header-driven governance when refactoring modules automatically?

Header-driven governance is a validation mechanism applied during module refactoring. It ensures that updated code maintains required module headers and verifies API signatures after edits, keeping automated code modifications structurally consistent and compliant.

Can I use automated code generation to write scaffolding for standalone tasks?

Yes, you can use automated code generation to write scaffolding and concrete implementations for standalone tasks. It quickly delivers runnable code and specifies changed file paths without requiring a full autopilot workflow integration.

Does automated refactoring verify API signatures after editing code?

Yes, automated refactoring verifies API signatures after editing code. This validation step is built into the code modification process to ensure that changes across multiple modules do not break existing interface definitions.

What is the best way to track changed files when auto-writing code for task-by-task development?

The best way to track changed files during task-by-task development is to specify and return their paths after code generation. The coder subagent handles this automatically, ensuring you know exactly which modules were created or modified.

When should I avoid using an autopilot coder for module updates?

Avoid using an autopilot coder for module updates when your project lacks clear implementation plans or requires manual validation outside of header-driven governance and API signature checks, as it is designed for task-by-task development with specific structural requirements.