coder

Translates planner.md tasks into executable, well-structured code across languages.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/khairulariffinka/codexen --skill coder-khairulariffinka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coder
Source: https://github.com/khairulariffinka/codexen/tree/main/core/skills/coder
Command: npx skills add https://github.com/khairulariffinka/codexen --skill coder-khairulariffinka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translates planner.md task breakdowns into executable, well-structured code across languages.

Core Features & Use Cases

  • Generate clean, framework-appropriate code from planner.md tasks
  • Follow AGENTS.md conventions and project structure
  • Iterate tasks and update planner.md as tasks are completed

Quick Start

Provide a planner.md task and let coder generate the corresponding implementation following AGENTS.md guidelines.

Frequently Asked Questions about coder

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

FAQPage Schema
How do I generate code from a planner task list?

To generate code from a planner task list, provide your planner.md breakdown to the coder skill, which translates those tasks into executable, well-structured code across diverse tech stacks. It automatically enforces AGENTS.md conventions during generation.

Can I scaffold a new project using planner markdown files?

Yes, you can scaffold new projects using planner markdown files by processing the task breakdowns with this code generation tool. It builds the foundational project structure and feature implementations directly from your planner.md tasks.

Does code generation work across multiple programming languages?

Multi-language code generation works across diverse tech stacks by reading your planner.md tasks and producing framework-appropriate code. It adapts the output to match the specific language and project conventions defined.

How do I enforce project coding conventions during task automation?

To enforce coding conventions during task automation, configure an AGENTS.md file in your repository. The code generation process reads this file and strictly applies your defined project structure and guidelines to the output code.

How do I update planner task status after generating code?

To update planner task status after generating code, the automation iterates through your planner.md tasks and marks them as completed. This happens automatically as the corresponding executable code implementations are successfully generated.

What is included in the generated code for bug fixes and new features?

Generated code for bug fixes and new features includes robust input validation and error handling. It translates planner.md task breakdowns into clean, executable code while strictly following your established project structure.