wvlvik

Example Skill

- [External doc 2](https://example.com)

wvlvik 1 Updated 3mo ago

Resources

2
GitHub

Install

npx skillscat add wvlvik/toy-skills/skills-example-skill

Install via the SkillsCat registry.

SKILL.md

Example Skill

This is a template skill that demonstrates the structure and format of skills in this repository.

Description

A brief description of what this skill does and when it should be used.

When to use this skill

Use this skill when:

  • Writing code that needs to follow specific patterns
  • Reviewing code for best practices
  • Implementing features related to [domain]

Key Principles

  1. First principle explanation
  2. Second principle explanation
  3. Third principle explanation

Examples

Example 1

// Show good example
const result = doSomething();

Example 2 (What to avoid)

// Show what to avoid
const result = doSomethingBad();

References