Claude-Codex Skills

September 16, 2026 · View on GitHub

Give your AI agent a clear finish line.

You ask for a fix and get a new abstraction. A review lists generic advice. The agent says “done,” but you still have to work out what it checked.

These skills give Claude Code and Codex a concrete way to finish the task: establish the intended outcome, work within scope, verify the result, and make remaining gaps explicit. Choose the skill for the problem in front of you.

Project page · Install · Full catalog

What changes in your workflow

  • A clearer target. Turn an idea, bug report, or incident into an outcome the agent can check.
  • Focused work. Reuse existing capabilities, fix the owning cause, and remove what the change makes obsolete.
  • A result you can assess. See the evidence, failed or unavailable checks, and remaining risks behind the verdict.
  • Control over consequential actions. Reviews report findings; implementation stays within the agreed scope; publication and deployment follow their authorization boundaries.

Choose a route

Start where you need help. Each skill works independently; a small fix does not require a full lifecycle or audit.

Your problemPlugin to installUseful result
Is this idea worth building?product-discovery-suiteA reasoned opportunity decision, clear requirements, or a usable interaction design.
How should this system change?architecture-suiteAn evidence-backed system map, design decision, or migration approach.
Is this plan ready to implement?delivery-planning-suiteMissing decisions exposed, work sequenced, and verification planned.
Fix, upgrade, simplify, or speed up this code.implementation-suiteA bounded change checked against the intended behavior and benefit.
What could go wrong with this delivery or codebase?quality-assurance-suitePrioritized findings tied to evidence, or acceptance tests for the agreed scope.
Get this change published or deployed.delivery-suiteThe authorized destination updated and the observed result checked.
Why did this fail, or did the feature help?operations-suiteAn evidence-backed diagnosis or product outcome assessment.
Can I trust the instructions in this skill?skill-maintenance-suiteA review of its boundaries, consistency, and distribution readiness.

For a larger task, combine only the steps needed to resolve decisions and produce evidence. Supplied requirements, existing designs, and current tests are valid starting points. Implementation includes its own verification; a separate test-building or review skill is optional.

Install

For a feature or fix, start with implementation-suite. Replace it with another plugin from Choose a route for a different task.

Claude Code:

/plugin marketplace add levnikolaevich/claude-code-skills
/plugin install implementation-suite@levnikolaevich-skills-marketplace
/reload-plugins

Codex:

codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin add implementation-suite@levnikolaevich-skills-marketplace

Invoke a skill by its full name: /implementation-suite:ln-41-surgical-change-implementer in Claude Code or $ln-41-surgical-change-implementer in Codex, followed by your task. For example: “Fix the total calculation when an item has a discount. Preserve the current rounding rules.”

Lifecycle and plugins

Standalone skills for Claude Code and Codex, grouped by the work you need to do. Browse the outcomes below to find the right skill for your task.

1 Product discovery → 2 Architecture → 3 Delivery planning
 → 4 Implementation → 5 Quality assurance → 6 Delivery → 7 Operations
 ↑ Product feedback / architecture changes / operational remediation ↵

8 Skill maintenance supports the collection itself.

The numbers group skills by task. Install one family or combine the capabilities you need.

Product Discovery Suite

Decide what is worth building, who it serves, and what a useful first version must do.

IndexSkillPurpose
11Opportunity EvaluatorEvaluates new product opportunities through demand, channels and economics before committing to build.
12Product Requirements BuilderDefines product requirements, business rules and acceptance criteria for a committed intent; edits product docs only.
13Interaction Design BuilderDesigns user flows, interaction states and mockups for a defined product scope; does not implement UI code.

Architecture Suite

Understand the system you have and choose changes with clear boundaries, tradeoffs, and recovery paths.

IndexSkillPurpose
21System Design Baseline BuilderDefines measurable architecture drivers and constraints before system design; edits architecture docs only.
22Current Architecture DocumenterDocuments current architecture from implementation evidence; does not propose a target or audit fitness.
23System Design Proposal BuilderDesigns target system boundaries, contracts and tradeoffs from requirements; does not plan tasks or implement.
24Architecture Decision RecorderRecords one architecture decision with alternatives, consequences and status; does not design the whole system.
25Architecture Diagram BuilderCreates evidence-backed current or target architecture diagrams; not UI design.
26Architecture Migration PlannerPlans architecture migrations with compatibility, data safety, rollout and recovery; does not execute them.

Delivery Planning Suite

Find missing decisions and risky dependencies before they become implementation rework.

IndexSkillPurpose
31Delivery Plan BuilderBuilds dependency-ordered delivery plans from requirements and repository evidence; read-only.
32Test Strategy PlannerPlans risk-based test portfolios and acceptance evidence; does not write or execute tests.
33Plan ReviewerReviews a concrete implementation plan for missing decisions, feasibility and risk before execution; read-only.

Implementation Suite

Fix the cause, reuse what already works, and keep changes focused on a verified outcome.

IndexSkillPurpose
41Surgical Change ImplementerImplements one scoped feature or fix through the smallest complete solution; not upgrades or performance tuning.
42Dependency UpgraderUpgrades dependencies in reversible batches with version-specific compatibility and regression checks.
43Code ModernizerModernizes a bounded capability to reduce demonstrated maintenance cost; not routine upgrades or performance tuning.
44Performance OptimizerProfiles and improves a measured performance bottleneck; retains only verified improvements.
45Benchmark ComparatorCompares tools or implementations through controlled benchmarks and independent correctness checks.

Quality Assurance Suite

Find gaps that could break a release, mislead a maintainer, or make a passing test meaningless.

IndexSkillPurpose
51Acceptance Test BuilderBuilds, updates or retires scoped acceptance tests and verifies execution; does not repair product code.
52Delivery ReviewerReviews a completed change for acceptance, regressions and release risk; read-only, not a whole-codebase audit.
53Documentation AuditorAudits documentation and comments for trust, coverage, consistency and freshness; read-only.
54Codebase AuditorAudits cross-cutting codebase health, security and maintainability; not a single-change review or specialist audit.
55Test Suite AuditorAudits existing tests for risk coverage, reliable oracles and maintenance value; does not edit tests.
56Architecture AuditorAudits implemented architecture boundaries, dependencies and ownership; not target design or plan review.
57Persistence AuditorAudits queries, transactions, consistency and persistence resource lifetimes; read-only.

Delivery Suite

Publish the intended changes and verify what reached the remote repository or target environment.

IndexSkillPurpose
61Repository PublisherCommits, pushes and remotely verifies authorized repository changes; does not create releases.
62Release PublisherPrepares and publishes an explicitly requested tagged GitHub release; does not deploy applications.
63Deployment EngineerPrepares CI/CD and infrastructure, then executes authorized deployments with health and recovery checks.
64Community AnnouncerDrafts or publishes authorized, fact-checked GitHub Discussions announcements; does not create releases.

Operations Suite

Turn incidents and product signals into evidence for the next recovery or product decision.

IndexSkillPurpose
71Operations InvestigatorDiagnoses incidents from operational evidence and proposes recovery; does not change live systems.
72Product Outcome EvaluatorEvaluates observed product outcomes against a prior hypothesis; does not run experiments or change user treatment.

Skill Maintenance Suite

Make skills easier to invoke correctly, follow consistently, and verify before distribution.

IndexSkillPurpose
81Skill ReviewerReviews skill instructions, trigger boundaries and distribution contracts; not product code.

License

MIT