DotCraft Skills Samples
samples/skills/ contains skill examples that can be copied into a workspace to guide agents through project-specific development rules, module conventions, and large feature workflows.
To search and install third-party skills in Desktop, see Search and Install Skills. This page only covers copying and adapting the sample skills in this repository.
What Is Included
| Directory | Use |
|---|---|
| dev-guide | Project development guide example, including module development references. |
| feature-workflow | Large feature workflow example for planning, implementation, and verification. |
Usage
- Create
.craft/skills/in your workspace. - Copy the sample directory you need, such as
.craft/skills/dev-guide/. - Adjust
SKILL.mdand supporting files to match your project. - Ask the agent to use that skill in a task, or make it part of your project defaults.
Guidance
- Use
dev-guidefor stable engineering norms. - Use
feature-workflowfor complex changes across modules. - Keep the structure when copying, then replace terms, paths, and acceptance criteria with project-specific details.