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

create-smart-claude

v1.1.1

Published

Scaffold a Claude project the right way — ABOUT_ME, TEMPLATES, CLAUDE_OUTPUTS, Skills, and global instructions in one command

Readme

create-smart-claude

Scaffold a Claude project the right way in under 60 seconds.

Usage

npm create smart-claude

No install required. Asks a few questions, then generates:

  • ABOUT_ME/ with role, goals, rules, and writing-samples folder
  • TEMPLATES/ with reusable prompt patterns
  • CLAUDE_OUTPUTS/ for deliverables
  • .claude/CLAUDE.md with your selected skills listed
  • .claude/skills/ with your chosen slash commands installed
  • global-instructions/ ready to paste into Claude Settings

Other Commands

# Add a single skill to an existing project
npx create-smart-claude add-skill weekly-review

# Run the interactive model selection guide
npx create-smart-claude model-select

Available Skills (61)

Install any skill with npx create-smart-claude add-skill <skill-name>.

Productivity

| Skill | What It Does | |---|---| | /capture | Brain-dump to structured action list | | /reflect | Guided reflection for clarity on a decision or situation | | /handoff | Summarize the current session for seamless resumption | | /email-triage | Design inbox rules and triage an overloaded inbox | | /email-pair | Collaborative email drafting: you write rough, Claude refines | | /andreessen | Market-first decision framework for evaluating opportunities |

Workflow

| Skill | What It Does | |---|---| | /negotiation-prep | Full prep package: position, moves, objections, roleplay | | /weekly-review | Structured weekly reflection: wins, gaps, patterns, next-week plan | | /client-brief | Client-facing brief: exec summary, deliverables, timeline | | /meeting-insights-analyzer | Analyze transcripts: participation, decisions, action items | | /internal-comms | Write company/team communications: updates, incidents, announcements | | /file-organizer | Reorganize a folder — proposes plan before touching anything | | /invoice-organizer | Organize invoices for tax prep: extract, rename, sort, CSV export | | /ask-first | Activates ask-before-act mode for the session |

Professional

| Skill | What It Does | |---|---| | /content-research-writer | Long-form content: outline → research → section-by-section draft | | /tailored-resume-generator | Tailor resume to a JD with ATS optimization | | /lead-research-assistant | ICP → target companies → scored leads → outreach drafts | | /competitive-ads-extractor | Analyze competitor ads: messaging, positioning, white space | | /competitive-teardown | Deep product competitive analysis: positioning, gaps, vulnerabilities | | /customer-success-manager | CSM toolkit: health scoring, QBRs, churn save, expansion plays | | /sales-engineer | Technical pre-sales: demo prep, POC scope, objection handling | | /revenue-operations | RevOps: pipeline health, funnel conversion, forecast review | | /financial-analyst | DCF, budget vs. actuals, scenario analysis, unit economics | | /saas-metrics-coach | MRR, churn, CAC, LTV, NRR, Rule of 40 — diagnose and fix |

Business Operations

| Skill | What It Does | |---|---| | /process-mapper | Document and optimize business processes: current → future state | | /vendor-management | Vendor eval, contract review, renewal negotiation | | /knowledge-ops | Build and maintain a team knowledge base that stays alive | | /senior-pm | PM toolkit: project plans, stakeholder maps, risk registers | | /scrum-master | Agile ceremonies: sprint planning, standup, review, retrospective | | /jira-manager | Jira epics, stories, JQL queries, board configuration |

Research & Product

| Skill | What It Does | |---|---| | /research-pulse | Quick literature pulse: what's known, debated, key papers | | /lit-review | Systematic literature review: search strategy, synthesis, gaps | | /patent-research | Patent landscape, prior art, FTO analysis | | /product-manager | PM toolkit: PRDs, RICE, roadmaps, user stories | | /experiment-designer | A/B test design: hypothesis, sample size, duration, analysis plan | | /ux-researcher | Interview guides, synthesis, insight reports, personas | | /code-to-prd | Reverse-engineer a PRD from existing code | | /spec-to-repo | Turn a spec into a scaffolded repository plan |

Developer

| Skill | What It Does | |---|---| | /changelog-generator | Transform git commits into user-facing release notes | | /model-select | Interactive model picker: exact model ID + parameters | | /skill-creator | Design and write a new SKILL.md from a workflow idea | | /agent-designer | Design AI agent architectures: roles, tools, memory, orchestration | | /rag-architect | Design RAG pipelines: chunking, embedding, retrieval, evaluation | | /code-reviewer | Code review: correctness, security, performance, maintainability | | /pr-review-expert | Full PR review: diff analysis, risk, test coverage, verdict | | /tech-debt-tracker | Identify and prioritize tech debt with a paydown plan | | /performance-profiler | Analyze bottlenecks and produce a prioritized optimization plan | | /observability-designer | Design logging, metrics, tracing, and alerting strategy | | /security-guidance | Security review: OWASP, cloud misconfigs, supply chain | | /senior-architect | System design: trade-off analysis, ADRs, recommendations | | /tdd-guide | Test-driven development: red → green → refactor cycle | | /a11y-audit | WCAG 2.1 accessibility audit with remediation code | | /tech-stack-evaluator | Scored trade-off analysis of technology choices | | /playwright-pro | Production-grade Playwright tests: POM, fixtures, CI integration | | /mcp-builder | Design and implement an MCP server for an external API | | /webapp-testing | Test a local web app with Playwright | | /langsmith-fetch | Debug LangChain/LangGraph agents via LangSmith traces |

Marketing

| Skill | What It Does | |---|---| | /content-strategy | Content pillars, editorial calendar, channel strategy | | /seo-audit | On-page, technical, E-E-A-T audit with prioritized fixes | | /page-cro | Landing page CRO: friction audit, copy rewrites, A/B test design | | /content-humanizer | Transform AI-written or formal content into authentic human voice |

Development

cd cli
npm install
npm run dev        # run CLI locally
npm run build      # build for publish
npm run typecheck  # type-check without building