code

Delegate implementation work to a coder agent from requirements or feature files.

3.5k|340|Updated Sep 9, 2023
One-click install
npx skills add https://github.com/langwatch/langwatch --skill code-langwatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code
Source: https://github.com/langwatch/langwatch/tree/main/.claude/skills/code
Command: npx skills add https://github.com/langwatch/langwatch --skill code-langwatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill delegates implementation work to a coder agent, enabling teams to hand off feature work or requirements to an automated teammate rather than coordinating manual handoffs.

Core Features & Use Cases

  • Automated delegation: Pass requirements or feature-file paths to a coder agent to generate targeted code.
  • Assisted development workflow: Facilitates TDD-driven implementation with self-verification and progress summaries.
  • Use Case: When given a feature spec, the coder agent can draft code scaffolds or complete tasks per acceptance criteria.

Quick Start

Provide the requirements or feature-file path to the coder agent and request an implementation with tests and a summary.

Frequently Asked Questions about code

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

FAQPage Schema
How do I delegate implementation work to a coder agent from a feature spec?

To delegate implementation work, provide requirements or a feature-file path to the coder agent to generate targeted code. The agent drafts code scaffolds or completes tasks per acceptance criteria.

Can I generate code across multiple programming languages using a single feature-file?

Yes, you can generate code across multiple languages by passing the feature-file path to the coder agent. It scaffolds and implements code from specs regardless of the target language.

How does test-driven development workflow integrate with automated code generation?

Test-driven development workflow integrates with code generation by having the coder agent follow a TDD process to satisfy functional requirements. It self-verifies results and returns a concise implementation summary.

Do I need to write requirements differently for an automated coder agent?

You need to provide clear functional requirements or a feature-file path for the automated coder agent. The agent uses these inputs to draft code scaffolds and complete tasks based on the acceptance criteria.

What is the best way to self-verify generated code against functional requirements?

The best way to self-verify generated code is to let the coder agent handle it during the test-driven workflow. It automatically verifies results against functional requirements and returns a concise implementation summary.

Why should I use a coder agent instead of manual coding for feature implementation?

Use a coder agent instead of manual coding to automate handoffs and feature implementation. It facilitates a TDD-driven workflow with self-verification, reducing coordination overhead for teams.