Source

robsonrung/rar-skills

101 skills · 2.9K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
worktree Set up an isolated git worktree for new work or an existing ref. Use when the user requests isolation or an implement…
robsonrung/rar-skills
28
2
knowledge-graph Build and query a document knowledge graph with traceable evidence. Use for multi-hop answers, corpus-wide themes, or…
robsonrung/rar-skills
27
3
open-pr Commit scoped changes, push a branch, and open or update a GitHub pull request. Use when the user asks to open a pull…
robsonrung/rar-skills
27
4
agent-architecture-lens Review agent control flow, durable state, retries, and recovery. Use when choosing a loop or state graph, or when a t…
robsonrung/rar-skills
26
5
browser-smoke Smoke-test the routes a branch or PR changes in a real browser. Use when the user asks to smoke-test a branch or PR, …
robsonrung/rar-skills
26
6
diagnose Find and prove the cause of a bug, failing test, or unexpected behavior. Use for unexplained failures, including pipe…
robsonrung/rar-skills
26
7
tdd Implement behavior through the red-green-refactor loop. Use when test-first execution is requested or selected by the…
robsonrung/rar-skills
26
8
codex-mission-control Coordinate Codex missions as a context light manager - run scoped ledger, native subagent discovery, bounded workers …
robsonrung/rar-skills
25
9
fable-mindset Apply the Fable engineering posture to intake, diagnosis, decisions, implementation, and reports. Use when the user r…
robsonrung/rar-skills
25
10
pragmatic-coding-session Apply a Pragmatic Programmer inspired coding session lens across planning, design, implementation, debugging, review,…
robsonrung/rar-skills
24
11
architecture_session_review Session-level architecture review for a change that is architecturally significant but has no single specific lens — …
robsonrung/rar-skills
23
12
coding-implementation-guard Keep implementation work safe, local, and verifiable. Use when implementing a feature, fixing a bug, changing behavio…
robsonrung/rar-skills
23
13
design-integrity Review and shape software designs for conceptual integrity before or during coding. Use when the user asks to design …
robsonrung/rar-skills
23
14
macro-architecture Choose a system architecture style or assess service decomposition and data ownership. Use for monolith, service, eve…
robsonrung/rar-skills
23
15
html-explainer Create a self-contained HTML walkthrough of a subsystem or flow, with diagrams and expandable source evidence. Use fo…
robsonrung/rar-skills
22
16
interview Interactive requirements interview that stress-tests a feature idea against the codebase, the repo glossary (CONCEPTS…
robsonrung/rar-skills
22
17
cmux-cli Control cmux workspaces, panels, terminal input, notifications, and sidebar state through its CLI. Use when the user …
robsonrung/rar-skills
20
18
peer-sessions Coordinate peer sessions through native delegation or a durable mailbox. Use for a requested peer fleet, cross-sessio…
robsonrung/rar-skills
19
19
consensus-summary-html Render an existing models-consensus result as a self-contained HTML decision brief. Use when asked to visualize a cou…
robsonrung/rar-skills
18
20
muse-runner Execute prompts as the Meta Muse Spark seat through Cline CLI headless mode. Use when users request Muse Spark, when …
robsonrung/rar-skills
18
21
feature-models-roundtable End-to-end feature pipeline that chains models-roundtable (multi-model consensus answer) into implement-feature (mult…
robsonrung/rar-skills
17
22
models-roundtable Answer a task by polling several models blind, then reconciling them into one consensus answer. Fan the RAW prompt ou…
robsonrung/rar-skills
17
23
prototype Throwaway prototype (spike) discipline — settle a design unknown that only running code can answer, extract the decis…
robsonrung/rar-skills
17
24
decide-about-disagreements Help the user resolve material disagreements in an existing models-consensus result. Present recorded opinions, disti…
robsonrung/rar-skills
16
25
review-gate Return a machine-readable review verdict for a PR or branch. Use when a workflow needs a merge gate with structured e…
robsonrung/rar-skills
16
26
verify-changes Run a repository's deterministic checks from its own command surface. Use when the user asks to verify a branch, run …
robsonrung/rar-skills
15
27
pi-runner Run a prompt through Pi CLI with provider and model pinned per call. Use when Pi is requested or an approved workflow…
robsonrung/rar-skills
14
28
architect-lens Apply two software-architecture lenses during coding — a trade-off/decision coach and a coupling/connascence reviewer…
robsonrung/rar-skills
13
29
architecture-styles Reference and selection guide for the five macro architecture styles — layered, microkernel, event-driven, microservi…
robsonrung/rar-skills
13
30
architecturehardparts Apply Software Architecture The Hard Parts style tradeoff analysis during coding sessions. Use when the user asks abo…
robsonrung/rar-skills
13
31
ddd-strategic Review the strategic Domain-Driven Design shape of a change — bounded-context boundaries, ubiquitous-language naming …
robsonrung/rar-skills
13
32
ddd-tactical Pick and review the right tactical Domain-Driven Design pattern for code under change — business-logic pattern (trans…
robsonrung/rar-skills
13
33
model-lens Review code or a design through model-driven architecture lenses — layer placement & boundary leaks, element cohesion…
robsonrung/rar-skills
13
34
refactor-to-testability Tame untested or hard-to-change legacy code by following Dave Farley's five ordered steps to testability (from "The S…
robsonrung/rar-skills
13
35
small-steps Work in a tight small-steps / fast-feedback rhythm during a coding session, distilled from Dave Farley's "Software De…
robsonrung/rar-skills
13
36
advanced-react Plan, implement, or review React component structure, state placement, re-renders, and async behavior using compositi…
robsonrung/rar-skills
11
37
distributed-systems-patterns Choose or review distributed topology and event-stream patterns. Use for replicas, shards, container helpers, queues,…
robsonrung/rar-skills
11
38
to-prototype Build a throwaway experiment to answer a design question that reading cannot settle. Use for technical spikes, state-…
robsonrung/rar-skills
11
39
decision-council Pressure-test a high-stakes decision through a persona council — one model wearing five fundamentally different think…
robsonrung/rar-skills
9
40
event-driven-microservices Decide whether to adopt, keep, or migrate to event-driven microservices, then review the design or codebase against e…
robsonrung/rar-skills
7
41
fable-decision Think like Claude Fable when choosing between approaches — the shape and timing of deciding, not the design content. …
robsonrung/rar-skills
6
42
fable-diagnosis Think like Claude Fable while investigating a bug, test failure, or unexpected behavior — the epistemic posture, not …
robsonrung/rar-skills
6
43
fable-implementation Think like Claude Fable while writing code — the discipline of landing changes, not a style guide. Core discipline: p…
robsonrung/rar-skills
6
44
fable-intake Think like Claude Fable at the moment a request arrives — before the first tool call. Decides whether the deliverable…
robsonrung/rar-skills
6
45
fable-reporting Think like Claude Fable when communicating results — the final message of a working turn and status updates along the…
robsonrung/rar-skills
6
46
implement-tasks Execute an approved task queue with model approval, dependency scheduling, and integration review. Use when the user …
robsonrung/rar-skills
6
47
interview-me Settle feature and design choices through interview rounds of up to five questions. Use when the user asks to be inte…
robsonrung/rar-skills
6
48
to-prd Turn a settled decision record into a PRD for user approval. Use after interview-me or a settled product discussion; …
robsonrung/rar-skills
6
49
feature-models-round-table End-to-end feature pipeline that chains models-round-table (multi-model consensus answer) into implement-and-review (…
robsonrung/rar-skills
4
50
models-round-table Answer a task by polling several models blind, then reconciling them into one consensus answer. Fan the RAW prompt ou…
robsonrung/rar-skills
4
Page 2 · 101 total Previous Next