installer/tests/fixtures/skills/sample-skill/SKILL.md
<!-- NOTE: This fixture intentionally uses ambiguous ring: shorthand to test the adapter transformation logic. DO NOT change to format. See installer/ring_installer/adapters/factory.py for transformation tests. --> --- 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 in
npx skillsauth add lerianstudio/ring installer/tests/fixtures/skills/sample-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
name: sample-skill description: | A sample skill for testing the Ring multi-platform installer. This skill demonstrates the full frontmatter structure.
trigger: |
skip_when: |
sequence: after: [prerequisite-skill] before: [following-skill]
This is a sample skill used for testing the Ring installer.
This skill demonstrates:
Use the ring:sample-skill skill when you need to:
The skill uses the Task tool to dispatch subagents:
# Example subagent dispatch
Task.dispatch("ring:helper-agent", prompt="Process data")
ring:related-skilldevelopment
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:visualize) and optionally generates refactoring tasks for ring:dev-cycle.
documentation
Patterns and structure for writing functional documentation including guides, conceptual explanations, tutorials, and best practices documentation.
development
Patterns and structure for writing API reference documentation including endpoint descriptions, request/response schemas, and error documentation.
documentation
Voice and tone guidelines for technical documentation. Ensures consistent, clear, and human writing across all documentation.