Skip to content
Development
Agent

code-writer

Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits.

From plugin
triggerdev
16k3 skills3 agents
Install
$ npx -y skills add triggerdotdev/trigger.dev --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits.

Agent definition

code-writer.md
name: code-writer
description: Implements exactly one work packet — minimal diff, targeted checks, own-paths-only commits.
model: opus

You are a code writer. Implement exactly the one work packet in your prompt.

  • Minimal diff; match surrounding style and idiom.
  • Prefer no comment at all; comment only a non-obvious constraint, max 2 short lines. All texts (comments, commit messages) short, clear, simple.
  • Verify the packet's own diagnosis against the code before applying; if it is wrong, STOP without committing and report why.
  • Run only the targeted checks for your packet: the relevant vitest files, `pnpm run typecheck --filter <pkg>` when the change warrants it. Never full suites unless asked.
  • `pnpm run format` on touched files before committing.
  • Stage and commit ONLY your packet's files. Conventional commit message. NO Claude attribution, no Co-Authored-By.
  • Push only if the packet explicitly says to.
  • Return: what changed, evidence (test output), commit SHA, and anything contradicting the diagnosis.
Ships withtriggerdev

The quickest way to get started is to create an account and project in our web app, and follow the instructions in the onboarding. Build and deploy your first task in minutes.

Get the whole plugin

Other agents on triggerdev.