sergeyklay

62 mods across 2 repositories, 10 stars between them.

arch-review

01

sergeyklay/.agents

Agent Codex

Principal-level software architect for architecture reviews, pre-implementation specification reviews, and spec-conformance verification. Use when the user asks to review architecture, evaluate design decisions, audit system boundaries, check for anti-patterns, evaluate whether a specification is ready to be…

5 2d ago A 122 tokens original Apache-2.0

architect

02

sergeyklay/.agents

Agent Codex

Translate a feature request, user prompt, or tracker reference into a rigorous technical specification the planning and implementation agents can build from without further clarification. Use when asked to specify, architect, design, write a spec, define requirements, draft an API contract, draft a schema change…

5 2d ago A 171 tokens original Apache-2.0

composer

03

sergeyklay/.agents

Agent Codex

Automated specification pipeline: specify -> review -> revise -> plan. Produces a complete, reviewed specification with an implementation plan in a single automated run. Intelligently routes based on input: drafts from a tracker reference or raw description, picks up an existing spec for review, or picks up an…

5 2d ago A 137 tokens original Apache-2.0

conductor

04

sergeyklay/.agents

Agent Codex

Automated implementation pipeline: implement -> check findings -> test. Intelligently routes based on input: executes a plan, resolves a task tracker issue, or builds from a raw description. Detects spec deviations and halts before testing if the specification needs revision. Use when asked to run the full…

5 2d ago C 102 tokens original Apache-2.0

go-coder

05

sergeyklay/.agents

Agent Codex

Implement features, fix bugs, and write production code following architectural constraints and best practices in Go. Use when asked to build, code, implement, develop a feature, execute a plan, or write production code. Also use when the user mentions Go, Golang, or specific Go libraries or frameworks. Do NOT use for…

5 2d ago A 91 tokens original Apache-2.0

go-tester

06

sergeyklay/.agents

Agent Codex

Write concise, resilient, idiomatic Go tests using the stdlib testing package with table-driven patterns. Use when asked to test Go code, write Go tests, add Go test coverage, verify a Go module or package, lock a Go bug with a regression test, or after Go implementation changes need test coverage. Also use when the…

5 2d ago A 154 tokens original Apache-2.0

planner

07

sergeyklay/.agents

Agent Codex

Convert a technical specification, tracker reference, or feature request into a rigorous, atomic, step-by-step implementation plan the implementation agent can execute without further clarification. Use when asked to plan, break down work, create an implementation plan or checklist, outline steps from a spec, prepare…

5 2d ago A 154 tokens original Apache-2.0

sleuth

08

sergeyklay/.agents

Agent Codex

Detective-grade technical investigator. Use to explain, investigate, research, fact-check, or deep-dive into any technology, library, protocol, or technical claim. Triangulates sources, cites evidence, reports conflicts. Use when you need to understand something deeply enough to explain it, or when you need to find…

5 2d ago A 122 tokens original Apache-2.0

ts-coder

09

sergeyklay/.agents

Agent Codex

Implement features, fix bugs, and write production code following architectural constraints and best practices in TypeScript. Use when asked to build, code, implement, develop a feature, execute a plan, or write production code. Also use when the user mentions TypeScript, TS, or specific TypeScript libraries or…

5 2d ago A 93 tokens original Apache-2.0

ts-tester

10

sergeyklay/.agents

Agent Codex

Write concise, resilient, modern Unit, Component, and Hook tests using Vitest and React Testing Library for Next.js project. Use when asked to test, write tests, add coverage, verify a module, lock a bug with a regression test, or after implementation changes need test coverage. Also use when the user mentions Vitest…

5 2d ago A 127 tokens original Apache-2.0

challenge-pr

11

sergeyklay/.agents

Command Codex

Challenge a pull request with an independent second opinion from another model.

5 2d ago A 12 tokens original Apache-2.0

implement

12

sergeyklay/.agents

Command Codex

Run the full implementation pipeline - implement, check for spec deviations, and test - in a single automated step.

5 2d ago A 21 tokens original Apache-2.0

make-pr

13

sergeyklay/.agents

Command Codex

Commit staged changes, create or update a pull request.

5 2d ago A 10 tokens original Apache-2.0

resolve-review

14

sergeyklay/.agents

Command Codex

Resolve reviewer feedback - from GitHub PRs, chat, or any reviewer.

5 2d ago A 15 tokens original Apache-2.0

specify

15

sergeyklay/.agents

Command Codex

Run the full specification pipeline - specify, review, revise, and plan - in a single automated step.

5 2d ago A 20 tokens original Apache-2.0

vet-impl

16

sergeyklay/.agents

Command Codex

Forensic audit of an implementation against its authoritative specification.

5 2d ago A 10 tokens original Apache-2.0

vet-spec

17

sergeyklay/.agents

Command Codex

Architectural review of a specification before implementation begins.

5 2d ago A 9 tokens original Apache-2.0

babysit-ci-run

18

sergeyklay/.agents

Skill Claude CodeCodex

Drive a long-running GitHub Actions run to a trustworthy conclusion without burning the session on polling. Use when asked to wait for a pipeline, watch a build, babysit a release or deploy run, restart it if it fails, or report whether it went green. Also use when a run must finish before a follow-up step such as a…

5 2d ago A 186 tokens original Apache-2.0

babysit-pr

19

sergeyklay/.agents

Skill Claude CodeCodex

Resolve reviewer comments on a pull request or pasted feedback using a six-step evidence-grounded protocol. Use when asked to resolve review feedback, address reviewer comments, process PR comments, triage review feedback, apply review suggestions, handle code review feedback, decide which review comments to accept or…

5 2d ago A 161 tokens original Apache-2.0

compare-it

20

sergeyklay/.agents

Skill Claude CodeCodex

Produce structured architectural comparison documents that evaluate two tools, technologies, or solutions against weighted criteria. Use when asked to compare tools, evaluate alternatives, write a technology assessment, create a build-vs-buy analysis, or produce a recommendation report. Also use when someone says…

5 2d ago A 114 tokens original Apache-2.0

sergeyklay/.agents

Skill Claude CodeCodex

Run a third-party CLI as a subprocess without leaking into it or leaving state on the host, and prove both. Use when a script or skill shells out to an external tool, when a run must leave no trace outside the repository, when private input (a diff, a prompt, a credential) must not reach the tool's session log, when a…

5 2d ago A 165 tokens original Apache-2.0

context-files

22

sergeyklay/.agents

Skill Claude CodeCodex

Create or validate project context files (AGENTS.md, CLAUDE.md, GEMINI.md). Use when bootstrapping a new project, initializing agent configuration, writing a context file, or when asked to create, review, audit, or validate an existing context file. Handles codebase archaeology, user interviews, golden-rule…

5 2d ago A 90 tokens original Apache-2.0

create-pr

23

sergeyklay/.agents

Skill Claude CodeCodex

Use when asked to create a pull request, open a PR, or submit changes for review. Handles branch verification, change analysis, title and description generation, and gh pr create. Do NOT use for committing, pushing without PR, or reviewing existing PRs.

5 2d ago A 54 tokens original Apache-2.0

explain-it

24

sergeyklay/.agents

Skill Claude CodeCodex

Explain technical concepts, mechanisms, and systems to a technically fluent reader who is unfamiliar with the specific topic. Use when asked to explain how something works, walk through an algorithm or protocol, write a deep-dive or onboarding article, answer 'what is X', 'why does X behave this way', 'how does X…

5 2d ago A 188 tokens original Apache-2.0