A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
See the RFC for todos for things that should/could go in this repo
For Ember.js projects, use the agents-md codemod to inject a minimal AGENTS.md that references best practices loaded on demand:
pnpm dlx skills add ember-tooling/agent-skillsSee the skills repo for documentation on the skills tool
Ember.js performance optimization and accessibility guidelines from the Ember.js community. Contains 42+ rules across 7 categories, prioritized by impact.
Use when:
- Writing new Ember components or routes
- Implementing data fetching with WarpDrive
- Reviewing code for performance issues
- Optimizing bundle size or load times
- Implementing accessibility features
Categories covered:
- Route Loading and Data Fetching (Critical)
- Build and Bundle Optimization (Critical)
- Component and Reactivity (High)
- Accessibility Best Practices (High)
- Service and State Management (Medium-High)
- Template Optimization (Medium)
- Advanced Patterns (Low-Medium)
npx add-skill ember-tooling/agent-skillsSkills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Deploy my app
Review this Ember component for performance issues
Help me optimize this Ember.js route
Each skill contains:
SKILL.md- Instructions for the agentscripts/- Helper scripts for automation (optional)references/- Supporting documentation (optional)
MIT