Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
ring:session-handoff
Create handoff documents capturing session state for seamless context-clear and resume
LerianStudio/ring 169
-
ring:gandalf-webhook
Send tasks to Gandalf (AI team member) via webhook and get responses back. Publish to Alfarrábio, send Slack notifications, ask for business context, and more.
LerianStudio/ring 169
-
ring:writing-plans
Creates comprehensive implementation plans with exact file paths, complete code
examples, and verification steps for engineers with zero codebase context.
LerianStudio/ring 169
-
ring:git-commit
Smart commit organization with atomic grouping, conventional commits, and trailer management
LerianStudio/ring 169
-
ring:systematic-debugging
Four-phase debugging framework - root cause investigation, pattern analysis,
hypothesis testing, implementation. Ensures understanding before attempting fixes.
LerianStudio/ring 169
-
ring:executing-plans
Controlled plan execution with human review checkpoints - loads plan, executes
in batches, pauses for feedback. Supports one-go (autonomous) or batch modes.
LerianStudio/ring 169
-
ring:writing-skills
TDD for process documentation - write test cases (pressure scenarios), watch
baseline fail, write skill, iterate until bulletproof against rationalization.
LerianStudio/ring 169
-
ring:interviewing-user
Proactive requirements gathering - systematically interviews the user to uncover
ambiguities, preferences, and constraints BEFORE implementation begins.
LerianStudio/ring 169
-
ring:testing-anti-patterns
Test quality guard - prevents testing mock behavior, production pollution with
test-only methods, and mocking without understanding dependencies.
LerianStudio/ring 169
-
ring:using-ring
Mandatory orchestrator protocol - establishes ORCHESTRATOR principle (dispatch agents,
don't operate directly) and skill discovery workflow for every conversation.
LerianStudio/ring 169
-
ring:drawing-diagrams
Generate Mermaid diagrams from context and open them in mermaid.live in the browser. Use when the user asks for a diagram, visualization, flowchart, sequence diagram, ER diagram, or any visual representation of code, architecture, or processes. Produces lightweight, shareable mermaid.live URLs that open in the browser for interactive editing.
LerianStudio/ring 169
-
ring:testing-skills-with-subagents
Skill testing methodology - run scenarios without skill (RED), observe failures,
write skill (GREEN), close loopholes (REFACTOR).
LerianStudio/ring 169
-
ring:visual-explainer
Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to render a complex ASCII table (4+ rows or 3+ columns) — present it as a styled HTML page instead.
LerianStudio/ring 169
-
ring:using-git-worktrees
Isolated workspace creation - creates git worktrees with smart directory selection
and safety verification for parallel feature development.
LerianStudio/ring 169
-
ring:pre-dev-task-breakdown
Gate 7: Implementation tasks - value-driven decomposition into working increments
that deliver measurable user value.
LerianStudio/ring 169
-
ring:pre-dev-api-design
Gate 4: API contracts document - defines component interfaces and data contracts
before protocol/technology selection. Large Track only.
LerianStudio/ring 169
-
ring:pre-dev-feature-map
Gate 2: Feature relationship map - visualizes feature landscape, groupings,
and interactions at business level before technical architecture.
LerianStudio/ring 169
-
ring:pre-dev-full
Complete 10-gate pre-dev workflow for large features (>=2 days).
Orchestrates topology discovery, research, PRD, feature map, design validation,
TRD, API design, data model, dependency map, task breakdown, subtask creation,
and delivery planning in a sequential gated process with human approval at each gate.
LerianStudio/ring 169
-
ring:pre-dev-trd-creation
Gate 3: Technical architecture document - defines HOW/WHERE with technology-agnostic
patterns before concrete implementation choices.
LerianStudio/ring 169
-
ring:pre-dev-delivery-planning
Gate 9 (Full Track) / Gate 4 (Small Track): Delivery roadmap and timeline planning.
Transforms tasks into realistic delivery schedule with critical path analysis,
resource allocation, and delivery breakdown. MANDATORY gate for both workflows.
LerianStudio/ring 169
-
ring:pre-dev-subtask-creation
Gate 8: Zero-context implementation steps - 2-5 minute atomic subtasks with
complete code, exact commands, TDD pattern. Large Track only.
LerianStudio/ring 169
-
ring:pre-dev-research
Gate 0 research phase for pre-dev workflow. Dispatches 4 parallel research agents
to gather codebase patterns, external best practices, framework documentation,
and UX/product research BEFORE creating PRD/TRD. Outputs research.md with
file:line references and user research findings.
LerianStudio/ring 169
-
ring:pre-dev-prd-creation
Gate 1: Business requirements document - defines WHAT/WHY before HOW.
Creates PRD with problem definition, user stories, success metrics.
LerianStudio/ring 169
-
ring:lerian-map-management
Manage the Lerian Map platform — maintain products, features, iterations, and delivery roadmaps
via REST API. Enforces Lerian naming/tagging standards, keeps map data in sync with repository
activity, and supports TPMs/PMs in keeping the map 100% accurate.
LerianStudio/ring 169