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

@mondrakebr1/specskills

v1.3.14

Published

Context Engineering extension for Windsurf - spec-driven development framework

Downloads

7,503

Readme

Conductor - Multi-Platform Context Engineering Framework

Context Engineering extension for various AI-assisted development environments - A spec-driven development framework.

🎭 Overview

Conductor helps AI agents and developers work together through structured tracks, plans, and quality gates. It transforms ad-hoc AI coding sessions into organized, trackable, and premium development workflows. Now supporting multiple platforms!

✨ Features

  • Multi-Platform Support: Works with Claude Code, Agent Systems, and CLI
  • Track-Based Development: Organize work into discrete tracks (features, bugs, chores)
  • Spec-Driven Planning: Each track has a specification and implementation plan
  • Intelligent Resolution: Smart track selection based on current context
  • Premium CLI Output: Vibrant and clear progress reporting with emojis and sections
  • Quality Gates: Built-in checklists for code review and testing
  • Cross-Platform Integration: Native commands for Claude, workflows for agents, and CLI tools

🚀 Installation

npm install @mondrakebr1/specskills

Upon installation, you'll be prompted to select your preferred platform:

  • Claude Code: For Claude Code integration with slash commands
  • Agent Systems: For workflow automation and agent integration
  • CLI: For command-line interface

🛠️ Platform-Specific Commands

Claude Code Platform

| Command | Description | |---------|-------------| | /setup | Initialize Conductor environment | | /newTrack | Create a new development track | | /implement | Execute tasks from a track's plan | | /status | Display project progress & "Resolve" summary | | /review | Review work against quality gates | | /revert | Revert last commit or specific task |

Agent Systems Platform

| Workflow | Description | |----------|-------------| | setup.md | Initialize Conductor environment | | newTrack.md | Create a new development track | | implement.md | Execute tasks from a track's plan | | status.md | Display project progress | | review.md | Review work against quality gates | | archive.md | Archive completed tracks |

CLI Platform

| Command | Description | |---------|-------------| | conductor setup | Initialize Conductor environment | | conductor new-track | Create a new development track | | conductor implement | Execute tasks from a track's plan | | conductor status | Display project progress | | conductor review | Review work against quality gates | | conductor archive | Archive completed tracks |

📂 Project Structure

conductor/
├── index.md              # Tracks registry
├── product.md            # Product definition
├── product-guidelines.md # Design principles
├── tech-stack.md         # Technology stack
├── workflow.md           # Development workflow
├── styleguides/          # Language-specific guides
└── tracks/
    └── <track-id>/
        ├── index.md      # Track overview
        ├── spec.md       # Specification
        └── plan.md       # Implementation plan

Platform-specific configurations:

.claude/                 # Claude Code integration
├── commands/            # Custom slash commands
├── templates/           # Claude-specific templates
└── settings.local.json  # Claude settings

.agents/                 # Agent Systems integration
├── workflows/           # Automation workflows
└── templates/           # Agent-specific templates

bin/                    # CLI executables
config/                 # CLI configuration

🏎️ Quick Start

  1. Install: npm install @mondrakebr1/specskills (select your platform)
  2. Setup: Run platform-appropriate command:
    • Claude: /setup
    • Agent: Use setup.md workflow
    • CLI: conductor setup
  3. Create Track: Run platform-appropriate command
    • Claude: /newTrack Implement feature X
    • Agent: Use newTrack.md workflow
    • CLI: conductor new-track Implement feature X
  4. Implement: Execute tasks following platform conventions
  5. Review: Run platform-appropriate review command before completing

💻 Development

npm run watch    # Watch mode
npm run check    # Type check
npm run lint     # Lint code
npm run format   # Format code

🌐 Cross-Platform Compatibility

  • Tracks created on one platform can be used on another
  • Core templates and configurations are shared
  • Platform-specific customizations enhance experience
  • Data and settings can be migrated between platforms

📜 License

MIT