git
01Skill Claude CodeCodex
Use when user asks for git operations: branch creation, committing changes, creating pull requests.
Skill Claude CodeCodex
Use when user asks for git operations: branch creation, committing changes, creating pull requests.
Skill Claude CodeCodex
Use when the user asks to summarize, compact, hand off, or create an end-of-session summary for the next agent.
Skill Claude CodeCodex
Create or revise polished, standalone HTML documents for direct human reading. Use for technical documents, proposals, reports, specifications, guides, and review artifacts when the user wants a clear, attractive HTML deliverable.
Skill Claude CodeCodex
Use when creating, reviewing, or revising prompts, system prompts, developer instructions, agent policies, prompt templates, eval prompts, or skill files consumed by LLMs and AI agents. Routes to OpenAI, Anthropic/Claude, or generic prompt-writing guidance based on the target model/provider.
Skill Claude CodeCodex
Implement a spec or delivery plan by dispatching each slice to a fresh sub-agent, verifying the result, and maintaining execution state. Use when the user chooses to implement from spec.html or an optional plan.md.
Skill Claude CodeCodex
Create an optional delivery plan from a specification. Use only when implementation needs multiple independently verifiable slices, sessions, agents, migrations, backfills, or rollout coordination.
Skill Claude CodeCodex
Answer a concrete repository, dependency, external-system, feasibility, behaviour, or impact question and preserve the evidence for reuse. Use when the answer is worth keeping — codebase inspection, authoritative sources, live probes, or disposable experiments.
Skill Claude CodeCodex
Review an SWE brief, research report, spec, delivery plan, execution state, implementation diff, branch, or pull request. Use for fresh-context, evidence-backed findings before the human chooses the next action.
Agent
Agent "bugs-and-regression" from SNIKO/agent-skills, covering logic and correctness, regression risks, error handling and resources and tests.
Agent
Agent "code-quality" from SNIKO/agent-skills, covering local clarity and maintainability, simplicity and scope, design and architecture and local reliability boundaries.
Agent
Agent "design" from SNIKO/agent-skills, covering reinvention of existing solutions, unnecessarily complex approach, inconsistency with how the repo solves this and contract and ownership boundaries.
Agent
Agent "documentation" from SNIKO/agent-skills, covering documentation correctness, agent instruction freshness, skills (if applicable), minimal self-documenting code and documentation bloat.
Agent
role: performancereviewer goal: Review performance-sensitive changes for concrete runtime regressions, scalability risks, and resource leaks without suggesting speculative micro-optimizations.
Agent
role: quickchangereviewer goal: Review tiny low-risk changes with very low token use, catching only obvious real problems.
Agent
role: releasereviewer goal: Review CI, deployment, dependency, migration, packaging, and public contract changes for concrete release or operational risk.
Agent
role: securityreviewer goal: Find only exploitable or concretely dangerous security issues introduced by changed code.
Agent
role: speccompliancereviewer goal: Verify that the change correctly and completely implements the stated requirements without adding unrelated scope.
Skill Claude CodeCodex
Turn a software change idea into a concise, repository-grounded product brief. Use before designing or implementing non-trivial features, fixes, refactors, or migrations.
Skill Claude CodeCodex
Create and progressively deepen a single evolving specification document for a change, from high-level structure down to exact contracts.
Skill Claude CodeCodex
Create an isolated git worktree for an SWE change workspace. Use before implementation when the user wants the change isolated from the current working tree.