skills/skills/template
dan 48d2737699 refactor(skills): standardize directory structure (assets/ references/)
- Remove redundant 'skills/' subdirectories
- Rename 'templates/' to 'assets/' in worklog, template, review-gate, hq
- Move loose docs to 'references/' in niri-window-capture, spec-review
- Update SKILL.md and README.md paths
2026-01-14 19:02:08 -08:00
..
assets refactor(skills): standardize directory structure (assets/ references/) 2026-01-14 19:02:08 -08:00
examples Initial commit: Agentic coding skills repository 2025-11-08 10:55:15 -08:00
scripts Initial commit: Agentic coding skills repository 2025-11-08 10:55:15 -08:00
README.md Initial commit: Agentic coding skills repository 2025-11-08 10:55:15 -08:00
SKILL.md refactor(skills): standardize directory structure (assets/ references/) 2026-01-14 19:02:08 -08:00

Skill Template

[One-paragraph user-facing description of what this skill does]

Quick Start

[Brief example of how to use this skill]

Claude Code / OpenCode: The agent will automatically invoke this skill when you request [trigger phrase].

Manual invocation:

[Example user request that triggers the skill]

What It Does

[Detailed explanation of the skill's functionality]

  • Feature 1
  • Feature 2
  • Feature 3

Prerequisites

  • Requirement 1
  • Requirement 2
  • Requirement 3

Example Usage

Scenario 1: [Use Case Name]

User request:

[Example request]

Agent actions:

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

Result: [Description of output]

Scenario 2: [Another Use Case]

User request:

[Example request]

Agent actions:

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

Result: [Description of output]

Configuration

[If the skill requires configuration, document it here]

No configuration required / or:

Create a configuration file at [path]:

{
  "setting1": "value1",
  "setting2": "value2"
}

Troubleshooting

Problem: [Common Issue 1]

Cause: [Why this happens] Solution: [How to fix]

Problem: [Common Issue 2]

Cause: [Why this happens] Solution: [How to fix]

Advanced Usage

[Optional advanced features or customization options]

See Also

Contributing

Found a bug or have a suggestion? Please open an issue in the main repository.

License

MIT