.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/lerianstudio/ring
home/skills/lerianstudio/ring
lerianstudio avatar

lerianstudio/ring

58 skills

View on GitHub
$npx skills add lerianstudio/ring
SkillInstalls
adding-multi-tenancyAdding database-per-tenant isolation into a Go service end-to-end via an 11-gate cycle: detects the stack, audits compliance, then dispatches backend agents to…—adopting-lib-commons-huma-wrapperAdopting the lib-commons/v5 shared Huma (OAS 3.1) OpenAPI wrapper + RFC 9457 problem model (commons/net/http/{openapi,problem}) in a Lerian Go service: wire…—analyzing-optionsAnalyzing different approaches for a task or problem with structured comparisons, effort estimates, and recommendations.—applying-composition-patternsReact composition patterns that scale. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals.—applying-licensesApplying or switching a repository's license (Apache 2.0, Elastic License v2, or Proprietary): rewrites the LICENSE file, updates Go/TS source headers, sets…—auditing-dependency-securityAuditing a dependency for supply-chain risk before install (pip/npm/go/cargo): checks typosquatting, maintainer/age risk, vulnerability DBs (OSV, GHSA,…—auditing-production-readinessAuditing a service's production readiness against Ring engineering standards across base dimensions plus a conditional multi-tenant dimension, then emitting a…—checking-frontend-qualityChecking frontend quality against changed UI via ring:qa-frontend in accessibility, visual, e2e, or performance mode and aggregating pass/fail verdicts.—cleaning-commentsCleaning redundant and obvious comments following clean code principles while preserving meaningful documentation.—committing-changesCommit changes with scope allowlist enforcement, atomic grouping, GPG-signed conventional commits, and trailer management.—creating-handoffsCreating a handoff document that captures session state (completed work, decisions, open items, next steps) and delivering it via Plan Mode so the user gets…—creating-helm-chartsCreating Helm charts to Lerian conventions via ring:helm: standardized chart structure, full env-var coverage from .env.example, security defaults…—creating-worktreesCreating an isolated git worktree for parallel branch work: selects the directory by priority order, verifies/adds .gitignore safety, auto-installs the…—detecting-goroutine-leaksDetecting goroutine leaks in Go: greps for goroutine patterns, audits goleak coverage (VerifyTestMain/VerifyNone), runs goleak, and dispatches ring:backend-go…—dispatching-workflowsExecuting a phased plan in rolling waves where each phase runs as one multi-agent workflow harness: the supervisor elaborates the phase into tasks against the…—engineering-promptsExpert prompt engineering and optimization for LLMs and AI systems.—executing-plansControlled plan execution with human review checkpoints - loads plan, executes in batches, pauses for feedback. Supports one-go (autonomous) or batch modes.—exploring-codebasesExploring a codebase across phases: scopes the target, detects architecture, components, and layers, deep-dives each discovered perspective, then synthesizes…—fixing-lintFixing lint to a clean state: runs the linter, groups reported issues into independent streams, and dispatches one parallel fixer agent per stream…—generating-llms-txtGenerating or auditing a repository's llms.txt per the llmstxt.org spec, and creating CLAUDE.md / AGENTS.md when missing, by analyzing README, build files,…—generating-pr-descriptionsGenerating pull request descriptions from git branch changes with automatic title generation, change-type detection, and smart analysis.—generating-release-guidesGenerating an internal Operations-facing update/migration guide from the git diff between two refs, documenting per-change client impact, deploy ordering,…—hardening-dockerfilesHardening Dockerfiles to reach Docker Hub Health Score grade A: enforcing a non-root USER, minimal/distroless multi-stage base images, no fixable critical/high…—implementing-readyzImplementing the canonical /readyz readiness-probe contract across Go, TypeScript, and Next.js via a 12-gate cycle: detects stack, audits compliance, then…—implementing-tasksImplementing a single planned task (Task N.M.T) end-to-end: selects the right backend agent by language and service type, drives one TDD RED->GREEN turn, then…—instrumenting-streaming-eventsInstrumenting streaming events: wires lib-streaming event emission end-to-end into a Lerian Go service via a 13-gate cycle (catalog, Builder bootstrap, Emit…—managing-dev-cycleManaging an in-progress development cycle without driving it: status reports phase, epic/gate progress, assertiveness, and elapsed time from…—mapping-service-resourcesMapping a Go service's Service -> Module -> Resource hierarchy for dispatch-layer registration: detects modules and per-module PostgreSQL/MongoDB/RabbitMQ…—migrating-to-lib-observabilityMigrating a Lerian Go app off lib-commons observability imports (deprecated shims or removed APIs) to lib-observability via a fixed mapping table, then bumps…—migrating-to-lib-systemplaneMigrating Lerian Go services from .env/YAML operational knobs (log levels, feature flags, rate limits, timeouts) to the lib-systemplane hot-reloadable runtime…—opening-pull-requestsOpen a GitHub Pull Request with automatic base branch detection, scope allowlist enforcement, PR template filling, and post-create base verification.—planning-backend-refactorPlanning a backend refactor: audits an existing Go or TypeScript backend against Ring/Lerian standards and produces a prioritized task list (findings.md +…—planning-codebase-simplificationPlanning a whole-codebase simplification: audits a Go/TS codebase for needless abstraction and emits a KILL/REVIEW/KEEP plan plus a ring:running-dev-cycle task…—planning-frontend-refactorPlanning a frontend refactor: audits an existing React/Next.js frontend against Ring standards (architecture, design system, accessibility, testing) and…—reviewing-codeReviewing code by dispatching the default reviewer subagents in parallel (plus conditional specialists for lib-observability, lib-systemplane, or lib-streaming…—reviewing-operational-riskReviewing a Go/TS service's operational risk by mapping integration failure points (external HTTP calls, queue consumers, outbound webhooks), simulating stuck…—running-dev-cycleRunning the backend dev cycle: implements every task in a rolling-wave plan.md (ring:writing-plans format) for a Go/TS service, driving specialist agents…—running-dev-cycle-frontendRunning the frontend (React/Next.js/TS) dev cycle from a plan.md (ring:writing-plans format; legacy tasks.md only for in-flight cycles) or backend handoff:…—searching-codeForensic code search and analysis with optional Chain of Draft (CoD) ultra-concise mode.—shipping-changesEnd-to-end git orchestrator: branch → commit → push → PR, with a full plan presented before any execution.—test-driven-developmentEnforcing the RED-GREEN-REFACTOR loop: write one failing test and watch it fail, write minimal code to pass, then refactor green.—testing-skills-with-subagentsHardening a skill so it resists rationalization under pressure: run combined-pressure scenarios on a subagent without the skill (RED), capture excuses…—using-assertUsing lib-observability/assert, Lerian's runtime assertion package, in two modes.—using-dev-teamSelecting and dispatching the right Ring developer specialist agent (backend Go/TS, frontend, UI designer/engineer, Helm, frontend QA, prompt reviewer) for a…—using-lib-commonsUsing lib-commons v5, Lerian's shared Go library (non-observability surface), in two modes.—using-lib-observabilityUsing lib-observability v1.1.0, Lerian's OpenTelemetry foundation (lib-commons, lib-systemplane, lib-streaming depend on it), in two modes.—using-lib-streamingUsing lib-streaming, Lerian's producer-only event publication library (Kafka/SQS/RabbitMQ/EventBridge), in two modes.—using-lib-systemplaneUsing lib-systemplane, the hot-reload runtime-config plane (Postgres LISTEN/NOTIFY or MongoDB change streams), in two modes.—using-outboxUsing the transactional-outbox pattern across lib-streaming (writer) and lib-commons/v5/commons/outbox (repository + relay), in two modes.—using-ringEnforcing Ring's orchestrator protocol every conversation: dispatch specialist/Explore agents instead of operating tools directly, honor the >3-file hard gate,…—using-runtimeUsing lib-observability/runtime, which turns silent goroutine deaths into log/span/metric signal, in two modes.—using-tracingUsing lib-observability/tracing for OTEL provider lifecycle, trace-context propagation across HTTP/gRPC/queues, span error/event recording, and PII redaction,…—validating-acceptance-criteriaValidating a completed task against its acceptance criteria, mapping each AC to evidence, and gating completion on explicit user sign-off (self-approval…—verifying-codeVerifying a Go project: runs every quality check (lint, vet, imports, format, docs, unit, integration, E2E) and returns a single MERGE_READY or NEEDS_FIX…—visualizingGenerating self-contained, Lerian-branded HTML artifacts — D2 diagrams, comparison tables/matrices, code diffs, dashboards, slide decks, and plan/diff/recap…—writing-dev-reportsWriting a structured markdown dev report for a completed development epic: reads accumulated epic metrics (TDD, coverage, delivery, lint, file-size, license),…—writing-plansWriting a rolling-wave phased implementation plan from a spec before coding: a phase-epic-task hierarchy where Phase 1 is detailed into dispatch-ready tasks…—writing-skillsWriting or editing a Ring skill: SKILL.md structure, frontmatter and Agent-Search-Optimization rules, token-efficiency targets, and bulletproofing (Iron Law,…—