everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when recording a new piece of curated knowledge -- a finding, a decision, a measured fact worth keeping and later re-checking for freshness. Triggers on requests like "record this as knowledge", "write a knowledge unit for X", "capture this finding with evidence", or "add this to curated knowledge". Do not use for…
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when editing a configuration file a running process is reading. Unique anchor, keep the inode, validate before applying, verify every node.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Generate an interactive bash generate-a-setup-wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can…
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when a claim needs a second opinion that does not share your blind spots. How to ask a different model, what to send it, and how to settle a disagreement.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Implement a piece of work based on a spec or set of tickets.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when entering a system you did not build. The reading order that gets you oriented without breaking anything, and the false negatives that will fool you on the way.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when recording or updating a persistent agent-memory fact -- a user preference, a project fact, feedback, or a reference note the harness should remember across sessions. Triggers on requests like "remember that I prefer X", "note this project fact", "update this memory", or "this preference changed". Do not use…
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use before committing configuration, when a secret has already been committed, or when adding a secret scanner. Covers why rotation beats scrubbing and why most scanners get switched off.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use before shipping something that runs repeatedly — a job, a query, an agent loop, a pipeline. Estimates the recurring cost of a change while it is still cheap to change, and decides where spending less is safe.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use after an incident, or before shipping something whose failure would be invisible. Decides what to log, measure and alert on so the next failure announces itself instead of being discovered by a customer.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when documenting a system or auditing what is already documented. Records the edge of what is known, so that silence stops reading as "nothing there".
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use before exposing something, after inheriting a system you did not build, or when a security review says "looks fine". Finds who can reach what, and the authorisation gaps that scanners never report.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when you do not know which skill fits the situation you are in. A router over every skill in this collection, grouped by what you are actually about to do.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when you need to resolve an in-progress git merge/rebase conflict.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when you are about to approve, merge or ship code an agent or another person wrote and you do not fully understand. Turns "it looks right and the tests pass" into a review that could have rejected it.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use when something is failing and you are about to change code or config to fix it. Blocks the fix until you can say why it happens, and shows how to hunt a cause instead of confirming a guess.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Use before starting any change, to decide how much validation it needs and which model and effort to spend on it. Answers "is this a one-review change or a three-review change?" without arguing about it.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
everywan-dev/claude-code-engineering
Skill Claude CodeCodex
Configure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.