All authors
everywan-dev avatar

Claude Skills by everywan-dev

github.com/everywan-dev
53 skillsA× 530 installs13 views
Block Dangerous Git CommandsA

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

ai-agentsbashrails
0
2
Break Work Into TicketsA

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker (edges as text in one file per ticket locally, or native blocking links on a real tracker).

ai-agentsgorefactoring
0
2
Build A Domain ModelA

Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.

ai-agentsgit
0
2
Build A Throwaway PrototypeA

Build a throwaway build-a-throwaway-prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.

developmentpythongit
0
2
Check If Data Is Safe To DeleteA

Use when deciding whether a table, a file, or a service can be deleted because it looks unused. Measure real access, rename before deleting, and check the units of every counter.

ai-agentsrustgo
0
2
Check The Licence Before You CopyA

Use before pulling someone else's code, skills, prompts or configuration into your project, and before publishing anything that contains them. Turns "it was on GitHub" into an obligation you can actually meet.

ai-agentsgogit
0
2
Choose The Right Code ReviewA

Use when deciding how much review a change needs, and of what kind. What the change touches decides the level — not how big it looks, not how confident you feel.

developmentgonode
0
2
Debug A Silent FailureA

Use when something did not happen and nothing complained — no error, no alert, an empty log, a change with no effect. Teaches how to read absence as a symptom and where silence gets manufactured.

developmentgonode
0
2
Deploy To Production SafelyA

Use when a change is about to touch a running system. Backup, dry run, rollback and per-node verification, in that order.

ai-agentsgonode
0
2
Design Deep ModulesA

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

developmenttypescriptgo
0
2
Detect Stale DocumentationA

Use when checking whether curated knowledge is still fresh, reading freshness verdicts, or investigating why a unit shows drifted or unknown. Triggers on requests like "check freshness", "run the probes", "is this knowledge still current", "why does kb-0002 say unknown", or "read the knowledge index".

ai-agentspythongo
0
2
Diagnose A Hard BugA

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

ai-agentsgobash
0
2
Document With EvidenceA

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 a quick personal or project preference; that belongs to the keep-agent-memory-accurate skill instead.

ai-agentspythongo
0
2
Edit A Live Config SafelyA

Use when editing a configuration file a running process is reading. Unique anchor, keep the inode, validate before applying, verify every node.

ai-agentsgobash
0
2
Find Architecture ImprovementsA

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

developmentgogit
0
2
Generate A Setup WizardA

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 perform itself.

ai-agentsshellbash
0
2
Get A Second Model OpinionA

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.

ai-agentsgodocumentation
0
2
Implement From A SpecA

Implement a piece of work based on a spec or set of tickets.

ai-agentsgit
0
2
Investigate An Unfamiliar SystemA

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.

developmentrustgo
0
2
Keep Agent Memory AccurateA

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 for curated knowledge with evidence and freshness tracking; that belongs to document-with-evidence.

ai-agentspython
0
2
Keep Secrets Out Of The RepositoryA

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.

ai-agents
0
2
Know What A Change CostsA

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.

ai-agentssecurity
0
2
Look At The Rendered PageA

Use before claiming a web change works. Reading HTML and CSS is not seeing the page — render it, in every theme, and look.

developmentgobash
0
2
Make The Next Failure LoudA

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.

developmentrustgo
0
2
Map An Undocumented SystemA

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".

developmentrustgo
0
2
Map The Attack SurfaceA

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, the authorisation gaps scanners never report, and what not to put in the findings list.

developmentrustgit
0
2
Pick The Right SkillA

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.

developmentrustgo
0
2
Plan Work Too Big For One SessionA

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.

developmentgoreact
0
2
Research With Primary SourcesA

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.

ai-agentsrustgit
0
2
Resolve Merge ConflictsA

Use when you need to resolve an in-progress git merge/rebase conflict.

ai-agentsgogit
0
2
Review A Plan Before You BuildA

Use when a plan is written and about to be built. Reviews it from four deliberately different angles, because the objection that kills a plan is rarely the one its author was watching for.

ai-agentsgodocumentation
0
2
Review Changes Against Spec And StandardsA

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 when the user wants to review a branch, a PR, work-in-progress changes, or asks to \"review since X\".

developmentgorefactoring
0
2
Review Code You Did Not WriteA

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.

ai-agentsrustgo
0
2
Root Cause Analysis FirstA

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.

developmentgoshell
0
2
Route Work To The Right ModelA

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.

ai-agentspythongo
0
2
Set Up Pre Commit HooksA

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.

ai-agentsgobash
0
2
Set Up The Issue TrackerA

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.

ai-agentsgogit
0
2
Set Up Verified DocumentationA

Use when a project wants to adopt the validated-memory method -- bootstrapping curated knowledge and agent memory for the first time, wiring the harness's persistent memory to this project, or verifying an adoption is set up correctly. Triggers on requests like "adopt validated-memory here", "set up curated knowledge for this project", "bootstrap the memory layer", or "wire the harness memory symlink".

ai-agentspythongo
0
2
Stress Test A DecisionA

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

ai-agentsgit
0
2
Stress Test A Plan With DocsA

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

ai-agentsgogit
0
2
Supersede Outdated DocsA

Use when a curated-knowledge unit turns out to be wrong, outdated, or replaced by better evidence. Triggers on requests like "correct kb-0003", "update this finding, it changed", "this knowledge unit is no longer true", or "supersede X with Y". Never use this to justify editing a unit's frontmatter or body in place.

ai-agentspythondocumentation
0
2
Survive Someone Elses Breaking ChangeA

Use when something that worked yesterday stopped working and you changed nothing, or before upgrading a dependency, runtime or platform. Also covers not doing this to your own consumers.

ai-agentsgodebugging
0
2
TddA

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

developmentgotesting
0
2
Teach A ConceptA

Teach the user a new skill or concept, within this workspace.

developmentrustgo
0
2
Triage Issues And PrsA

Move issues and external PRs through a state machine of triage-issues-and-prs roles, categorise, verify, grill if needed, and write agent-ready briefs.

ai-agentsrustgo
0
2
Turn A Decision Into A QuestionnaireA

Turn a decision you can't fully answer into a questionnaire for someone else to fill in.

ai-agentsgogit
0
2
Validate Your ValidatorA

Use when writing or trusting anything that decides pass/fail — a test, a linter, a scanner, a health check, a monitor. Makes the checker prove it can fail before you believe a green result.

ai-agentsrustgo
0
2
Verify Before Saying DoneA

Use when about to report something as done, working or fixed. Turns "it looks right" into a check that could have failed.

developmentrustgo
0
2
Write A Handover That WorksA

Use when work has to survive a break in continuity — end of a session, end of a day, passing a task to someone else. Writes the handoff that carries the evidence and names what was never checked.

ai-agentsrustgo
0
2
Write A Spec From A ConversationA

Turn the current conversation into a spec and publish it to the project issue tracker: no interview, just synthesis of what you've already discussed.

developmentgotesting
0
2