All authors
GobbyAI avatar

Claude Skills by GobbyAI

github.com/GobbyAI
44 skillsA× 442 installs38 views
GobbyA

Router contract for provider-aware Gobby help and installed skill dispatch.

developmentgo
0
19
ClonesA

This skill should be used when the user asks to "/gobby clones", "create clone", "spawn in clone". Manage git clones for isolated parallel development - create, spawn agents, sync, merge, and delete.

developmentgogit
0
19
ExpandA

Use when user asks to '/gobby expand', 'expand task', 'break down task', 'decompose task'. Expand a task into subtasks using codebase analysis and visible LLM reasoning. Survives session compaction.

developmentpythongo
0
19
MemoryA

This skill should be used when the user asks to "/gobby memory", "remember", "recall", "forget memory". Manage persistent memories across sessions - store, search, delete, update, and list memories.

developmentgotesting
0
19
MergeA

Use when user asks to "/gobby merge", "merge branches", "resolve conflicts", "AI merge". AI-powered merge conflict resolution - start merges, resolve conflicts, and apply resolutions.

developmentgogit
0
19
PlanA

This skill should be used when the user asks to "/gobby plan", "create plan", "plan feature", "write specification". Guide users through structured specification planning. Does NOT create tasks - use /g expand for that.

developmentpythongo
0
19
GcodeA

AST-aware code search, symbol navigation, and dependency graph analysis via the gcode CLI. Use this skill when exploring codebases, finding functions or classes, understanding call graphs, checking blast radius before changes, or navigating large projects. Triggers on: code search, find function, who calls, what imports, blast radius, symbol lookup, file outline, project structure, search codebase, find definition, impact analysis, dependency graph.

ai-agentsbash
0
19
ArchitectureA

Internal methodology for the architecture discovery stage. Produces a concise Architecture Brief for product and planning handoff.

ai-agentsgoapi
0
19
BrevityA

Anti-slop output mode. Kills filler, summary-stamps, negation framing, follow-up menus, and plain-language restatement. Three compression levels: lite, full, ultra.

ai-agentsgosecurity
0
19
Build CoordinatorA

Use when coordinating a full gobby build run for an epic or task, especially when the user assigns the current session as coordinator, asks for a coordination epic, wants build agents/worktrees monitored, or wants gobby build bugs fixed so future runs work unattended.

ai-agentsgo
0
19
Build RuleA

Use when user asks to 'build rule', 'create rule', 'author rule', 'write rule', 'add enforcement'. Interactive guide for authoring Gobby rule YAML definitions.

ai-agentspythongo
0
19
BuildA

Interactive /gobby build wizard. Starts lifecycle automation from a plan file or task ref, or delegates raw ideas to /gobby plan.

ai-agentsgodebugging
0
19
CanvasA

Instructions for rendering rich A2UI canvas elements to the chat interface.

ai-agentsjavascriptpython
0
19
Code IndexA

Instructions for using gcode CLI for code search and retrieval. Loaded on demand when project has a code index.

ai-agentsgoshell
0
19
Code ReviewerA

How to run code reviews and adversarial reviews. Use when asked to review code, run adversarial review, or when the code review gate blocks.

ai-agentsrustgo
0
19
CoderabbitA

Use when processing CodeRabbit review comments, CodeRabbit CLI reports, or `$gobby coderabbit [findings]` requests.

ai-agentsgo
0
19
Context7A

Instructions for using context7 MCP to look up library documentation before writing code. Loaded on demand on first code file write/edit.

ai-agentsgonextjs
0
19
DevA

Interactive /gobby dev launcher. Dispatches the shared developer agent for a task.

ai-agentspythongo
0
19
Development DisciplineA

Developer-agent discipline for test judgment, validation evidence, and TDD-required task escalation.

ai-agentsgobash
0
19
Expansion Agent SelectionA

Select the best bundled developer agent for automated expansion leaves and document fallback decisions.

ai-agentspythongo
0
19
Holistic ReviewA

Review an implemented epic against its approved plan, aggregate diff, and child-task validation evidence before final PR or merge handoff.

ai-agentsgotesting
0
19
IdeateA

Internal methodology for the ideation discovery stage. Produces a concise Discovery Brief for downstream research, architecture, PRD, and planning.

ai-agentsgo
0
19
ImpeccableA

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system.

ai-agentsgogit
0
19
Loading SkillsA

How to discover and load skills. Covers local skill search, hub search, and when to proactively look for skills.

ai-agentspythonrust
0
19
Merge ExpertA

Methodology for PR-aware delivery — probe branch protection, open/gate PRs, land via GitHub when required, or run the direct multi-worktree merge campaign.

ai-agentsgobash
0
19
Nano BananaA

REQUIRED for all image generation requests. Generate and edit images using Nano Banana (Gemini CLI). Handles blog featured images, YouTube thumbnails, icons, diagrams, patterns, illustrations, photos, visual assets, graphics, artwork, pictures. Also routes specialty creative recipes (anime-to-life, character-reference-sheet, figure-to-life, imax-portrait, j-cover, j-idol, j-poses, photo-restoration, real-mecha). Use this skill whenever the user asks to create, generate, make, draw, design, or...

ai-agentsgobash
0
19
PersonaA

Switch the current session to a persona-capable agent definition without spawning a child agent or changing provider/model/isolation. Use with `/gobby persona <name>`.

ai-agentsgo
0
19
Plan DraftA

Methodology for drafting a gobby plan document — phases, task format, TDD compatibility, categories, hierarchy, and dependency notation. Use when drafting or revising a plan artifact.

ai-agentspythongo
0
19
Plan ReviewA

Review a gobby plan document for missing requirements, bad sequencing, unhandled edge cases, weak testability, and traceability gaps. Use when asked to review or critique a plan.

ai-agentsrustgo
0
19
Playwright CliA

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

ai-agentsgobash
0
19
PrdA

Internal methodology for the PRD discovery stage. Produces a concise Product Reference Document for implementation planning.

ai-agentsgo
0
19
PythonA

Enforces default Python coding standards for agents writing or refactoring Python: typing, error handling, testing, async, and boundary validation. Use before editing Python unless the repo provides stricter local rules.

ai-agentspythongo
0
19
QaA

Interactive /gobby qa launcher. Dispatches the shared qa-reviewer agent for a task.

ai-agentspythongo
0
19
ResearchA

Internal methodology for the research discovery stage. Produces concise evidence and source-backed context for architecture and PRD stages.

ai-agentsgo
0
19
ReviewA

Interactive /gobby review launcher. Dispatches holistic-reviewer for an epic.

ai-agentspythongo
0
19
RustA

Enforces default Rust coding standards for agents writing or refactoring Rust: ownership, error handling, types, testing, async, and API design. Use before editing Rust unless the repo provides stricter local rules.

ai-agentsrustgo
0
19
Source ControlA

Commit message format and release PR process. Use when ready to commit or push a release; use task-transitions for task close/review gates.

ai-agentsgobash
0
19
Task CreationA

How to create tasks effectively via gobby-tasks MCP. Covers task types, priorities, when to use each, and writing effective validation criteria.

ai-agentspythongo
0
19
Task TransitionsA

Pre-transition checklist for closing or reviewing tasks. Covers fresh verification evidence, commits, and memory gates.

ai-agentspythongo
0
19
Tech WriterA

How to author, audit, and refresh Gobby technical documentation. Use when writing or rewriting a guide, validating an existing doc against the codebase, generating Mermaid diagrams, or explaining a technical concept to docs readers.

ai-agentsgonode
0
19
Test ArchitectureA

Internal methodology for architect-owned test architecture. Produces structured testing strategy prose inside the architecture discovery marker.

ai-agentsgotesting
0
19
Test Driven DevelopmentA

Required TDD loop for tasks that need red, green, refactor, final-green, and test-quality evidence.

ai-agentsgobash
0
19
Triage JudgmentA

Internal methodology for side-effect-free GitHub issue triage verdicts.

ai-agentspythongo
0
19
Writing SkillsA

Use when creating, editing, or validating Gobby skills, especially when a skill must change agent behavior or become discoverable through gobby-skills.

ai-agentsgobash
0
19