skills/skills/template
dan d8c2e92f0a Initial commit: Agentic coding skills repository
- Add comprehensive documentation (README, WORKFLOW, DEPLOYMENT)
- Add skill template for creating new skills
- Port worklog skill from dotfiles (org-mode session documentation)
- Port update-spec-kit skill from dotfiles (ecosystem updates)
- Include spec-kit framework for structured development
- Add OpenCode commands for spec-kit workflow integration

Repository provides unified skill development for both Claude Code and OpenCode agents.
2025-11-08 10:55:15 -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
templates 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 Initial commit: Agentic coding skills repository 2025-11-08 10:55:15 -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