Codagent-AI

36 mods across 2 repositories, 35 stars between them.

release

01

Codagent-AI/agent-skills

Skill Claude CodeCodex

Creates a release PR from merged PRs — gathers merged PRs since last tag (plus any unmerged current-branch PR), calculates semver bump from conventional commit titles, generates changelog entries, and opens a release PR. Works from any branch: includes both main and current branch changes. Activates for requests such…

30 1mo ago A 90 tokens original MIT

codagent

02

Codagent-AI/agent-skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: codagent.

30 1mo ago A tokens not measured original MIT

codagent

03

Codagent-AI/agent-skills

Plugin Claude Code

A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.

30 1mo ago A tokens not measured copy · 88% MIT

Codagent-AI/agent-skills

Instructions file CodexOpenCode

Instructions for Codagent-AI/agent-skills, covering agent skills — development notes and skill frontmatter.

30 1mo ago A 65 tokens original MIT

Codagent-AI/agent-skills

Instructions file

Instructions for Codagent-AI/agent-skills, covering agent skills — development notes and skill frontmatter.

30 1mo ago A 65 tokens copy · 100% MIT

ask-questions

06

Codagent-AI/agent-skills

Skill Claude CodeCodex

How to ask users questions interactively: which tool to use, how to batch questions, and when to ask serially. Follow this skill when asking clarifying questions, requesting confirmation, collecting missing requirements, or pausing for user input. Invoked by other skills rather than directly by the user.

30 1mo ago A 64 tokens original MIT

call-agent

07

Codagent-AI/agent-skills

Skill Claude CodeCodex

Safely invokes one Runner-owned child agent with a complete standalone prompt, independently verifies its findings, and reports results without hiding failures or disagreements. Use when a workflow or caller asks to use codagent:call-agent, call the Runner-owned callagent tool, obtain an independent agent review, or…

30 1mo ago A 72 tokens original MIT

design

08

Codagent-AI/agent-skills

Skill Claude CodeCodex

Creates design artifacts through collaborative brainstorming of approaches, architecture, and trade-offs. Use when the user says "design this", "create a design", "brainstorm approaches", or "write a design doc".

30 1mo ago A 43 tokens original MIT

finalize-pr

09

Codagent-AI/agent-skills

Skill Claude CodeCodex

Orchestrates the full post-implementation loop: push PR → wait for CI → fix failures → repeat until CI passes or termination rules trigger a pause. This skill should be used when the user says "ship it", "finalize pr", "push and fix CI", "push pr and wait for CI", or invokes "codagent:finalize-pr".

30 1mo ago A 77 tokens original MIT

fix-pr

10

Codagent-AI/agent-skills

Skill Claude CodeCodex

Fixes CI failures and review comments on the current branch's pull request by dispatching a fixer subagent, verifying with the validator, and pushing the fix. Use when the user says "fix pr", "fix CI failures", "address review comments", or invokes "codagent:fix-pr".

30 1mo ago A 63 tokens original MIT

handoff

11

Codagent-AI/agent-skills

Skill Claude CodeCodex

Summarizes a specific aspect of the current conversation so another agent can resume. Use when the user says "handoff", "summarize for handoff", "write a handoff", or wants to capture context for another agent session. The user MUST specify what aspect to summarize in their prompt (e.g., "handoff the debugging…

30 1mo ago A 81 tokens original MIT

Codagent-AI/agent-skills

Skill Claude CodeCodex

Autonomous implementer agent that executes a single task end-to-end using TDD and verifies with Agent Validator. Activates for requests such as "implement this task", "finish this ticket", "apply this spec end-to-end", or "complete the implementation".

30 1mo ago A 57 tokens original MIT

implement-change

13

Codagent-AI/agent-skills

Skill Claude CodeCodex

Autonomous tech lead that implements a full change end-to-end by dispatching one subagent per task sequentially using implement-and-validate, running the validator, and finalizing the PR. Activates for requests like "implement this change", "apply the change", "ship it", or "execute the tasks".

30 1mo ago A 66 tokens original MIT

implement-with-tdd

14

Codagent-AI/agent-skills

Skill Claude CodeCodex

Enforces test-driven development for feature work, bug fixes, and refactoring, activating for requests such as "implement", "fix", "add feature", "write tests first", or "TDD".

30 1mo ago A 46 tokens original MIT

init

15

Codagent-AI/agent-skills

Skill Claude CodeCodex

Initializes Agent Skills in a project by checking prerequisites and verifying the validator configuration. Use when the user says "init", "set up agent-skills", or "initialize agent-skills".

30 1mo ago A 40 tokens original MIT

plan-tasks

16

Codagent-AI/agent-skills

Skill Claude CodeCodex

Creates a structured implementation task breakdown for a structured change, synthesizing proposal, design, specs, and any supplied test-plan obligations into self-contained per-task files; use when the tasks artifact is the next step in a change.

30 1mo ago A 45 tokens original MIT

prepare-acceptance

17

Codagent-AI/agent-skills

Skill Claude CodeCodex

Exercises an implemented change through its user and client flows, reports clear defects without fixing them, waits for current-head CI, and prepares concise evidence for human review when preparing a change for acceptance, gathering review evidence, performing human-style flow testing, or invoking…

30 1mo ago A 58 tokens original MIT

proposal-review

18

Codagent-AI/agent-skills

Skill Claude CodeCodex

Adversarial review of a proposal — challenges the why, what, and how, and suggests concrete alternatives. Use when asked to review a proposal, challenge an idea, stress-test an approach, or provide a devil's advocate perspective before specs or design are written.

30 1mo ago A 56 tokens original MIT

propose

19

Codagent-AI/agent-skills

Skill Claude CodeCodex

Evaluate whether a software idea is worth building, then write the proposal document. Use when the user wants to assess an idea, says "evaluate", "propose", "is this worth building", or "should we build". If the idea passes evaluation, write the proposal document using the provided template.

30 1mo ago A 63 tokens original MIT

push-pr

20

Codagent-AI/agent-skills

Skill Claude CodeCodex

Commits changes, pushes to remote, and creates or updates a pull request for the current branch. Use when the user says "push pr", "create pr", "push and create pr", or invokes "codagent:push-pr".

30 1mo ago A 51 tokens original MIT

review-approach

21

Codagent-AI/agent-skills

Skill Claude CodeCodex

Performs the final review of a completed proposal, product specification, technical design, and test plan for cross-artifact consistency, consequential gaps, missing decisions, weak tradeoffs, failure modes, testing strategy, and better alternatives; use when asked to review an approach, challenge design or testing…

30 1mo ago A 77 tokens original MIT

review-assumptions

22

Codagent-AI/agent-skills

Skill Claude CodeCodex

Reviews risky/notable assumptions and context gaps surfaced by implementor session reports, fixes high-confidence issues directly, and asks one clarifying question at a time for ambiguous findings. Use when the user says "review assumptions", "audit implementor assumptions", or when invoked by a workflow's…

30 1mo ago A 65 tokens original MIT

review-spec

23

Codagent-AI/agent-skills

Skill Claude CodeCodex

Reviews proposal, specification, design, and task artifacts for internal consistency, testability, traceability, and cross-artifact alignment. Use when asked to review a spec, review artifacts, check design documents, check a change for consistency, or verify artifact quality before implementation.

30 1mo ago A 54 tokens original MIT

review-tasks

24

Codagent-AI/agent-skills

Skill Claude CodeCodex

Reviews an implementation task plan against its approved proposal, specifications, design, and test plan, finding only defects that can be corrected in the task files; use when asked to review tasks, review an implementation plan, verify task and automated-test coverage, or check whether a task breakdown is ready for…

30 1mo ago A 61 tokens original MIT