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

@agentic15.com/agentic15-claude-zen

v9.0.1

Published

Structured AI-assisted development framework for Claude Code with dual-platform support (GitHub and Azure DevOps)

Readme

Agentic15 Claude Zen

Structured AI-Assisted Development Framework for Claude Code

npm version License


Overview

What is Agentic15 Claude Zen?

Agentic15 Claude Zen is a structured development framework designed to work seamlessly with Claude Code. It provides task tracking, workflow structure, and platform integration (GitHub or Azure DevOps) without enforcing rigid testing requirements.

Philosophy: Structure, not enforcement. The framework provides commands and organization, while Claude decides when tests are appropriate.

Key Benefits

  • Task tracking and organization
  • Consistent workflow structure
  • Dual-platform support - GitHub or Azure DevOps
  • Automated PRs and issue tracking
  • UI verification - Screenshots and accessibility testing
  • Token-efficient - Optimized for Claude Code
  • Flexible - No mandatory testing requirements
  • Production-ready - Service layer patterns built-in

Quick Start

1. Create Project

Bash/Mac/Linux:

npx @agentic15.com/agentic15-claude-zen my-project
cd my-project

Windows (PowerShell):

npx @agentic15.com/agentic15-claude-zen my-project
cd my-project

2. Setup Platform

GitHub:

npx agentic15 auth

Azure DevOps:

az login && az devops login

📘 Detailed Setup Guides:

3. Create First Plan

npx agentic15 plan "Build a todo app with add, remove, and list features"

In Claude Code:

Ask: "Create the project plan from the requirements file"

Then lock the plan:

npx agentic15 plan

4. Start First Task

npx agentic15 task next

Commands

| Command | Description | |---------|-------------| | npx agentic15 plan [requirements] | Generate or lock project plan | | npx agentic15 plan archive [reason] | Archive completed plan | | npx agentic15 task next | Start next pending task | | npx agentic15 task start TASK-ID | Start specific task | | npx agentic15 status | Show project status | | npx agentic15 commit | Commit & create PR | | npx agentic15 sync | Sync with main after PR merge | | npx agentic15 visual-test <url> | Capture UI screenshots and console errors | | npx agentic15 auth | Configure GitHub authentication |


Daily Workflow

1. Implement (Claude Code)

Ask: "Implement the active task"

Claude writes code in Agent/ directory.

2. Commit & PR (Your Terminal)

npx agentic15 commit

Stages changes, commits, pushes, creates PR.

3. Review (GitHub/Azure)

Review and merge the PR.

4. Sync & Next (Your Terminal)

npx agentic15 sync
npx agentic15 task next

Syncs with main, deletes feature branch, starts next task.


Platform Integration

Choose one platform for your project:

GitHub

Quick Setup:

npx agentic15 auth  # Authenticate with GitHub CLI

📘 Complete GitHub Setup Guide


Azure DevOps

Quick Setup:

az login           # Authenticate with Azure
az devops login    # Authenticate with Azure DevOps

📘 Complete Azure DevOps Setup Guide

Additional Resources:


Platform Comparison

| Feature | GitHub | Azure DevOps | |---------|--------|--------------| | Authentication | gh CLI (no tokens) | Azure CLI + PAT | | Setup Command | npx agentic15 auth | az login && az devops login | | PR Creation | gh pr create | az repos pr create | | Issue Tracking | GitHub Issues (optional) | Azure Boards (optional) | | Auto-Detection | From git remote | From git remote |


Upgrading

Upgrade Framework

npm install -g @agentic15.com/agentic15-claude-zen@latest

What gets updated:

  • ✅ Framework hooks in node_modules
  • ✅ Settings schema and templates
  • ✅ CLI commands

What stays unchanged:

  • ✅ Your code in Agent/
  • ✅ Your plans and tasks in .claude/plans/
  • ✅ Your local settings in .claude/settings.local.json

After upgrading:

npx agentic15 update-settings

This updates your .claude/settings.json with the latest framework configuration. Your existing settings will be backed up to .claude/settings.json.backup.


Requirements & Philosophy

Requirements

  • Node.js: 18.0.0 or higher
  • Git: Any recent version
  • Platform CLI: gh (GitHub) or az (Azure DevOps)
  • Claude Code: Latest version recommended

Documentation

Support

  • Issues: https://github.com/agentic15/claude-zen/issues
  • Documentation: https://github.com/agentic15/claude-zen

Philosophy

This framework embodies a lean philosophy:

Structure, not enforcement:

  • Provides organization and commands
  • No mandatory testing requirements
  • Claude decides what tests are appropriate

Token efficiency:

  • Centralized service layer for data-driven apps
  • Optimized patterns reduce token usage
  • Production-ready code from the start

User engagement:

  • UI-first development approach
  • Working demos from Day 1
  • Visual verification over unit testing

Workflow consistency:

  • Plans and tasks follow same patterns
  • Branch → Commit → PR → Sync
  • Autonomous when possible, manual when needed

License

Apache 2.0 - See LICENSE for details.

Copyright 2024-2026 agentic15.com


For version history and release notes, see CHANGELOG.md