Skip to content

Add delegate-coding and ci-review skills#163

Merged
thavelick merged 1 commit into
mainfrom
add_delegate_coding_and_ci_review_skills
Jul 4, 2026
Merged

Add delegate-coding and ci-review skills#163
thavelick merged 1 commit into
mainfrom
add_delegate_coding_and_ci_review_skills

Conversation

@thavelick

Copy link
Copy Markdown
Owner

Summary

Adds two new agent skills:

  • delegate-coding — for code-writing tasks, use judgement to delegate the actual implementation to a subagent running an appropriately lower-power model (sonnet/haiku), conserving top-tier tokens while keeping review and synthesis in the main loop. Inspired by Simon Willison's note on letting Claude/Fable use its own judgement about model selection.
  • ci-review — run the CI code review locally against the full local-vs-remote diff, with an optional fix loop.

Notes

  • Both are pure skill additions (SKILL.md only); no code behavior changes.

🤖 Generated with Claude Code

delegate-coding: for code-writing tasks, use judgement to delegate the
implementation to a lower-power subagent model to conserve top-tier tokens.

ci-review: run the CI code review locally against the full local-vs-remote
diff with an optional fix loop.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@thavelick thavelick merged commit 36789ec into main Jul 4, 2026
3 checks passed
@thavelick thavelick deleted the add_delegate_coding_and_ci_review_skills branch July 4, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant