Give the task and raw updates only; let the agent choose its own method.
Skill
I have to teach the AI the same process every time. Can it remember how to do this task?
I have to teach the AI the same process every time. Can it remember how to do this task?
SKILL.md explains what the Skill does, when to use it, and how to complete the task.
A Skill is a folder with SKILL.md as its entry point; add other files when the task needs them.
Send the repository address and the Skill path to your agent so it can download, install, and check it.
https://github.com/oil-oil/vibe-hub-skill Install the skills/vibehub Skill from this repository.
A Skill can also come from: GitHub, SkillHub, A local folder shared by someone else
You can name the Skill directly or describe the task and let the agent decide whether it applies.
Use VibeHub to help me understand Git Branch.
Different agents can store Skills in different places. Ask the current agent to confirm its location during installation.
A Skill mainly solves two problems: it preserves a repeatable method and gives the agent the knowledge and files it needs.
Writing guide.mdcheck-report.mjsWeekly report template.pptxDo not start from a blank format. Ask Skill Creator to generate a first version.
Use Skill Creator to create a Video Publishing Skill. Ask what problem it should solve first, then generate a first version.
SKILL.mdscripts/references/Tell the AI what problem the Skill should solve
Ask Skill Creator for a first version
Test it on real work, then improve it
Give the same task to an agent with the Skill and to one without it, then compare the results directly.
Give the task and raw updates only; let the agent choose its own method.
Give the same task and updates, and tell the agent to use the weekly-report Skill.
If the platform supports subagents, test in parallel. Otherwise, use two separate conversations.
Skills are read by AI, so keep them short, clear, and executable.
name: video-publisherdescription: Publish videos and check platform requirements. Use when someone is preparing to publish, checking dimensions, or making a cover image.Complete the checks, generation, and pre-publish confirmation in order.Write a clear description:State what the Skill does and what tasks should use it.