Small, focused instructions for coding and product-design agents.
| Skill | Use it for |
|---|---|
admin-design-guidelines |
Enterprise consoles, data workspaces, forms, tables, and operational flows. |
ui-ux-design |
Product UI/UX design, implementation, refactoring, and review. |
reeswell |
Clear, maintainable JavaScript and TypeScript code. |
Copy the skill directory you need into your agent's skills directory. Skills are self-contained and have no project-wide setup.
cp -R skills/ui-ux-design /path/to/your/skills/Invoke a skill when you need its guidance:
Use $admin-design-guidelines to review this order-management page.
Use $ui-ux-design to design a mobile checkout flow.
Use $reeswell to refactor this TypeScript module.
Keep each skill self-contained and concise. Put optional, topic-specific detail
in its references/ directory.
MIT