← all publishers

robsonrung

@robsonrung source repo

60 published skills

  1. Shared · robsonrung bundle
    Shared references, schemas, and scripts used by the other skills. This directory is a library dependency, not an executable workflow.
    0
    installs
  2. Cmux CLI · robsonrung bundle
    Control cmux workspaces, panels, terminal input, notifications, and sidebar state through its CLI. Use when the user asks to inspect or manage cmux, create or target a workspace or panel, send text or keys, or report task status in cmux.
    0
    installs
  3. Review Gate · robsonrung bundle
    Return a machine-readable review verdict for a PR or branch. Use when a workflow needs a merge gate with structured evidence; use full-review for a human-facing review.
    0
    installs
  4. Diverse Plan · robsonrung bundle
    Compare independent implementation approaches and produce one reviewed plan. Use when the user explicitly requests a diverse plan or several model-generated approaches; it does not implement the plan.
    0
    installs
  5. Skill Expert · robsonrung bundle
    Create, audit, improve, or package SKILL.md workflows and their supporting resources. Use for skill authoring, discovery problems, or workflow simplification. For project instruction files, use agents-md-craft.
    0
    installs
  6. Browser Smoke · robsonrung bundle
    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, test affected pages, or run a diff-scoped browser test. It tests changed routes, not whole-product release QA.
    0
    installs
  7. Fable Mindset · robsonrung bundle
    Apply the Fable engineering posture to intake, diagnosis, decisions, implementation, and reports. Use when the user requests this mindset or an assessment of that work process; it does not select a model.
    0
    installs
  8. Peer Sessions · robsonrung bundle
    Coordinate peer sessions through native delegation or a durable mailbox. Use for a requested peer fleet, cross-session handoffs, or resumable replies; use models-consensus for a requested opinion council.
    0
    installs
  9. Verify Changes · robsonrung bundle
    Run a repository's deterministic checks from its own command surface. Use when the user asks to verify a branch, run repository checks, or prove that build and tests pass. It captures command evidence, does not repair code, and does not replace browser testing.
    0
    installs
  10. Agents Md Craft · robsonrung bundle
    Create, audit, or simplify project instruction files such as AGENTS.md and CLAUDE.md. Use to fix instruction drift or separate conditional guidance; use skill-expert for SKILL.md files.
    0
    installs
  11. Dynamic Harness · robsonrung bundle
    Plan and run a bounded worker fleet for a complex task. Use when the user explicitly requests delegation, parallel work, a tournament, or a managed mission.
    0
    installs
  12. Knowledge Graph · robsonrung bundle
    Build and query a document knowledge graph with traceable evidence. Use for multi-hop answers, corpus-wide themes, or shared graph memory; use direct retrieval for single-document or single-hop questions.
    0
    installs
  13. Tdd · robsonrung
    Implement behavior through the red-green-refactor loop. Use when test-first execution is requested or selected by the coding workflow; use safe-incremental-coding first for untested legacy code.
    0
    installs
  14. Open Pr · robsonrung bundle
    Commit scoped changes, push a branch, and open or update a GitHub pull request. Use when the user asks to open a pull request, commit and push work, or write or update a pull request description. Do not use to implement work or merge a pull request.
    0
    installs
  15. Worktree · robsonrung
    Set up an isolated git worktree for new work or an existing ref. Use when the user requests isolation or an implementation plan requires separate workspaces; reuse suitable existing isolation.
    0
    installs
  16. Pi Runner · robsonrung bundle
    Execute an external Pi CLI prompt with a provider and model pinned per call. Use only for an explicit Pi CLI request, a selected Pi provider route unavailable as native host delegation, or an approved external fallback, including Kimi, GLM, Qwen, and Gemma seats.
    0
    installs
  17. To Prd · robsonrung bundle
    Turn a settled decision record into a PRD for user approval. Use after interview-me or a settled product discussion; to-tasks consumes the approved PRD.
    0
    installs
  18. HTML Explainer · robsonrung bundle
    Create a self-contained HTML walkthrough of a subsystem or flow, with diagrams and expandable source evidence. Use for detailed interactive code explanations; use explain-architecture for a short orientation.
    0
    installs
  19. Summarize · robsonrung
    Create a concise continuity summary from the active session. Use when the user asks to summarize current work, prepare a handoff, or compact session context. Do not use to summarize an unrelated document or to store a handoff.
    0
    installs
  20. Design Gate · robsonrung
    Select relevant design lenses for a planned slice and return a proceed-or-revise verdict. Use during task planning or when a design boundary changes; invoke a named lens directly for a single-lens review.
    0
    installs
  21. Diagnose · robsonrung
    Find and prove the cause of a bug, failing test, or unexpected behavior. Use for unexplained failures, including pipeline verification failures; an understood failure within a TDD loop stays with tdd.
    0
    installs
  22. Grok Runner · robsonrung bundle
    Execute an external Grok CLI prompt in headless print mode. Use only for an explicit Grok CLI request, a selected Grok route unavailable as native host delegation, or an approved external fallback.
    0
    installs
  23. To Tasks · robsonrung
    Break an approved PRD into reviewable vertical slices and publish the approved task queue. Use when planning implementation tasks; implement-tasks handles model approval and execution.
    0
    installs
  24. Collaborative Delivery · robsonrung bundle
    Deliver an approved task through an auditable multi-model panel with test, review, and verification evidence. Use when the user requires a recorded panel trail for implementation. For the normal fast path, use implement-and-review or implement-tasks.
    0
    installs
  25. Test Lens · robsonrung bundle
    Judge test value and choose what to test or mock. Use for brittle tests, test reviews, and unit or integration test design; use tdd for the test-first execution loop.
    0
    installs
  26. Full Review · robsonrung bundle
    Review code changes or requirements with evidence-backed findings. Use for integration seams, public contracts, security, migrations, or a requested deep review; keep local task reviews scoped.
    0
    installs
  27. Cline Runner · robsonrung bundle
    Execute an external Cline CLI prompt with structured output. Use only for an explicit Cline CLI request, a selected Cline provider route unavailable as native host delegation, or an approved external fallback, including Muse and Minimax seats.
    0
    installs
  28. Codex Runner · robsonrung bundle
    Execute an external Codex CLI prompt in non-interactive exec mode. Use only for an explicit Codex CLI request, a selected Astra, Sol, Terra, or Luna route unavailable as native host delegation, or an approved external fallback.
    0
    installs
  29. Dcode Runner · robsonrung bundle
    Execute an external DeepAgents CLI (`dcode`) prompt with the user's configured model and credentials. Use only for an explicit dcode or DeepAgents CLI request. It is not an approved implementation or review route.
    0
    installs
  30. Security Gate · robsonrung
    Identify security decisions during an interview and classify slices for deep or standard review. Use when defining an exposed security surface or planning its review; full-review performs the code review.
    0
    installs
  31. Clean Code · robsonrung
    Refactor existing code with behavior-preserving Clean Code practices. Use for local naming, readability, duplication, or structure problems; use architecture-lens for module boundary decisions.
    0
    installs
  32. Claude Runner · robsonrung bundle
    Execute an external Claude CLI prompt in headless print mode. Use only for an explicit Claude CLI request, a selected Claude route unavailable as native host delegation, or an approved external fallback.
    0
    installs
  33. Gemini Runner · robsonrung bundle
    Execute an external Antigravity CLI (`agy`) prompt for a Gemini route. Use only for an explicit Gemini or Antigravity CLI request, a selected external route, or an approved fallback when native delegation cannot meet the route.
    0
    installs
  34. Brainstorm · robsonrung bundle
    Explore an uncertain idea and recommend whether to build, defer, reduce scope, or reject it. Use for brainstorming or a build decision; use interview-me next to settle requirements.
    0
    installs
  35. UI UX Pro Max · robsonrung bundle
    Choose a reusable UI design system or review cross-screen UX using a design database. Use for visual systems, interaction rules, or UI quality; use frontend-design for bespoke visual implementation.
    0
    installs
  36. Advanced React · robsonrung bundle
    Plan, implement, or review React component structure, state placement, re-renders, and async behavior using composition first. Use for component design or behavior problems; use react for compiler setup and version-specific APIs.
    0
    installs
  37. Opencode Runner · robsonrung bundle
    Guide an external OpenCode CLI run through the host approval flow. Use only when users explicitly request OpenCode or approve an OpenCode comparison without a bundled runner script.
    0
    installs
  38. Interview Me · robsonrung bundle
    Settle feature and design choices through interview rounds of up to five questions. Use --auto for a bounded two-role evidence-based interview; otherwise ask the user before a PRD.
    0
    installs
  39. To Prototype · robsonrung bundle
    Build a throwaway experiment to answer a design question that reading cannot settle. Use for technical spikes, state-model demos, or visual alternatives; use a tracer bullet when the code must ship.
    0
    installs
  40. Decide About Disagreements · robsonrung bundle
    Help the user resolve material disagreements in an existing models-consensus result. Present recorded opinions, distinct options, and a recommendation for each open decision without rerunning the council or implementing it.
    0
    installs
  41. Design Patterns · robsonrung bundle
    Choose or review a Gang-of-Four pattern when recurring code structure creates a concrete design problem. Use to compare a named pattern with a simpler design; use architecture lenses for system boundaries.
    0
    installs
  42. Explain Architecture · robsonrung bundle
    Create a self-contained HTML orientation page explaining a codebase or subsystem with a map and one traced flow. Use for onboarding or architecture overviews; use html-explainer for a detailed code walkthrough.
    0
    installs
  43. Session Handoff · robsonrung
    Create an immutable session handoff or orient from a selected handoff. Use when the user asks to hand off current work, save continuity notes, resume from a handoff, or inspect available handoffs. Do not use for an ordinary session summary.
    0
    installs
  44. Capture Learning · robsonrung bundle
    Capture a verified, reusable solution in docs/solutions. Use when asked to document a solved problem or when a delivery workflow selects learning capture; use session-handoff for work continuity.
    0
    installs
  45. Architecture Lens · robsonrung bundle
    Review code-level coupling, cohesion, dependency direction, and module boundaries. Use when deciding where code belongs or whether to split, merge, or refactor a module; use macro-architecture for system shape.
    0
    installs
  46. Frontend Design · robsonrung bundle
    Build a custom frontend interface from a chosen visual direction. Use for a bespoke page, component, or site; use ui-ux-pro-max for reusable design systems and advanced-react for React behavior.
    0
    installs
  47. Implement Tasks · robsonrung bundle
    Execute an approved task queue with exact model approval, native-first role sessions, dependency scheduling, and integration review. Use when the user asks to implement approved tasks; implement-and-review handles each task.
    0
    installs
  48. Consensus Summary HTML · robsonrung bundle
    Render an existing models-consensus result as a self-contained HTML decision brief. Use when asked to visualize a council report; preserve its opinions and evidence without running a new council.
    0
    installs
  49. Coding Design Plan · robsonrung
    Plan the implementation shape of one approved coding task. Use when a module, data, API, component, or deployment boundary still needs a design decision; use to-tasks for task decomposition.
    0
    installs
  50. Macro Architecture · robsonrung bundle
    Choose a system architecture style or assess service decomposition and data ownership. Use for monolith, service, event-driven, or distributed-system boundaries; use architecture-lens for code-level structure.
    0
    installs
  51. Models Consensus · robsonrung bundle
    Run a read-only council of model opinions after the user approves its model plan. Use only when the user invokes this skill or explicitly asks for extra model opinions; never use as an automatic escalation.
    0
    installs
  52. Resolve Pr Feedback · robsonrung bundle
    Evaluate pull request feedback against the code, apply valid fixes, and reply to or resolve the addressed threads. Use only when the user asks to address pull request feedback or review threads. Do not use to find new issues in a diff.
    0
    installs
  53. Implement And Review · robsonrung bundle
    Implement and review one approved coding task through exact model routes and persistent role contexts. Use for a scoped task with an acceptance contract; use implement-tasks to coordinate a queue.
    0
    installs
  54. Domain Driven Design · robsonrung bundle
    Review domain boundaries, business language, aggregates, and domain events. Use when a change crosses bounded contexts or restructures business rules within one context.
    0
    installs
  55. Coding Review Simplify · robsonrung bundle
    Review a completed code change for behavior-preserving simplification, local correctness, and maintainability. Use after implementing a scoped task or when the user asks to simplify a concrete diff. Do not use as a full feature review or to choose the delivery reviewer plan.
    0
    installs
  56. Agent Architecture Lens · robsonrung bundle
    Review agent control flow, durable state, retries, and recovery. Use when choosing a loop or state graph, or when a tool-calling workflow must survive failures and resume safely.
    0
    installs
  57. Data Systems Coding Lens · robsonrung bundle
    Review implementation risks in persistent state and asynchronous data paths. Use for schemas, migrations, queues, caches, retries, or concurrent writes; use macro-architecture to decide service and data ownership.
    0
    installs
  58. Safe Incremental Coding · robsonrung
    Build characterization tests before a risky change to untested legacy code. Use to preserve existing behavior while making the affected code testable, then hand behavior changes to tdd.
    0
    installs
  59. Software Design Philosophy · robsonrung bundle
    Reduce design complexity through deep modules, information hiding, and coherent interfaces. Use when a module or API is hard to understand or change; use clean-code for local cleanup.
    0
    installs
  60. Distributed Systems Patterns · robsonrung bundle
    Choose or review distributed topology and event-stream patterns. Use for replicas, shards, container helpers, queues, or event-driven adoption and migration; use macro-architecture for overall system style.
    0
    installs