Topic: software-engineering
304 skills in this topic.
-
ring:writing-functional-docs
Patterns and structure for writing functional documentation including guides,
conceptual explanations, tutorials, and best practices documentation.
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: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
-
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:git-commit
Smart commit organization with atomic grouping, conventional commits, and trailer management
LerianStudio/ring 169
-
market-analysis
Systematic market analysis skill for understanding market size, segmentation,
trends, and opportunities. Produces quantified market intelligence.
LerianStudio/ring 169
-
ops-capacity-planning
Structured workflow for infrastructure capacity planning including growth
forecasting, scaling strategy, and resource provisioning decisions.
LerianStudio/ring 169
-
ring:project-health-check
Individual project health assessment skill for evaluating project status across
multiple dimensions. Provides early warning of troubled projects.
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:pre-dev-feature
Lightweight 5-gate pre-dev workflow for small features (<2 days).
Orchestrates topology discovery, research, PRD with UX validation,
design validation, TRD, task breakdown, and delivery planning
in a sequential gated process with human approval at each gate.
LerianStudio/ring 169
-
delivery-reporting
Delivery reporting skill for creating visual executive presentations of squad deliveries
(engineering, product, design). Analyzes Git repositories to extract business value from
technical changes and generates HTML slide presentations with customizable visual identity.
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: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
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-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-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-pm-team
12 pre-dev workflow skills + 4 research agents organized into Small Track (4 gates, <2 days) and
Large Track (9 gates, 2+ days) for systematic feature planning with research-first approach.
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-data-model
Gate 5: Data structures document - defines entities, relationships, and ownership
before database technology selection. Large Track only.
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: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: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-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-integration-testing
Gate 6 of development cycle - ensures integration tests pass for all
external dependency interactions using real containers via testcontainers.
LerianStudio/ring 169