registry

Prompts

public catalogue

Reusable prompts you can drop into any agent and version like code.

37 results in prompts
@A
@axon/tdd
0.1.1
Build a feature or fix a bug test-first, one vertical slice at a time.
@A
@axon/accessibility
0.1.0
Make an interface work by keyboard, screen reader, and at high zoom.
@A
@axon/code-review
0.1.0
Review a diff on two independent axes — repo standards, and the spec it came from.
@A
@axon/diagnosing-bugs
0.1.0
Six-phase discipline for hard bugs — build a red-capable loop before theorising.
@A
@axon/grilling
0.1.0
Stress-test a plan through a relentless one-question-at-a-time interview.
@A
@axon/handoff
0.1.0
Compact a session into a document another agent can resume the work from.
@A
@axon/api-design
0.1.0
Design an interface from the call site, then stress-test it against known futures.
@A
@axon/caching
0.1.0
Add a cache without introducing a correctness bug.
@A
@axon/cleanup
0.1.0
Remove debug instrumentation, dead code, and stale comments before shipping.
@A
@axon/cli-design
0.1.0
Design a command-line interface for both a human and a script.
@A
@axon/code-comprehension
0.1.0
Understand a specific piece of code well enough to change it, and say what you're unsure of.
@A
@axon/codebase-design
0.1.0
Design deep modules — small interfaces, clean seams, testable through them.
@A
@axon/commit
0.1.0
Turn working changes into commits whose messages explain why.
@A
@axon/concurrency
0.1.0
Reason about code where more than one thing happens at once.
@A
@axon/config
0.1.0
Handle configuration and secrets so misconfiguration fails loudly at startup.
@A
@axon/database-migration
0.1.0
Change a schema without data loss or downtime — expand, migrate, contract.
@A
@axon/dependency-upgrade
0.1.0
Move dependencies forward safely, reading changelogs before bumping.
@A
@axon/document
0.1.0
Write documentation that answers the question the reader arrived with.
@A
@axon/domain-modeling
0.1.0
Sharpen a project's domain language and record the decisions worth keeping.
@A
@axon/error-handling
0.1.0
Decide what can fail, where it's caught, and what must never be swallowed.
@A
@axon/estimate
0.1.0
Break work into pieces and state the uncertainty instead of hiding it.
@A
@axon/implement
0.1.1
Build from a spec in vertical slices, with tight feedback and honest reporting.
@A
@axon/incident
0.1.0
Respond to a live production problem — stabilise first, diagnose after.
@A
@axon/observability
0.1.0
Instrument the questions you'll ask at 3am, not the code you happen to be in.
@A
@axon/onboard
0.1.0
Build an accurate mental model of an unfamiliar codebase, and say what you're unsure of.
@A
@axon/performance
0.1.0
Make something measurably faster — measure, profile, change one thing, re-measure.
@A
@axon/prototype
0.1.0
Build throwaway code that answers one design question, then capture the answer.
@A
@axon/pull-request
0.1.0
Open a PR a reviewer can evaluate without reconstructing your reasoning.
@A
@axon/refactor
0.1.0
Improve structure without changing behaviour, in small reversible steps.
@A
@axon/research
0.1.0
Investigate against primary sources and write cited findings to a durable file.
@A
@axon/resolving-merge-conflicts
0.1.0
Resolve a merge or rebase by understanding both intents before picking.
@A
@axon/rollback
0.1.0
Undo a change safely, accounting for the state that doesn't revert.
@A
@axon/security-review
0.1.0
Review a diff for security defects, with a reachable path for every finding.
@A
@axon/spec
0.1.0
Turn a discussion into a written spec, without inventing what wasn't decided.
@A
@axon/test-coverage
0.1.0
Find the untested code that matters and close the gaps worth closing.
@A
@axon/triage-issue
0.1.0
Turn a reported issue into something actionable, or close it honestly.
@A
@axon/type-modelling
0.1.0
Make invalid states unrepresentable so bugs become compile errors.