langwatch / code
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/code && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2328" && unzip -o skill.zip -d .claude/skills/code && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/code/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Delegate implementation work to the coder agent. Provide requirements or feature file path.
0 views
0 installs
Skill Content
--- name: code description: "Delegate implementation work to the coder agent. Provide requirements or feature file path." context: fork agent: coder user-invocable: true argument-hint: "[requirements or feature-file-path]" --- Implement the following: $ARGUMENTS Follow your workflow: anchor to requirements, read standards, implement with TDD, self-verify, return summary.