Apache-2.0updated 1mo ago
Brief explanation of: What problem this skill solves When it should be activated Expected inputs and outputs
¿Qué puedes hacer con Template Skill?
name: template-skill description: > Replace with a description of the skill and when Claude should use it. This should be one or two complete sentences explaining what the skill does and what triggers it. user-invokable: true compatibility: "Describe environment requirements here" metadata: version: "1.0.0" author: flagos-ai category: replace-category tags: [replace, with, relevant, tags] allowed-tools: "Bash(python3:*) Read Edit Write Glob Grep AskUserQuestion TaskCreate TaskUpdate TaskList TaskGet"
Skill Name
Overview
Brief explanation of:
- What problem this skill solves
- When it should be activated
- Expected inputs and outputs
Prerequisites
- List environment requirements
- Required tools, packages, or access
Execution
Step 1: First action
-> Tell user: Status update
Explain what to do, with executable examples:
command --example
Step 2: Second action
-> Tell user: Status update
Continue the workflow.
Step 3: Verification
Verify the result:
verification_command
-> Tell user: Report results. On failure, diagnose and fix.
Examples
Example 1: Typical usage
User says: "/skill-name argument"
Actions:
1. Parse input
2. Execute workflow
3. Verify result
Result: Description of expected outcome
Example 2: Edge case
User says: "alternative trigger phrase"
Actions:
1. Handle the edge case
2. Adapt workflow accordingly
Result: Description of expected outcome
Troubleshooting
| Problem | Cause | Fix |
|---|---|---|
| Common error 1 | Typical cause | How to fix |
| Common error 2 | Typical cause | How to fix |
Instalación
Añade Template Skill a tu cliente. Elige el que uses.
npx skills add flagos-ai/skillsInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add flagos-ai/skillsAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/flagos-ai/skills
cp -r template ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Puntuación
74 / 100
Buena