# sample-skill > A sample skill for testing the Ring multi-platform installer. This skill demonstrates the full frontmatter structure. - Author: github-actions[bot] - Repository: LerianStudio/ring - Version: 20260121213037 - Stars: 93 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/LerianStudio/ring - Web: https://mule.run/skillshub/@@LerianStudio/ring~sample-skill:20260121213037 --- --- 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"