Positronick is a curated registry of agent capabilities.
SOUL.md personalities, MCP servers, CLIs, and skills — find one, copy one command, drop it into your agent.
Curated from 32 verified authors · 16 souls · 191 tools
Hermes
The agent that grows with you — a cross-platform AI agent that installs with one command and bundles its own runtime.
OpenClaw
Your own personal AI assistant for any OS and platform — installs via npm and runs as an always-on gateway daemon.
Positronick CLI
Find, inspect and install souls, MCP servers and agent tooling from positronick.com — straight from your terminal.
Positronick
Teach your agent the positronick.com registry: find, inspect and install souls and agent tooling through the MCP server or the CLI.
Ship Kit
A Claude Code plugin that takes a finished change from working tree to a green, mergeable PR, then drives the review loop to a fresh approval.
Reflect
Distill a coding session's hard-won lessons — gotchas, patterns, integration quirks — into the project's knowledge base, with explicit approval before anything is written.
Ask Me Questions
Systematic requirements discovery through focused multi-round questioning before any code gets written — asking only what the code can't reveal.
Babysit
Drive a GitHub PR to a fresh approval, green CI, and a mergeable state — verifying every review finding against the code, fixing the real ones, and pushing back with evidence on the rest.
Smart Commit
Cluster uncommitted changes into logical groups and commit each with a clean conventional commit message — plus a Keep-a-Changelog update pass.
Ship
Take a finished change from working tree to a green, mergeable PR — one command chaining simplify, verify, code-review, smart-commit, branch hygiene, PR, and babysit-to-green.
Interview Then Orchestrate
Before a large batch job, surface the few decisions only the owner can make, lock them in one up-front interview, then run the whole batch unattended — looping on blockers, not on questions.
Session Distill
After significant work, distill the non-obvious lessons — gotchas, environment quirks, corrections you received — into durable notes, looping until a fresh review pass surfaces nothing unrecorded.
Docs Drift Sweep
Treat every operational claim in your docs and runbooks as a hypothesis — verify each against the live system, fix what drifted, and loop until no claim fails verification.
Red-Team Your Own Feature
Attack your own just-built feature's trust assumptions — spoofable identifiers, client-settable fields, lookalike handles, reclamation attacks — fix each break and re-attack until every attack fails.
Boot and Probe
Green tests are not a running app — build the production image, boot it against a fresh throwaway database, probe the real routes and contracts, fix, and re-boot until everything answers.
Store-Content Parity
When your sync pipeline only upserts, removals never propagate — loop until the live store's rows exactly match the curated source files, pruning orphans deliberately.
Merge to Live Parity
After merging, loop until production actually reflects the merge — pipeline green, the new commit serving, fresh routes answering, and schema plus data applied.
Verify or Drop
For every candidate item in a catalog or dataset, independently re-verify the claim and mechanically confirm its source URL resolves — include it with evidence or drop it with a written reason.
Schema Migration Drift to Zero
After every schema edit, regenerate migrations and prove there is no drift — loop until a fresh generate produces no new files and leaves the working tree clean.
Zero-Warnings Quality Gauntlet
Run lint, typecheck, tests, and build as one chained gauntlet under a 'a warning FAILS' bar, and loop until the whole chain exits clean with the word 'warning' nowhere in its output.