Loading...
Loading...
Creates, updates, and manages Agent Skills following the Claude Code style. Use this skill when the user wants to add a new capability, create a new skill, or modify an existing skill.
npx skill4agent add davidkiss/smart-ai-skills skill-editorSKILL.mdpdf-processing/SKILL.mdskill-name/
├── SKILL.md # (Required) Main instructions and metadata
├── REFERENCE.md # (Optional) Detailed API docs or reference material
├── FORMS.md # (Optional) Specialized guides
└── scripts/ # (Optional) Executable scripts
└── utility.pySKILL.mdnamedescription# [Skill Name]## Instructions## Examplestodowritetodoreadwebfetch.opencode/skills/SKILL.md---
name: my-new-skill
description: Brief description of what this skill does and when to use it.
---
# My New Skill
## Instructions
[Clear, step-by-step guidance for the agent to follow]
## Examples
[Concrete examples of using this skill]scripts/main.pydocs/api.mdSKILL.mdrequirements.txtuv pip install <package>CredentialsGITHUB_ACCESS_TOKENYOUTUBE_API_KEYSKILL.mddescription