Creating a skill
Ask your agent to create a skill
In a chat session, tell your agent what you need: “Create a skill for [purpose].” The built-in skill creator activates and guides you through the process.
Define the purpose and triggers
The skill creator asks you about the skill’s purpose, when it should trigger, and how it should behave. Be as specific as possible — clear descriptions lead to better results.
Review the generated SKILL.md
A SKILL.md file is generated in your agent’s workspace
skills/ directory. This file contains the full skill definition. Review it and request changes if needed.Tips for effective skills
- Be specific about triggers — Describe exactly when the skill should activate (e.g., “when the user asks for a competitive analysis” rather than “when researching”)
- Keep instructions concise — Aim for under 500 lines in your SKILL.md file. Shorter, focused skills perform better than broad ones.
- Include example inputs and outputs — Show the agent what a good result looks like so it has a clear target
- Test with varied queries — Try different phrasings to make sure the skill triggers reliably
Skill ideas
Research report template
Standardize how your agent formats and structures research findings
Competitive analysis framework
Define the dimensions and format for comparing competitors
Content brief generator
Have the agent produce content briefs from Reddit research in a consistent format
Weekly metrics tracker
Create a repeatable format for tracking community engagement over time
Editing and removing skills
You can manually edit any SKILL.md file in your workspace’sskills/ directory to refine behavior. You can also add supporting scripts or reference files alongside the skill definition.
To remove a skill, delete its SKILL.md file from the skills/ directory. The change takes effect in your next session.
For more on how skills work under the hood, see Skills.
