1.4 KiB
1.4 KiB
name, description
| name | description |
|---|---|
| local-domain-template | Use this skill for project-local domain knowledge that should not be installed system-wide. Replace this description with what the domain is, when the skill should trigger, and what kinds of tasks it should guide. |
Local Domain Skill
Replace this template with the domain knowledge you want available only in this repository.
When To Use
- Use this skill when working on:
- Use this skill when the user asks about:
- Use this skill when decisions depend on:
Core Rules
- Put the most important domain constraints here.
- Keep these as concrete rules, not general commentary.
- Prefer short bullets over long explanations.
Workflow
- Identify the domain-specific question or task.
- Load only the references needed for that task.
- Apply the domain rules before making edits or recommendations.
- Validate the result against the domain constraints.
References
- Add optional files under
references/when detailed material is needed. - Add scripts under
scripts/when parts of the workflow should be deterministic. - Add assets under
assets/only when the skill needs files used in output.
Notes
- Keep this skill local under
.ai/skills/so it stays repo-specific. - Rename the folder and the
namefield to match the real domain. - Tighten the
descriptionso the skill triggers only for the intended work.