Topic: ai-coding
5,076 skills in this topic.
-
ring:dev-implementation
Gate 0 of the development cycle. Executes code implementation using the appropriate
specialized agent based on task content and project language. Handles TDD workflow
with RED-GREEN phases. Follows project standards defined in docs/PROJECT_RULES.md.
LerianStudio/ring 169
-
ring:production-readiness-audit
Comprehensive Ring-standards-aligned 44-dimension production readiness audit. Detects project stack, loads Ring standards via WebFetch, and runs in batches of 10 explorers appending incrementally to a single report file. Categories - Structure (pagination, errors, routes, bootstrap, runtime, core deps, naming, domain modeling, nil-safety, api-versioning, resource-leaks), Security (auth, IDOR, SQL, validation, secret-scanning, data-encryption, multi-tenant, rate-limiting, cors), Operations (telemetry, health, config, connections, logging, resilience, graceful-degradation), Quality (idempotency, docs, debt, testing, dependencies, performance, concurrency, migrations, linting, caching), Infrastructure (containers, hardening, cicd, async, makefile, license). Produces scored report (0-430, max 440 with multi-tenant) with severity ratings and standards cross-reference.
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:dev-dep-security-check
Intercepts and audits dependency installations (pip, npm, go) before they
execute. Validates package identity, checks for known vulnerabilities,
flags suspicious signals (new package, single maintainer, recent name
change), and enforces hash pinning in lockfiles. Acts as a supply-chain
gate for every `install` command in a Lerian codebase.
LerianStudio/ring 169
-
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:dev-frontend-accessibility
Gate 2 of frontend development cycle - ensures all components pass axe-core
automated accessibility scans with zero WCAG 2.1 AA violations.
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: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:using-dev-team
12 specialist developer agents for backend (Go/TypeScript), DevOps, frontend,
design, Helm charts, UI implementation, QA (backend + frontend), SRE, and prompt quality review. Dispatch when you need deep technology expertise.
LerianStudio/ring 169
-
ring:dev-integration-testing
Gate 6 of development cycle - ensures integration tests pass for all
external dependency interactions using real containers via testcontainers.
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-docker-security
Creates or audits Dockerfiles and Docker image configurations to achieve
Docker Hub Health Score grade A. Enforces all evaluable security policies
and supply chain best practices.
LerianStudio/ring 169
-
ring:linting-codebase
Parallel lint fixing pattern - runs lint checks, groups issues into independent
streams, and dispatches AI agents to fix all issues until the codebase is clean.
LerianStudio/ring 169
-
ring:systemplane-migration
Gate-based systemplane migration orchestrator. Migrates Lerian Go services from .env/YAML-based configuration to the systemplane — a database-backed, hot-reloadable runtime configuration and settings management plane with full audit history, optimistic concurrency, change feeds, component-granular bundle rebuilds, and atomic infrastructure replacement. Requires lib-commons v4.3.0+.
LerianStudio/ring 169
-
ring:dev-refactor-frontend
Analyzes frontend codebase against Ring standards and generates refactoring tasks
for ring:dev-cycle-frontend. Dispatches frontend-specific agents in ANALYSIS mode.
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: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-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
-
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:dev-migrate-v4
Analyzes a Go service using lib-commons v2/v3 and generates a visual migration
report showing every change needed to upgrade to lib-commons v4. Produces an
interactive HTML page (via ring:visual-explainer) and optionally generates
refactoring tasks for ring:dev-cycle.
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-unit-testing
Gate 3 of development cycle - ensures unit test coverage meets threshold (85%+)
for all acceptance criteria using TDD methodology.
LerianStudio/ring 169
-
ring:dev-sre
Gate 2 of the development cycle. VALIDATES that observability was correctly implemented
by developers. Does not implement observability code - only validates it.
LerianStudio/ring 169
-
ring:dev-multi-tenant
Multi-tenant development cycle orchestrator following Ring Standards. Auto-detects service stack
(PostgreSQL, MongoDB, Redis, RabbitMQ, S3) and targetServices, then executes gate-based implementation
using tenantId from JWT for database-per-tenant isolation via lib-commons v4 tenant-manager (postgres.Manager,
mongo.Manager). Uses event-driven tenant discovery (Redis Pub/Sub via EventListener, TenantCache, TenantLoader).
TenantMiddleware with WithPG/WithMB handles single-module and multi-module services. For targetServices:
M2M credentials from AWS Secrets Manager via secretsmanager package. Requires lib-commons v4 + lib-auth v2.
Each gate dispatches ring:backend-engineer-golang. Loads multi-tenant.md via WebFetch.
LerianStudio/ring 169