npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

angular-code-templates

v1.22.1

Published

Angular Code Templates - Specialized CLI tool for Angular development with Claude Code, featuring Angular-specific agents, commands, and MCPs for enhanced development workflow

Downloads

7

Readme

npm version npm downloads License: MIT Open Source PRs Welcome GitHub stars

Angular Code Templates CLI

CLI tool specialized for Angular development with Claude Code - Quick setup for Angular projects with 600+ specialized agents, commands, and MCPs, plus real-time monitoring dashboard.

🚀 Quick Start

# Interactive setup (recommended)
npx angular-code-templates@latest

# Install Angular-specific components
npx angular-code-templates@latest --agent angular/component-generator
npx angular-code-templates@latest --command angular/generate-service

# Real-time analytics dashboard
npx angular-code-templates@latest --analytics

# System health check for Angular projects
npx angular-code-templates@latest --health-check

✨ Core Features

  • 🅰️ Angular Specialization - 600+ agents, 200+ commands specifically designed for Angular development
  • 📋 Smart Angular Setup - Auto-detect Angular CLI, TypeScript, RxJS and configure with best practices
  • 📊 Real-time Analytics - Monitor Claude Code sessions with live state detection and performance metrics
  • 🔍 Health Check - Comprehensive Angular project validation with actionable recommendations
  • 🧩 Individual Components - Install specialized Angular agents (component-generator, routing-specialist, etc.)
  • 🌍 Global Angular Agents - Create AI agents for Angular workflows accessible from anywhere

🎯 What You Get

| Component | Description | Angular Examples | |-----------|-------------|------------------| | CLAUDE.md | Angular project-specific configuration | TypeScript strict mode, RxJS patterns, standalone components | | Commands | Custom slash commands for Angular tasks | /generate-component, /generate-service, /optimize-bundle | | Agents | AI specialists for Angular development | angular/component-generator, angular/routing-specialist, angular/state-management-expert | | MCPs | External Angular integrations | Nx, Angular DevKit, Supabase, GitHub | | Analytics | Real-time monitoring dashboard | Live Angular session tracking, usage statistics, exports |

🛠️ Angular Focus & Technologies

| Technology | Features | Status | |------------|----------|---------| | Angular 14+ | Standalone Components, Signals (16+), Angular CLI | ✅ Primary Focus | | TypeScript | Strict mode, Type inference, Advanced patterns | ✅ Full Support | | RxJS | Observables, Operators, Subject patterns | ✅ Full Support | | State Management | NgRx, Signals, Component Store | ✅ Full Support | | Testing | Karma, Jasmine, Jest, Cypress | ✅ Full Support | | Nx Monorepo | Nx workspace integration | ✅ Full Support | | Other Frameworks | React, Vue, Node.js, Python (legacy support) | ⚠️ Limited Support |

🌍 Global Agents (Claude Code SDK Integration)

Create AI agents that can be executed from anywhere using the Claude Code SDK:

# Create a global Angular agent (one-time setup)
npx angular-code-templates@latest --create-agent angular-component-generator

# Use the agent from anywhere
angular-component-generator "Create a user profile component"
angular-routing-specialist "Setup lazy loading for admin module"
angular-performance-optimizer "Analyze and optimize bundle size"

Available Global Angular Agents

| Agent | Usage | Description | |-------|-------|-------------| | angular-component-generator | angular-component-generator "create component" | Generate Angular components with best practices | | angular-service-specialist | angular-service-specialist "create auth service" | Create Angular services and business logic | | angular-routing-specialist | angular-routing-specialist "setup routing" | Configure Angular routing and navigation | | angular-state-management | angular-state-management "implement store" | NgRx, Signals, RxJS state patterns | | angular-performance-optimizer | angular-performance-optimizer "optimize app" | Angular performance expert | | angular-testing-specialist | angular-testing-specialist "write tests" | Unit, integration, E2E testing for Angular |

Global Agent Management

# List installed global agents
npx angular-code-templates@latest --list-agents

# Update an Angular agent to latest version
npx angular-code-templates@latest --update-agent angular-component-generator

# Remove an agent
npx angular-code-templates@latest --remove-agent angular-component-generator

How It Works

  1. Download Agent: Fetches the latest agent from GitHub
  2. Generate Executable: Creates a Node.js script that calls Claude Code SDK
  3. Add to PATH: Makes the agent available globally in your shell
  4. Ready to Use: Execute agent-name "your prompt" from any directory

The agents use the Claude Code SDK internally to provide specialized AI assistance with domain-specific knowledge and best practices.

📖 Documentation

📚 Complete Documentation - Comprehensive guides, examples, and API reference

Quick links:

🤝 Contributing

We welcome contributions! Browse available templates and components at aitmpl.com, then check our contributing guidelines.

📄 License

MIT License - see the LICENSE file for details.

🔗 Links


⭐ Found this useful? Give us a star to support the project!