All Skills

25,835 skills
jasoncarreira
Circuit Breaker
Recognize when you're in a runaway loop and stop yourself. Use when the same tool call has repeated 3× with the same args, when the same error class has fired 3× in a turn, when you've been told the same correction twice, when "let me try one more variation" is the third small variation, or when a refinement loop is orbiting rather than converging. The right move on a trip is to switch from action to inquiry — read events.jsonl, list assumptions, look for contradictions, ask the human, file a chainlink — not to retry harder.
6
jasoncarreira
Fallback Chains
Layer alternative channels / scrapers / data sources with explicit fall-through, where each rung covers a different failure mode. Use when interacting with the world (sending a notification, fetching from a third party, detecting a state change, authenticating) and the single canonical path could fail in known ways. Distinct from retrying — retries handle transient failures; fallback chains handle modal ones (channel down, API gone, cookie expired). Three layers tops; the terminal rung is loud.
6
jasoncarreira
Mermaid Diagrams
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.
6 · bundle
jasoncarreira
Long Running Jobs
Run shell commands in the background with output capture and completion callbacks. Use when a command might take more than ~30 seconds (builds, tests, deployments, data processing) and you want to keep working while it runs.
6
jasoncarreira
Skill Acquisition
Discover, evaluate, install, and wrap external agent skills from ClawHub registry, skillflag-compliant CLI tools, and GitHub repos. Use when asked to find new capabilities, install a skill, browse what's available, or package a local skill for sharing.
6 · bundle
jasoncarreira
Github Poller
Watch one or more GitHub repositories for new issues, pull requests, comments, PR reviews, and inline diff comments — emits a fresh turn each time something actionable happens. Use when you've opened PRs / issues mimir should know about review activity for, when you want operator-actionable signals for repos mimir maintains, or when you need to track upstream activity on a watched repo. Filters out events authored by mimir's own GitHub identity (set ``MIMIR_GITHUB_SELF_LOGIN``) so the bot doesn't wake itself with its own comments. Companion to the ``pollers`` framework skill (mechanics) and the ``world-scanning`` skill (catalog of *what's worth polling*). Opt-in: copy this directory into ``<home>/skills/github-poller/`` then set the env vars below.
6 · bundle
jasoncarreira
Github CI Watch
Watch the main branch of one or more GitHub repositories for new CI (GitHub Actions) workflow-run failures — emits a fresh turn the moment a build breaks and stays silent while CI is green. Use when mimir maintains repos whose CI it should react to (e.g. a failing build on main after a merge it landed). Seen-set deduped so each failed run is reported exactly once. Companion to the ``pollers`` framework skill (mechanics) and the ``world-scanning`` skill (catalog of what's worth polling). Opt-in: copy this directory into ``<home>/skills/github-ci-watch/`` then set the env vars below.
6 · bundle
jasoncarreira
Worklink Tool Pins
Optional low-priority poller that inventories Worklink tool pins from <home>/worklink.yaml and files/reuses Chainlink bump issues when upstream versions drift. Opt-in: copy this directory into <home>/skills/worklink-tool-pins/ and configure tool_pins in worklink.yaml.
6 · bundle
keykor
Fix
Processes a PR's review comments (Copilot or human), classifies them, applies the fixes that belong, replies to each thread, and pushes. Use whenever the user says "address the review", "fix what Copilot said", "handle the comments", mentions Copilot already reviewed a PR, or passes a PR number/URL with pending reviews — or in Spanish "revisá los comentarios", "arreglá lo que dijo Copilot", "atendé el review".
0
keykor
Plan
Opens a conversational planning session for a feature, bug, or ticket. Investigates the repo, discusses the approach with the user until a solution is agreed, and only then writes the plan to docs/plans/. Use whenever the user invokes it, describes a problem to solve, pastes a ticket, mentions an incident, or asks to plan a non-trivial change. Also on "plan this", "analyze this first", "what would we need to touch", "let's start with this" — or in Spanish "planeá", "analizá esto antes", "qué habría que tocar", "arranquemos con esto".
0
keykor
Ship
Takes an approved plan from docs/plans/ and drives it to an open PR. Implements it by milestones, commits per milestone in the repo's style, and opens the PR against the repo's base branch. Use whenever the user approves a plan, says "ship it", "go", "start", "implement it", "do it", or asks to open a PR for already-planned work — or in Spanish "dale", "arrancá", "implementalo", "hacelo".
0
intense-visions
DB Mvcc
MVCC (Multi-Version Concurrency Control)
18 · bundle
intense-visions
Burn Hud
Burn HUD
18 · bundle
intense-visions
API Craft
API Craft
18 · bundle
intense-visions
Docs Craft
Docs Craft
18 · bundle
intense-visions
React 2026
React 2026
18 · bundle
intense-visions
Spec Craft
Spec Craft
18 · bundle
intense-visions
Uat Signoff
UAT Sign-off
18 · bundle
intense-visions
API API Keys
API Keys
18 · bundle
intense-visions
Naming Craft
Naming Craft
18 · bundle
intense-visions
DB Hash Index
Hash Indexes
18 · bundle
intense-visions
DB Scan Types
Scan Types
18 · bundle
intense-visions
Gof Singleton
GOF Singleton
18 · bundle
intense-visions
UX Voice Tone
Voice and Tone
18 · bundle
intense-visions
Pr Fleet
PR Fleet
18 · bundle
intense-visions
DB Audit Trail
Audit Trail
18 · bundle
intense-visions
DB Nested Sets
Nested Sets
18 · bundle
intense-visions
DB Time Series
Time-Series Data
18 · bundle
intense-visions
Design Form UX
Form UX
18 · bundle
intense-visions
Otel Sdk Setup
OpenTelemetry SDK Setup
18 · bundle
intense-visions
Security Craft
Security Craft
18 · bundle
intense-visions
TS Strict Mode
TypeScript Strict Mode
18 · bundle
intense-visions
UX Search Copy
Search Copy
18 · bundle
intense-visions
Xstate Typegen
XState Typegen
18 · bundle
intense-visions
Adr Fleet
ADR Fleet
18 · bundle
intense-visions
CSS CSS Modules
CSS Modules
18 · bundle