Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
telnyx-sip-ruby
Configure SIP trunking connections and outbound voice profiles. Use when connecting PBX systems or managing SIP infrastructure. This skill provides Ruby SDK examples.
team-telnyx/ai 167
-
ring:regulatory-templates
5-stage regulatory template orchestrator - manages setup, Gate 1 (analysis + auto-save),
Gate 2 (validation), Gate 3 (generation), optional Test Gate, optional Contribution Gate.
Supports any regulatory template (BACEN, RFB, CVM, SUSEP, COAF, or other).
LerianStudio/ring 169
-
ring:using-finops-team
3 FinOps agents: 2 for Brazilian financial regulatory compliance (BACEN, RFB,
Open Banking), 1 for infrastructure cost estimation when onboarding customers.
Supports any regulatory template via open intake system.
LerianStudio/ring 169
-
ring:regulatory-templates-gate1
Gate 1 sub-skill - performs regulatory compliance analysis, field mapping,
batch approval by confidence level, and auto-saves dictionary after approval.
Supports both pre-defined templates (dictionary exists) and new templates (any spec).
LerianStudio/ring 169
-
ring:regulatory-templates-gate2
Gate 2 sub-skill - validates uncertain mappings from Gate 1 and confirms
all field specifications through testing.
LerianStudio/ring 169
-
ring:regulatory-templates-gate3
Gate 3 sub-skill - generates complete .tpl template file with all validated
mappings from Gates 1-2.
LerianStudio/ring 169
-
ring:infrastructure-cost-estimation
Orchestrates infrastructure cost estimation with tier-based or custom TPS sizing.
Offers pre-configured tiers (Starter/Growth/Business/Enterprise) or custom TPS input.
Skill discovers components, asks shared/dedicated for EACH, selects environment(s),
reads actual Helm chart configs, then dispatches agent for accurate calculations.
LerianStudio/ring 169
-
ring:regulatory-templates-setup
Initial setup sub-skill - handles template selection and context initialization
for the 5-stage regulatory workflow. Supports any regulatory template (pre-defined
or new) via official spec intake (URL/XSD/PDF).
LerianStudio/ring 169
-
ring:dev-cycle
Main orchestrator for the 10-gate development cycle system. Loads tasks/subtasks
from PM team output and executes through implementation → devops → SRE → unit testing → fuzz testing → property testing → integration testing (write) → chaos testing (write) → review → validation
gates (Gates 0-9), with state persistence and metrics collection.
Gates 6-7 (integration/chaos) write and update test code per unit but only execute tests at end of cycle (deferred execution).
Multi-tenant dual-mode is implemented during Gate 0 and verified at Gate 0.5G (no separate post-cycle step).
LerianStudio/ring 169
-
ring:dev-frontend-e2e
Gate 5 of frontend development cycle - ensures all user flows from
product-designer have passing E2E tests with Playwright across browsers.
LerianStudio/ring 169
-
ring:dev-llms-txt
Generates or audits llms.txt files for Lerian repositories following the llmstxt.org
specification. Creates LLM-friendly entry points that help AI agents, coding assistants,
and chat models understand a project quickly without parsing full HTML docs.
Also generates CLAUDE.md / AGENTS.md when missing.
LerianStudio/ring 169
-
ring:using-lib-commons
Comprehensive reference for lib-commons v4.6.0 — Lerian's shared Go library providing
35+ packages across database connections, messaging, multi-tenancy, runtime configuration,
observability, security, resilience, HTTP tooling, and event-driven tenant discovery.
Load this skill to discover available APIs, find the right package, and learn correct
initialization patterns.
LerianStudio/ring 169
-
ring:dev-frontend-visual
Gate 4 of frontend development cycle - ensures all components have snapshot
tests covering all states, viewports, and edge cases.
LerianStudio/ring 169
-
ring:cycle-management
Development cycle state management — status reporting and cycle cancellation
LerianStudio/ring 169
-
ring:dev-validation
Development cycle validation gate (Gate 5) - validates all acceptance criteria are met
and requires explicit user approval before completion.
LerianStudio/ring 169
-
ring:dev-frontend-performance
Gate 6 of frontend development cycle - ensures Core Web Vitals compliance,
Lighthouse performance score > 90, and bundle size within budget.
LerianStudio/ring 169
-
ring:dev-chaos-testing
Gate 7 of development cycle - ensures chaos tests exist using Toxiproxy
to verify graceful degradation under connection loss, latency, and partitions.
LerianStudio/ring 169
-
ring:dev-goroutine-leak-testing
Goroutine leak detection skill - detects goroutine usage in Go code, runs goleak
to identify memory leaks, and dispatches ring:backend-engineer-golang to fix leaks
and create regression tests using the goleak framework.
LerianStudio/ring 169
-
ring:dev-service-discovery
Scans the current Go project and identifies the Service → Module → Resource
hierarchy for tenant-manager registration. Detects service name and type,
modules (via WithModule or component structure), resources per module
(PostgreSQL, MongoDB, RabbitMQ), and database names for each resource.
Redis is excluded (managed via key prefixing).
Produces a visual HTML report for human decision-making.
Additionally detects MongoDB index definitions (both in-code EnsureIndexes and
scripts/mongodb/*.js files), generates index creation scripts for any gaps,
and uploads them to S3 for use during dedicated tenant database provisioning.
Also detects database names per module, cross-references them across modules
to find shared databases, and flags them for single-provision in tenant-manager.
LerianStudio/ring 169
-
ring:dev-readyz
Implements comprehensive readiness probes (/readyz) and startup self-probes for
Lerian services. Goes beyond basic K8s liveness: validates every external dependency
(database, cache, queue, TLS handshakes) and exposes per-dependency status with
latency and TLS info. Designed to be consumed by Tenant Manager post-provisioning.
Origin: Monetarie SaaS incident — product-console started successfully but MongoDB
was silently unreachable (TLS mismatch with DocumentDB). K8s liveness passed, traffic
routed, client hit errors. This skill ensures that never happens again.
LerianStudio/ring 169
-
ring:dev-devops
Gate 1 of the development cycle. Creates/updates Docker configuration,
docker-compose setup, and environment variables for local development
and deployment readiness.
LerianStudio/ring 169
-
ring:dev-refactor
Analyzes backend codebase (Go/TypeScript) against standards and generates refactoring tasks for ring:dev-cycle. For frontend projects, use ring:dev-refactor-frontend instead.
LerianStudio/ring 169
-
ring:dev-feedback-loop
Development cycle feedback system - calculates assertiveness scores, analyzes prompt
quality for all agents executed, aggregates cycle metrics, performs root cause analysis
on failures, and generates improvement reports to docs/feedbacks/cycle-{date}/.
LerianStudio/ring 169
-
ring:dev-property-testing
Gate 5 of development cycle - ensures property-based tests exist
to verify domain invariants hold for all randomly generated inputs.
LerianStudio/ring 169