830 B
830 B
PicoBot Skill Template
Use this as the starting point for a new skill.
name: example-skill description: What this skill helps with and when to use it. always: true
Example Skill
Purpose
Explain what this skill does in one or two sentences.
When To Use
- Use this skill when ...
- Use this skill when ...
Workflow
- Do the first thing.
- Do the second thing.
- Verify the result.
Rules
- Keep the instructions narrow.
- Prefer concrete examples over long explanations.
- Move long details into
references/orassets/.
Examples
User request -> expected skill behavior
Optional Files
agents/openai.yamlfor UI metadata and default prompts.references/for long-form guidance, edge cases, and examples.assets/for reusable files, templates, or sample data.