Back to authors
buvis

buvis

36 Skills published on GitHub.

plan-tasks

Use when breaking a PRD into granular, sequenced implementation tasks ready for the work skill. Triggers on "plan tasks", "create tasks from PRD", "implement PRD", "break down the spec".

UncategorizedView skill →

review-plan

Use after creating a plan in plan mode to critique it for gaps, risks, and clarifying questions before implementation. Triggers on "review plan", "critique plan", "check my plan".

UncategorizedView skill →

use-codex

Use when running OpenAI Codex via the codex CLI (copilot CLI fallback) for code analysis, refactoring, or editing. Triggers on "run codex", "codex analyze", "ask codex", "copilot with codex".

UncategorizedView skill →

use-gemini

Use when running Google Gemini via the native Gemini CLI for code analysis, refactoring, or editing. Triggers on "run gemini", "gemini analyze", "ask gemini".

UncategorizedView skill →

audit-recon

Use when auditing cartographer recon-brief injections in the audit log. Reports (repo x day) inject uniqueness, missing-atlas repos, stale-at-inject rate, and excerpt-size distribution. Triggers on "audit recon", "recon audit", "recon injections".

UncategorizedView skill →

design-agent-loop

Use when designing a goal-oriented agent loop or reviewing one for runaway risk - build gate, machine-decidable goal, anti-Goodhart boundaries, five failure modes. Triggers on "design a loop", "review this loop", "will this loop run away".

UncategorizedView skill →

explain-interactively

Use when turning a codebase into an interactive HTML course for non-technical learners. Triggers on "turn this into a course", "explain interactively", "codebase walkthrough", "teach this code".

UncategorizedView skill →

sort-agent-setup

Use when a project needs a trimmed Claude install instead of the full global setup, sorting skills/rules/hooks into DAILY vs LIBRARY with repo evidence. Triggers on "agent sort", "trim skills for repo", "daily vs library", "project install plan".

UncategorizedView skill →

assess-evolution

Use when assessing a project's long-term evolution health and emitting a phased, session-sized PRD roadmap to get it back on track. Triggers on "evolution audit", "assess this project", "health-check the codebase", "what should we refactor".

UncategorizedView skill →

audit-atlas

Use when auditing the health of Cartographer atlases across all tracked repos. Reports fresh-atlas coverage, staleness distribution, atlas size, and layer population. Triggers on "audit atlas", "atlas health", "cartographer coverage".

UncategorizedView skill →

audit-echo

Use when reviewing cartographer-echo fire patterns to tune stopwords, threshold false-positives, or surface duplicate-detection trends. Triggers on "audit echo", "echo audit", "duplicate detection report".

UncategorizedView skill →

brief-portfolio

Use when the user wants a portfolio-wide status brief of all gita-registered repos as a single-file HTML dashboard with actionable follow-ups. Triggers on "brief portfolio", "state of my repos", "repo dashboard", "cross-repo todos".

UncategorizedView skill →

brush

Use when running a project hygiene pass on a repo - git cleanup, leftover triage, evolution check, backlog review, AGENTS.md refresh. Triggers on "brush", "brush the project", "project hygiene", "git hygiene", "apply git hygiene", "tidy repo", "clean up this repo".

UncategorizedView skill →

catchup-ecc

Use when scanning new commits in the external affaan-m/everything-claude-code repo for ideas worth adopting. Triggers on "catchup ecc", "check ecc", "what is new in ecc", "check affaan".

UncategorizedView skill →

convene-council

Use when an ambiguous decision has multiple credible paths and needs structured disagreement before choosing. Triggers on "council", "second opinion", "convene council", "decision council", "multiple perspectives", "go or no go".

UncategorizedView skill →

create-prd

Use when converting a plan, design doc, brainstorming output, or discovery doc into a structured PRD saved to the backlog. Triggers on "create PRD", "create PRD from plan", "make PRD", "convert to PRD", "save plan as PRD".

UncategorizedView skill →

create-skill

Use when running the skill validator or applying frontmatter conventions (trigger-led description, <=250 chars). Triggers on "validate skill", "skill validator", "skill-creator", "create skill", "lint skill", "skill compliance", "sharpen skill".

UncategorizedView skill →

debug-stuck-agent

Use when an agent is failing repeatedly, looping on tools, drifting from the task, or burning tokens without progress. Triggers on "agent introspection", "debug agent", "agent stuck", "agent loop", "diagnose failure", "why is this stuck".

UncategorizedView skill →

design-solution

Use when turning a PRD into a reviewed design doc (the HOW) before planning tasks - architecture fit, exact interfaces, reuse, alternatives, then an autonomous adversarial review. Triggers on "design solution", "design this PRD".

UncategorizedView skill →

digest-github-repo

Use when generating a zettelkasten digest of GitHub repo activity (issues, PRs, commits) for triage. Two modes (curated-list for awesome-lists, activity-digest for general repos). Triggers on "digest REPO", "what is new in REPO", pasted GitHub URL.

UncategorizedView skill →

elicit-requirements

Use when fleshing out a rough idea before /create-prd, when requirements are unclear or complex (adaptive depth, minimal to comprehensive). Triggers on "elicit requirements", "flesh out this idea", "what should we build", "scope this out".

UncategorizedView skill →

extract-plugin

Use when extracting a cluster of personal skills/hooks/commands into a new Claude Code plugin repo and publishing to the buvis marketplace. Triggers on "extract plugin", "ship as plugin", "make plugin from", "spin out plugin".

UncategorizedView skill →

manage-agents-md

Use when creating, auditing, or improving an AGENTS.md file, or promoting project memories into it (progressive disclosure, context budgeting). Triggers on "agents.md", "AGENTS.md", "audit AGENTS.md", "promote memories", "memories to AGENTS.md".

UncategorizedView skill →

purge-devlocal

Use when purging stale dev/local artifacts across repos (review debris, done-PRD satellites, old autopilot state) via trash-first GC. Triggers on "purge dev local", "clean dev local", "gc dev local", "empty dev local trash".

UncategorizedView skill →

research

Use when researching a topic via multi-source synthesis (literature review, competitive analysis, tech comparison); for a fact-checked cited web report use deep-research. Triggers on "research this", "investigate", "survey the landscape".

UncategorizedView skill →

review-blindly

PRD-only blind lens. Use when a major implementation is complete and per-task reviews passed, before merge/handoff; for consensus validation use review-work-completion. Mandatory after multi-file features. Not for single-file fixes.

UncategorizedView skill →

review-design-doc

Use when reviewing a system design document interactively (provide doc path). Walks findings one-at-a-time with three resolution options each; edits applied directly to the doc. Triggers on "review design doc", "critique design", "design review".

UncategorizedView skill →

review-discovery-doc

Use when reviewing a feature discovery document before create-prd, interactively for completeness, coherence, integrity, right-sizing, and evolvability. Triggers on "review discovery doc", "critique discovery", "review discovery".

UncategorizedView skill →

review-prd-backlog

Use to review the PRD backlog (dev/local/prds/backlog) before /run-autopilot - create-prd compliance, collisions, sizing/regrouping, gaps, goal alignment. Triggers on "review backlog", "review prds", "audit backlog", "backlog ready".

UncategorizedView skill →

review-work-completion

Use after all tasks are completed to validate implementation against PRD requirements via multi-agent consensus review; for a spec-only blind lens use review-blindly. Triggers on "review work", "check completed work", "are we done".

UncategorizedView skill →

run-autopilot

Use when running a PRD end-to-end autonomously - catchup, plan, work, and a review-rework loop running consensus, blind, and doubt lenses every cycle. Triggers on "autopilot", "run autopilot", "autopilot status", "drain backlog".

UncategorizedView skill →

spike

Use when an idea is too fuzzy to spec confidently and a throwaway build would answer faster than more spec work - runs before elicit-requirements or create-prd. Triggers on "spike", "spike this", "prototype this idea", "throwaway prototype".

UncategorizedView skill →

survey

Use to build or refresh the Cartographer per-repo atlas via /survey - a small codebase map of layers, naming conventions, error style, extension points. Triggers on "/survey", "survey repo", "refresh atlas", "rebuild codebase map".

UncategorizedView skill →

use-qwen

Use when running a local Qwen model (llama.cpp + pi agent) for code tasks, or onboarding, qualifying, or promoting a new local model id. Triggers on "run qwen", "qwen analyze", "ask qwen", "onboard model", "qualify model", "promote model".

UncategorizedView skill →

use-sonnet

Use when running Anthropic Claude Sonnet via the native claude CLI (headless) for code analysis, refactoring, or editing. Triggers on "run sonnet", "sonnet analyze", "ask sonnet".

UncategorizedView skill →

work

Use when executing already-planned tasks one at a time, dispatching the implementor and committing after each. Triggers on "work on tasks", "implement tasks", "start working", "execute the plan", "do the work".

UncategorizedView skill →