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

@chrisai/seed

v0.1.3

Published

Typed project incubator — guided ideation through graduation for Claude Code

Readme

Claude Code License

Your AI project incubator. Take raw ideas through type-aware guided exploration and produce structured plans ready for building.


Contents


Ecosystem

SEED is part of a broader Claude Code extension ecosystem:

| System | What It Does | Link | |--------|-------------|------| | AEGIS | Multi-agent codebase auditing — diagnosis + controlled evolution | GitHub | | BASE | Builder's Automated State Engine — workspace lifecycle, health tracking, drift prevention | GitHub | | CARL | Context Augmentation & Reinforcement Layer — dynamic rules loaded JIT by intent | GitHub | | PAUL | Project orchestration — Plan, Apply, Unify Loop | GitHub | | SEED | Typed project incubator — guided ideation through graduation | You are here | | CC Strategic AI | Skool community — courses, community, live support | Skool |


What SEED Does

You have an idea. Maybe it's an app, a workflow, a client site, a utility, or a content campaign. Before you start building, you need to answer the right questions — and the right questions depend on what type of project it is.

SEED is a typed project incubator for Claude Code. It guides you through collaborative exploration shaped by your project type, produces a structured PLANNING.md, and graduates mature plans into buildable project directories. If you use PAUL, it can initialize a managed build from your plan without re-asking questions you already answered.

The coach, not the interrogator. SEED brainstorms alongside you, offers suggestions when you're stuck, and pushes toward decisions when it's time. It doesn't fire questions at you — it thinks with you.


Commands

| Command | What It Does | |---------|-------------| | /seed | Start a guided ideation session (default) | | /seed graduate | Move completed ideation to apps/ with git repo and synthesized README | | /seed launch | Graduate + initialize PAUL for managed build (one command) | | /seed status | Show all projects in the ideation pipeline | | /seed add-type | Create a custom project type for SEED's data layer |


Project Types

SEED ships with 5 default types. Each type shapes the conversation differently:

| Type | Rigor | Sections | What It's For | |------|-------|----------|---------------| | Application | Deep | 10 | Software with UI, data model, API, deployment | | Workflow | Standard | 8 | Claude Code commands, hooks, CARL domains, skills | | Client | Standard | 7 | Client websites — business context, conversion, content | | Utility | Tight | 6 | Small tools, scripts, single-purpose — resists expansion | | Campaign | Creative | 7 | Content, marketing, launches — timeline-driven |

Rigor adapts behavior:

  • Tight — Move fast, resist scope creep, done in one session
  • Standard — Balanced exploration with clear boundaries
  • Deep — Thorough, architecture matters, don't rush
  • Creative — Loose and generative, but always anchored to a measurable goal

Types are composable. Run /seed add-type to create your own — just drop files in data/{type}/ and it works immediately. No code changes needed.


How It Works

  /seed                          /seed graduate              /seed launch
    │                                  │                          │
    ▼                                  ▼                          ▼
 Select type ──▶ Guided ──▶ PLANNING.md ──▶ apps/{name}/ ──▶ .paul/ init
 (or discover)   ideation    (populated)     git + README      (headless)
    │                │
    ▼                ▼
 Load data/     Coach persona
 {type}/        adapts rigor
  1. Type first. SEED determines your project type before anything else. Type shapes everything downstream.
  2. Guided exploration. Conversation sections load from data/{type}/guide.md. Each section has prompts (what to explore) and suggestions (what to offer when you're stuck).
  3. PLANNING.md output. When you're ready, SEED populates a type-specific template and writes it to projects/{name}/.
  4. Graduate. Moves the project to apps/{name}/ with git init, a synthesized README, and workspace tracking updates.
  5. Launch (optional). Wraps graduation + headless PAUL init. Your PLANNING.md is rich enough that PAUL derives its structure without re-asking questions.

Architecture

seed/
├── seed.md                         Entry point (Skillsmith-compliant)
├── tasks/
│   ├── ideate.md                   Type-first guided ideation
│   ├── graduate.md                 Project graduation to apps/
│   ├── launch.md                   Graduate + PAUL init wrapper
│   ├── status.md                   Pipeline visibility
│   └── add-type.md                 User-extensible type system
├── data/                           Composable per-type data
│   ├── application/
│   │   ├── guide.md                Conversation sections (Explore + Suggest)
│   │   ├── config.md               Rigor, demeanor, required sections
│   │   └── skill-loadout.md        Ecosystem tool recommendations
│   ├── workflow/                   Same structure
│   ├── client/                     Same structure
│   ├── utility/                    Same structure
│   └── campaign/                   Same structure
├── templates/
│   ├── planning-application.md     PLANNING.md output template
│   ├── planning-workflow.md
│   ├── planning-client.md
│   ├── planning-utility.md
│   └── planning-campaign.md
├── checklists/
│   └── planning-quality.md         Quality gate for graduation
├── terminal.svg                    Hero image
└── README.md                       You are here

The key design decision: Type-specific content lives in data/{type}/ files, not hardcoded in task files. This means:

  • Adding a new type = dropping 3 files in a new data/ directory
  • No task file modifications needed
  • The ideate task loads type content dynamically after selection

The PAUL Connection — Ideation to Managed Build

This is where SEED pays off. The entire ideation flow is designed so that the PLANNING.md it produces contains everything PAUL needs to set up a structured build — milestones, phases, tech stack, architecture decisions, phase breakdowns — without asking you anything twice.

The Problem

Starting a PAUL project from scratch means answering a series of setup questions: What's the project? What's the stack? What are the milestones? What are the phases? If you've already thought through all of this during ideation, repeating it during project setup is friction that kills momentum.

How SEED Solves It

/seed launch runs the full graduation flow and then initializes PAUL with headless context:

  1. SEED produces a rich PLANNING.md during ideation (type-aware, quality-gated)
  2. /seed launch graduates the project to apps/{name}/ with git
  3. PAUL reads the PLANNING.md and derives its entire project structure from it
  4. PAUL proposes milestones, phases, and tech stack — you review and approve
  5. You're immediately ready to run /paul:plan for Phase 1

No re-asking. PAUL doesn't ask "What's this project?" or "What's the tech stack?" — those answers are already in the PLANNING.md that SEED produced. The only interaction is approving the proposed structure.

What Makes the PLANNING.md PAUL-Ready

SEED's quality gate (checklists/planning-quality.md) specifically checks for PAUL-readiness:

  • Phase breakdown with independently shippable milestones
  • Each phase has build/test/outcome defined
  • Tech stack decisions resolved (not "TBD")
  • Design decisions documented with rationale
  • Enough detail that PAUL can derive structure without questions

Without PAUL

Don't use PAUL? /seed graduate works standalone — you get a clean apps/{name}/ directory with git and a synthesized README. Build however you want. PAUL is additive, not required.


Ecosystem

SEED works standalone but integrates with the broader toolkit:

| Tool | How SEED Uses It | |------|-----------------| | PAUL | /seed launch initializes PAUL with headless context from PLANNING.md — zero-friction handoff from ideation to managed build | | BASE | Graduate updates ACTIVE.md for workspace-level project tracking | | Skillsmith | SEED was built with Skillsmith — compliant entry point + tasks | | AEGIS | Recommended post-build audit for application-type projects |

All integrations are additive. SEED works without any of them installed.


Install

npx @chrisai/seed

One command. Installs the skill to ~/.claude/commands/seed/ — available in every workspace.

# Global install (default) — available everywhere
npx @chrisai/seed

# Install to current project only
npx @chrisai/seed --local

# Custom Claude config directory
npx @chrisai/seed --config-dir /path/to/.claude

Then open Claude Code and type /seed to start.

What Gets Installed

~/.claude/commands/seed/
├── seed.md              Entry point (routing + persona)
├── tasks/               5 task files
├── data/                15 type-specific data files (5 types × 3 files)
├── templates/           5 PLANNING.md output templates
└── checklists/          Planning quality gate

No hooks, no MCP servers, no workspace data. SEED is pure markdown — zero runtime dependencies.

Requirements

  • Claude Code
  • Node.js >= 16 (for npx install only — SEED itself has no runtime deps)

License

MIT — Chris Kahler