Agent skill
sample-skill
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:
- Test the installation process
- Validate transformer output
- Check platform compatibility
Technical Details
The skill uses the Task tool to dispatch subagents:
# Example subagent dispatch
Task.dispatch("ring:helper-agent", prompt="Process data")
References
- Related skill:
ring:related-skill - Agent reference: "ring:sample-agent"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
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).
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.
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).
ring:regulatory-templates-gate2
Gate 2 sub-skill - validates uncertain mappings from Gate 1 and confirms all field specifications through testing.
ring:regulatory-templates-gate3
Gate 3 sub-skill - generates complete .tpl template file with all validated mappings from Gates 1-2.
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.
Didn't find tool you were looking for?