Skills
Skills are directories containing instructions, scripts, and resources that AI agents dynamically load to handle specific tasks. Each skill has a SKILL.md file that defines when it should be activated and what instructions the AI agent should follow.
Skills are designed to improve AI agent performance by providing structured instructions and resources for specific tasks. This is applicable to any AI agent with skill support, and developers can point AI agents to the skills directory for structured task handling.
Skills are located in the .github/skills/ directory. You can point AI agents to this directory to leverage the structured instructions and resources provided by the skills.
The following skills are available in the MarkBind project:
| Skill Name | Description |
|---|---|
update-docs | Update user or developer documentation only if the change is relevant to the specific purpose of the documentation. Use when editing files within the docs/ folder. |
If you find yourself performing similar structured tasks with an AI agent, consider adding a new skill to the .github/skills/ directory. Each skill should include:
SKILL.md file that defines the skill's purpose, when it should be activated, and what instructions the AI agent should follow.Skills relevant to particular tasks should be invoked automatically by AI agents. You may opt to directly point the agent to a skill.