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 πŸ™

Β© 2026 – Pkg Stats / Ryan Hefner

angular-ai-agents

v1.0.3

Published

Angular Ninja πŸ₯· - AI-Powered Angular Agent System for intelligent code generation, review, and testing. Works with GitHub Copilot, Claude, and other AI assistants.

Readme

Angular Ninja πŸ₯·

AI-Powered Angular Agent System

Production-ready Angular AI Agent System with a central orchestrator controlling multiple specialized agents for intelligent code generation, review, and testing.

✨ NEW: MCP (Model Context Protocol) Support - Use with GitHub Copilot, Claude, Cursor, and other AI assistants!

npm version License: MIT


🎯 Features

  • Intelligent Workflow Orchestrator - Central brain that coordinates multiple agents
  • Code Review Agent - Enforces Angular best practices and detects duplication
  • Unit Test Writer Agent - Generates comprehensive test cases (Jasmine/Jest)
  • Frontend Developer Agent - Creates Angular components from requirements or Figma designs
  • Project Analyzer - Scans existing code to maximize reusability
  • Figma MCP Integration - Generate pixel-perfect UI from Figma designs
  • MCP Support - Works with GitHub Copilot, Claude, Cursor, and other AI assistants
  • CLI Support - Easy command-line interface
  • Extensible Architecture - Plugin-based system for custom agents

πŸ“¦ Installation

npm install angular-ai-agents

πŸš€ Quick Start

Installation triggers an interactive setup wizard:

npm install angular-ai-agents

Setup prompts you for optional Figma integration:

  • Press n to skip Figma (use agents for code review & testing only)
  • Press y to configure Figma MCP integration

After installation, use with your AI assistant:

@orchestrator build a login page with tests
@frontend create a reusable button component
@code-review check this component for best practices
@unit-test generate tests for LoginComponent

Works with:

  • βœ… GitHub Copilot
  • βœ… Claude Desktop
  • βœ… Cursor
  • βœ… Any MCP-compatible AI assistant

🧠 Architecture

Core Components

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   Workflow Orchestrator (Brain)    β”‚
β”‚  - Task Planning                    β”‚
β”‚  - Agent Coordination               β”‚
β”‚  - Dependency Resolution            β”‚
β”‚  - Retry Logic                      β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
             β”‚
    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”
    β”‚                 β”‚
β”Œβ”€β”€β”€β–Όβ”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”
β”‚ Code   β”‚  β”‚  Unit Test β”‚  β”‚   Frontend    β”‚
β”‚ Review β”‚  β”‚   Writer   β”‚  β”‚   Developer   β”‚
β”‚ Agent  β”‚  β”‚   Agent    β”‚  β”‚    Agent      β”‚
β””β”€β”€β”€β”¬β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜
    β”‚                β”‚                 β”‚
    β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
             β”‚
    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”
    β”‚ Project Analyzerβ”‚
    β”‚ - Components    β”‚
    β”‚ - Services      β”‚
    β”‚ - Directives    β”‚
    β”‚ - Pipes         β”‚
    β”‚ - Styles        β”‚
    β”‚ - Utilities     β”‚
    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Agent Types

🧠 Orchestrator Agent

Coordinates multiple agents for complex workflows. Breaks down tasks, manages dependencies, and ensures quality.

πŸ” Code Review Agent

Scans code for Angular best practices, naming conventions, duplicate logic, and reusability opportunities.

πŸ§ͺ Unit Test Writer Agent

Generates comprehensive Jasmine/Jest test cases with edge cases, mocks, and 80%+ coverage.

🎨 Frontend Developer Agent

Generates Angular components from requirements or Figma designs with responsive SCSS and proper validation.


πŸ’‘ Usage Examples

Example 1: Build Complete Feature

@orchestrator create a user dashboard with profile card and settings

Example 2: Generate Component

@frontend create a reusable button component with variants

Example 3: Review Existing Code

@code-review analyze src/app/components/header.component.ts

Example 4: Generate Tests

@unit-test create tests for UserService with full coverage

βš™οΈ Configuration

After installation, customize your setup in .angular-ai-agents/config.json:

{
  "figma": {
    "enabled": false,
    "apiToken": ""
  },
  "angular": {
    "componentPrefix": "app",
    "styleFormat": "scss",
    "standalone": true,
    "changeDetection": "OnPush",
    "generateTests": true
  }
}

Re-run setup anytime:

npm run setup

πŸ“š Documentation

πŸ“„ License

πŸ“„ License

MIT Β© Angular Ninja

πŸ™ Acknowledgments

  • Angular Team for the amazing framework
  • OpenAI, Anthropic, and the AI community
  • The open-source community

πŸ“ž Support


Made with ❀️ by Dheeraj Singh πŸ₯·

Code smarter, not harder

npm License

Documentation β€’ Quick Start β€’ Figma Setup