Skills
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.
The following skills are available in the MarkBind project:
| Skill Name | Description |
|---|---|
markbind-typescript-migration | Complete guide for migrating JavaScript files to TypeScript in the MarkBind project, including the two-commit strategy, import/export syntax conversion, and best practices. Use when migrating .js files to .ts in MarkBind's core package. |
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.