adityaarakeri/senior-agent-skills

Eight portable SKILL.md playbooks that make coding agents work like careful senior engineers. One-command install across Claude Code, Codex, Antigravity, OpenCode, Copilot, and Cursor.

This repository also configures its own agents. See what senior-agent-skills tells them →

1Stars on the repository
11Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

dead-code-audit

01

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Thoroughly find dead, unused, and unreachable code in a repository and produce a confidence-ranked report. Use this skill whenever the user asks to find dead code, unused variables, unused functions or classes, unreachable code, orphaned files, unused exports, unused dependencies, stale CI files, orphaned config…

not rated 1 23d ago A 0 tokens

debug-protocol

02

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Diagnose bugs, failing tests, crashes, regressions, flaky behavior, and performance failures when the cause is unknown. Use for stack traces, wrong output, intermittent failures, environment mismatches, or repeated unsuccessful fixes. Do not use when the root cause is already established and the task is to implement…

not rated 1 23d ago A 76 tokens

evaluate-ai-changes

03

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Evaluate changes to prompts, model or provider versions, RAG retrieval and ranking, tool schemas, agent policies, structured outputs, safety filters, and model routing. Use when AI-system quality, safety, latency, or cost may change. Do not use for ordinary deterministic code changes; use tdd-loop for those and…

not rated 1 23d ago A 80 tokens

git-hygiene

04

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Execute explicitly requested version-control mutations safely, including staging, commits, branches, merges, rebases, conflict resolution, undo operations, and pull-request preparation. Always use before force push, reset, clean, history rewrite, or deletion. Do not trigger for read-only status, diff, log, blame, or…

not rated 1 23d ago A 76 tokens

plan-first

05

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Produce and maintain an implementation plan for risky, ambiguous, irreversible, or coordinated changes, and whenever the user asks for a plan or approach. Trigger on public contracts, schemas, auth, payments, migrations, build or deployment systems, and material design choices. Do not use for low-risk mechanical work…

not rated 1 23d ago A 68 tokens

repo-recon

06

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Map an unfamiliar repository, service, or module before non-trivial work. Use when entering a codebase not explored in the current session, onboarding, tracing an unknown flow, or recovering from a wrong structural assumption. Do not use for a scoped, obvious change when the relevant files, commands, and conventions…

not rated 1 23d ago A 69 tokens

safe-refactor

07

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Change internal code structure while preserving observable behavior through small verified steps. Use for renames, extractions, moves, decomposition, and duplication removal when behavior must remain stable. Do not use for bug fixes, public contract changes, dependency or framework migrations, schema migrations, or…

not rated 1 23d ago A 68 tokens

self-review

08

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Review a completed diff or change set for correctness, security, regressions, scope, and missing tests. Use in author mode before handoff or in read-only mode when the user asks to review, inspect, check readiness, or report findings. Do not replace runtime completion evidence from verify-done, and do not fix findings…

not rated 1 23d ago A 74 tokens

tdd-loop

09

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Implement a known feature, behavior change, or diagnosed bug with a red-green-refactor loop. Use when the user asks to add, build, implement, or fix behavior and automated tests exist or should exist. For an unknown failure cause use debug-protocol first; for model, prompt, RAG, or agent quality use…

not rated 1 23d ago A 77 tokens

verify-done

10

adityaarakeri/senior-agent-skills

Skill Claude CodeCodex

Gate completion claims with observed build, test, runtime, documentation, and diff evidence. Use at the end of implementation or when the user asks whether existing work is complete. Do not use as the primary code-review workflow, and do not repair failures during a verification-only request unless the user separately…

not rated 1 23d ago A 66 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: