Angular development toolkit with Skills and Commands for scaffolding Angular apps, components, services, and modules
A comprehensive Angular development toolkit for Claude Code that includes both automatic Skills and manual Slash Commands to scaffold and automate Angular projects.
This plugin extends Claude Code with two types of tools:
Claude automatically uses these when you ask for Angular help:
Explicitly invoke these commands for precise control:
/create-angular-app [name] - Create a full Angular app with best practices/ng-component [path/name] - Generate a new component/ng-service [path/name] - Generate a new service/ng-module [name] - Generate a new feature moduleJust ask Claude naturally and it will automatically use the toolkit:
"Create an Angular app called my-dashboard"
"Generate a user service"
"Add an authentication guard"
"Create a products feature module"
Type the command directly for explicit control:
/create-angular-app my-dashboard
/ng-component features/user/components/profile
/ng-service core/services/auth
/ng-module admin --routing
The easiest way to install is using Claude Code's plugin system:
/plugin install claude-dev-toolkit@github:jamesscalescode/claude-dev-toolkit
That's it! The plugin is now installed globally. All Skills and Commands are immediately available.
Manage your installation:
/plugin - Open plugin manager to enable/disable/plugin uninstall claude-dev-toolkit - Remove the plugin/help to see all available commandsgit clone https://github.com/jamesscalescode/claude-dev-toolkit.git
cp -r claude-dev-toolkit/skills/claude-dev-toolkit ~/.claude/skills/
cp claude-dev-toolkit/commands/* ~/.claude/commands/
rm -rf claude-dev-toolkit
git clone https://github.com/jamesscalescode/claude-dev-toolkit.git temp
mkdir -p .claude
cp -r temp/skills .claude/
cp -r temp/commands .claude/
rm -rf temp
git add .claude
git commit -m "Add claude-dev-toolkit for Angular development"
Edit skills/claude-dev-toolkit/SKILL.md:
Create a new markdown file in commands/:
ng-pipe.mdExample:
---
description: Generate an Angular pipe
argument-hint: [pipe-name]
---
Generate a new Angular pipe named $1:
```bash
ng generate pipe $1
Provide guidance on using the pipe in templates.
### Publishing Your Modified Version
1. Fork this repository
2. Make your changes to skills/ or commands/
3. Update version in `.claude-plugin/plugin.json`
4. Push to your fork
5. Users can install with: `/plugin install your-fork@github:YOUR-GITHUB-USERNAME/claude-dev-toolkit`
## Contributing
Have ideas for new Angular workflows or commands?
1. Fork this repository
2. Add your workflow to `skills/claude-dev-toolkit/SKILL.md` or create a new command in `commands/`
3. Test it with Claude Code
4. Update version in `.claude-plugin/plugin.json` following [semantic versioning](https://semver.org/)
5. Submit a pull request with description of changes
## Requirements
- **Node.js** (v18 or higher recommended)
- **npm** or **yarn**
- **Angular CLI** - Install globally: `npm install -g @angular/cli`
- **Git** (for repository initialization features)
## License
MIT License - feel free to modify and share!
## Questions?
Open an issue on GitHub or contribute improvements via pull request.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jamesscalescode/claude-dev-toolkit --plugin claude-dev-toolkitJames's personal Claude Code setup with 14 productivity commands and 11 specialized AI agents for modern web development
Advanced Angular skills for dependency injection, RxJS, and signals.
Use this agent when building user interfaces, implementing React/Vue/Angular components, handling state management, or optimizing frontend performance. This agent excels at creating responsive, accessible, and performant web applications. Examples:\n\n<example>\nContext: Building a new user interface\nuser: "Create a dashboard for displaying user analytics"\nassistant: "I'll build an analytics dashboard with interactive charts. Let me use the frontend-developer agent to create a responsive, data-rich interface."\n<commentary>\nComplex UI components require frontend expertise for proper implementation and performance.\n</commentary>\n</example>\n\n<example>\nContext: Fixing UI/UX issues\nuser: "The mobile navigation is broken on small screens"\nassistant: "I'll fix the responsive navigation issues. Let me use the frontend-developer agent to ensure it works perfectly across all device sizes."\n<commentary>\nResponsive design issues require deep understanding of CSS and mobile-first development.\n</commentary>\n</example>\n\n<example>\nContext: Optimizing frontend performance\nuser: "Our app feels sluggish when loading large datasets"\nassistant: "Performance optimization is crucial for user experience. I'll use the frontend-developer agent to implement virtualization and optimize rendering."\n<commentary>\nFrontend performance requires expertise in React rendering, memoization, and data handling.\n</commentary>\n</example>
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review