registry

Registry

public catalogue

Explore public agents, modules, cognets, and measurement instruments.

82 results across the registry
@A
@axon/zero
1.0.49
The default Axon cognet — the cognitive loop every agent runs unless it selects another.
@A
@axon/subagent
0.1.5
Subagent api for Axon agents.
@A
@axon/zeno
1.0.17
A general purpose coding agent and Axon's default agent.
@A
@axon/dungeon-master
0.1.3
A solo, rules-light tabletop RPG Dungeon Master — plays a live adventure with you in the terminal, with real dice and a fresh world every game.
@A
@axon/fs
0.1.9
Filesystem tools — search, read, write, and surgically patch files in the agent's workspace.
@A
@axon/ember-theme
1.0.4
A warm terminal palette in three weights — glow, dark and light.
@A
@axon/search
0.1.2
Web search that cascades across Tavily, Brave and Google — set one key or several.
@A
@axon/screenshare
0.1.3
Screen capture as a sense. Streams a display's frames into the agent's cognet; list it twice for two monitors.
@A
@axon/arxiv
0.1.9
arXiv paper search and retrieval — search by query, author, concept, or date range; fetch by ID; browse latest papers in a category. No API key required.
@A
@axon/docs
1.0.7
The Axon platform documentation, installable as agent knowledge.
@A
@axon/lsp
0.1.4
Language server integration — hover, definition, references, rename, diagnostics, and code actions across TypeScript, Python, Rust, Go, and C/C++.
@A
@axon/compute
0.1.1
Interoception. The machine sensing itself — CPU, memory, disk, network, thermal, GPU, and the agent process's own footprint.
@A
@axon/fragcheck
0.1.3
A Linux gaming-readiness specialist — inspects your rig and tells you, straight, how ready it is to game, with a scored report and ranked fixes.
@A
@axon/discord
1.0.4
Discord bot integration — receive messages, read channel history, and send messages.
@A
@axon/github
0.1.1
GitHub integration — repository navigation, issue triage, and pull request review.
@A
@axon/telegram
0.1.4
Telegram as a sense channel — inbound messages arrive as text stimuli, outbound is one send tool.
@A
@axon/camera
0.1.1
Sight. Streams camera frames into the agent's cognet — install it and the agent sees; the device resolves automatically.
@A
@axon/gruvbox-theme
1.0.3
Retro groove for the terminal — Gruvbox in three weights: medium, hard and light.
@A
@axon/microphone
0.1.1
Hearing. Streams microphone frames into the agent's cognet — install it and talk; the device resolves automatically.
@A
@axon/mouse
0.1.1
Pointer position and button state as a sense. Streams /pointer/position and /pointer/buttons into the agent's cognet.
@A
@axon/tavily
0.1.4
Tavily Search API
@A
@axon/tokyo-night
1.0.3
Tokyo Night for the terminal — night, storm and day.
@C
@cody/glade
0.1.11
A primitive orginism in a 2D grid world.
@A
@axon/nord
1.0.3
Nord for the terminal — desaturated arctic blues.
@A
@axon/weather
0.1.5
Weather tools powered by Open-Meteo. No API key required. Provides current conditions, hourly and multi-day forecasts, severe weather alerts, and astronomical data.
@A
@axon/mocha-theme
1.0.4
Catppuccin for the terminal — all four flavours: mocha, macchiato, frappe and latte.
@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/google
0.1.3
Google Search integration — search the web from any agent.
@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/rose-pine
1.0.3
Rosé Pine for the terminal — muted rose and gold, in three variants.
@A
@axon/api-design
0.1.0
Design an interface from the call site, then stress-test it against known futures.
@A
@axon/brave
0.1.0
Brave Search API
@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/obsidian
0.1.0
Obsidian vault integration — read, write, search, and surgically patch notes. Requires the Obsidian Local REST API plugin running locally.
@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.
@C
@cody/io
0.1.7
echos back messages of any data kind
@C
@cody/barry.mk3
0.1.32
My personal sidekick
@C
@cody/braitenberg
0.1.3
A self-propelled organism that senses light and steers toward it. The hello world of robotics — and the smallest complete Axon agent that has a body.
@C
@cody/dungeon-master
0.1.3
A solo, rules-light tabletop RPG Dungeon Master — plays a live adventure with you in the terminal, with real dice and a fresh world every game.
@C
@cody/braitenberg-vehicle
0.1.1
@A
@axon/oma
0.1.0
@C
@cody/io-engine
0.1.2
@C
@cody/ember-theme
0.1.1
@A
@axon/hindsight
0.1.1
@A
@axon/vox
@C
@cody/a2
0.1.0
@C
@cody/adam-entropy
0.1.0
@C
@cody/a4
0.1.0
@C
@cody/dave
0.1.11
@C
@cody/linter
0.1.0