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

@amrhas82/agentic-kit

v2.4.0

Published

AI development toolkit with 11 specialized agents and 20 commands. Simple one-question installer for Claude, Opencode, Ampcode, and Droid.

Downloads

1,873

Readme

          █████╗  ██████╗ ███████╗███╗   ██╗████████╗██╗ ██████╗    ██╗  ██╗██╗████████╗
         ██╔══██╗██╔════╝ ██╔════╝████╗  ██║╚══██╔══╝██║██╔════╝    ██║ ██╔╝██║╚══██╔══╝
         ███████║██║  ███╗█████╗  ██╔██╗ ██║   ██║   ██║██║         █████╔╝ ██║   ██║
         ██╔══██║██║   ██║██╔══╝  ██║╚██╗██║   ██║   ██║██║         ██╔═██╗ ██║   ██║
         ██║  ██║╚██████╔╝███████╗██║ ╚████║   ██║   ██║╚██████╗    ██║  ██╗██║   ██║
         ╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚═╝  ╚═══╝   ╚═╝   ╚═╝ ╚═════╝    ╚═╝  ╚═╝╚═╝   ╚═╝

AI development toolkit with 11 specialized agents and 20 commands per tool

npm version License: MIT

Supported Tools: Claude Opencode Ampcode Droid

Specialized AI agents and workflow commands for product management, agile development, and software engineering. Simple installer supports Claude, Opencode, Ampcode, and Droid.


🚀 Quick Start

# Install
npm install -g @amrhas82/agentic-kit

# Run installer
agentic-kit

# Choose tool(s): claude, opencode, ampcode, or droid
# Each tool gets 11 agents + 20 commands

Supported Tools

  • Claude Code - 11 subagents + 10 skills + 10 commands
  • Opencode - 11 agent references + 20 commands
  • Ampcode - 11 subagents + 10 skills + 10 commands
  • Droid - 11 agent references + 20 commands

Key Difference:

  • Claude Code / Ampcode: Full subagent system with orchestrator + skills (auto-triggering)
  • Opencode / Droid: Commands only + agent reference documentation

Start Using

# Claude Code examples
@orchestrator help
@1-create-prd Create a PRD for a task management app
/brainstorming Explore authentication approaches
/test-driven-development Implement user login

# Opencode/Ampcode/Droid examples
/1-create-prd Create a PRD for a task management app
/brainstorming Explore authentication approaches
/test-driven-development Implement user login

🤖 What's Included

11 Agents

Workflow Agents (3):

  • 1-create-prd - Define scope with structured Product Requirement Documents
  • 2-generate-tasks - Break PRDs into granular, actionable task lists
  • 3-process-task-list - Execute tasks iteratively with progress tracking and review checkpoints

Specialist Agents (8):

  • orchestrator - Analyze intent, coordinate workflows, route to optimal agent sequences
  • code-developer - Implementation, debugging, refactoring, code best practices
  • quality-assurance - Test architecture, quality gates, requirements traceability, risk assessment
  • context-builder - Initialize project context, discover documentation, create knowledge bases
  • feature-planner - Epics, user stories, prioritization, backlog management, retrospectives
  • market-researcher - Market analysis, competitive research, project discovery, brainstorming
  • system-architect - System design, technology selection, API design, scalability planning
  • ui-designer - UI/UX design, wireframes, prototypes, accessibility, design systems

20 Commands/Skills

Auto-Triggering Skills (3) - Claude Code only:

  • test-driven-development - Write test first, watch fail, minimal passing code
  • testing-anti-patterns - Prevent mocking anti-patterns
  • verification-before-completion - Verify before claiming done

Manual Skills/Commands (17):

  • brainstorming - Structured brainstorming sessions
  • code-review - Implementation review against requirements
  • condition-based-waiting - Replace timeouts with condition polling
  • docs-builder - Project documentation generation
  • root-cause-tracing - Trace bugs backward through call stack
  • skill-creator - Guide for creating new skills
  • systematic-debugging - Four-phase debugging framework
  • debug - Systematic issue investigation
  • explain - Explain code for newcomers
  • git-commit - Intelligent commit creation
  • optimize - Performance analysis
  • refactor - Safe refactoring with behavior preservation
  • review - Comprehensive code review
  • security - Vulnerability scanning
  • ship - Pre-deployment checklist
  • stash - Save session context for compaction recovery or handoffs
  • test-generate - Generate test suites

📖 Documentation

| Document | Description | |----------|-------------| | INSTALLER_GUIDE.md | Complete installation guide with troubleshooting | | KNOWLEDGE_BASE.md | Complete reference: agents, commands, architecture | | QUICK-START.md | 15-minute onboarding guide | | TROUBLESHOOTING.md | Common issues and solutions | | subagentic-manual.md | Detailed agent/command reference |


💡 Example Workflows

Feature Development:

@orchestrator I need to add user authentication
# Orchestrator routes to:
# → market-researcher (research approaches)
# → 1-create-prd (requirements)
# → 2-generate-tasks (implementation tasks)
# → 3-process-task-list (execution)

Code Quality:

@quality-assurance Review this PR before merge
/code-review Check security and performance
/systematic-debugging Investigate this race condition

Architecture & Design:

@system-architect Design microservices architecture
@ui-designer Create wireframes for mobile checkout

📊 Stats

  • 11 Specialized Agents
  • 20 Workflow Commands & Skills
  • 4 Supported Tools (Claude, Opencode, Ampcode, Droid)
  • MIT License

🔗 Links

  • npm: https://www.npmjs.com/package/@amrhas82/agentic-kit
  • GitHub: https://github.com/amrhas82/agentic-kit
  • Issues: https://github.com/amrhas82/agentic-kit/issues

📄 License

MIT © 2025 amrhas82


Need help? Check TROUBLESHOOTING.md or open an issue