Ember Best Practices
Ensures responses align with nullvoxpopuli's established style guides, tone, and content quality standards for consistent output.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ember-best-practices npx -- -y @trustedskills/ember-best-practices
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ember-best-practices": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ember-best-practices"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
ember-best-practices
What it does
This skill provides AI agents with the ability to adhere to established Ember.js development standards and community conventions. It ensures code generation aligns with the framework's specific architecture, routing patterns, and component lifecycle management rules.
When to use it
- Generating new route handlers that correctly utilize
@ember/routingand handle dynamic segments. - Creating template components that follow the official Ember Data model bindings and store integration patterns.
- Refactoring legacy JavaScript code into modern TypeScript while maintaining compatibility with the Ember CLI build process.
- Writing service classes or controllers that properly inject dependencies using the Ember dependency injection system.
Key capabilities
- Enforces strict adherence to the Ember Octane upgrade path and modern syntax.
- Validates component lifecycle hooks (
didInsertElement,willDestroyElement) against current best practices. - Ensures correct usage of Glimmer components, including template-only components and inline helpers.
- Applies proper error handling strategies specific to the Ember router and AJAX requests.
Example prompts
- "Create a new route for
/users/:idthat fetches user data using Ember Data and displays it in a template." - "Refactor this legacy controller to use modern Glimmer components with computed properties."
- "Generate a service class to manage global application state using the recommended dependency injection pattern."
Tips & gotchas
Ensure your development environment has the latest versions of ember-cli and related addons installed before relying on this skill, as best practices evolve rapidly. Always verify that generated code passes automated linting tools like ember-cli-eslint or ember-template-lint to catch any deviations from community standards.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.