Agent skill

sample-skill

Stars 169
Forks 18

Install this agent skill to your Project

npx add-skill https://github.com/LerianStudio/ring/tree/main/installer/tests/fixtures/skills/sample-skill

SKILL.md


name: sample-skill description: | A sample skill for testing the Ring multi-platform installer. This skill demonstrates the full frontmatter structure.

trigger: |

  • When testing transformer functionality
  • When validating platform-specific conversions
  • When running integration tests

skip_when: |

  • Production deployments
  • When using mock data instead

sequence: after: [prerequisite-skill] before: [following-skill]

related: similar: [other-sample-skill] complementary: [helper-skill, utility-skill]

Sample Skill

This is a sample skill used for testing the Ring installer.

Purpose

This skill demonstrates:

  • YAML frontmatter parsing
  • Content body transformation
  • Platform-specific terminology changes

Usage

Use the ring:sample-skill skill when you need to:

  1. Test the installation process
  2. Validate transformer output
  3. Check platform compatibility

Technical Details

The skill uses the Task tool to dispatch subagents:

python
# Example subagent dispatch
Task.dispatch("ring:helper-agent", prompt="Process data")

References

  • Related skill: ring:related-skill
  • Agent reference: "ring:sample-agent"

Expand your agent's capabilities with these related and highly-rated skills.

LerianStudio/ring

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).

169 18
Explore
LerianStudio/ring

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.

169 18
Explore
LerianStudio/ring

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).

169 18
Explore
LerianStudio/ring

ring:regulatory-templates-gate2

Gate 2 sub-skill - validates uncertain mappings from Gate 1 and confirms all field specifications through testing.

169 18
Explore
LerianStudio/ring

ring:regulatory-templates-gate3

Gate 3 sub-skill - generates complete .tpl template file with all validated mappings from Gates 1-2.

169 18
Explore
LerianStudio/ring

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.

169 18
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results