javascript-ember

Build Ember.js applications using Octane conventions and Glimmer components.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jaredlander/freshbooks-speed --skill javascript-ember
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: javascript-ember
Source: https://github.com/jaredlander/freshbooks-speed/tree/main/.claude/skills/javascript-ember
Command: npx skills add https://github.com/jaredlander/freshbooks-speed --skill javascript-ember

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides expert guidance for building Ember.js applications using Ember Octane conventions and project-specific MCP patterns to ensure consistent architecture and coding standards.

Core Features & Use Cases

  • Glimmer components, routing, and Ember Data models aligned with Octane conventions.
  • Integration with context7 MCP to fetch project-specific documentation before coding.
  • Comprehensive testing patterns (component, route, and acceptance tests) with QUnit and Mirage.

Quick Start

Create a Glimmer component named UserCard following Ember Octane conventions and the project's MCP guidelines.

Frequently Asked Questions about javascript-ember

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build Ember.js components using Octane patterns?

Building Ember.js components with Octane patterns involves using Glimmer components and tracked properties for state management. This ensures your component architecture adheres to modern Ember conventions and project-specific guidelines.

What is the best way to structure Ember Data models in an Octane application?

Structuring Ember Data models in an Octane application involves following project-specific conventions alongside Octane patterns. This ensures your data modeling remains consistent with the framework's modern standards and integrates smoothly with routing.

How do I write tests for Ember Octane components and routes?

Writing tests for Ember Octane components and routes uses QUnit and Mirage for comprehensive coverage. You apply testing patterns across component, route, and acceptance tests to verify application behavior and ensure architectural consistency.

Can I use context7 MCP to fetch project documentation before coding in Ember?

Yes, you can use context7 MCP to fetch project-specific documentation before coding in Ember. This integration ensures your application development adheres to both Octane conventions and your project's unique architectural guidelines.

Does this approach support fallbacks to general best practices when project conventions are missing?

Yes, the approach supports fallbacks to general best practices when project-specific conventions are missing. It prioritizes Ember Octane patterns, Glimmer components, and tracked properties while allowing standard practices to maintain development momentum.

Related Skills