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

bottega-skills

v0.3.2

Published

Claude Code skills for design and frontend engineering

Readme

bottega-skills

Claude Code skills for design and frontend engineering. Install once, update easily, customize freely.

Installation

npx bottega-skills init

This will:

  • Create CLAUDE.local.md at project root (skill system instructions for Claude)
  • Create .claude/skills/ with all skill definitions
  • Create .claude/skills-overrides/ for your customizations
  • Track the installed version for easy updates

Then create your own CLAUDE.md for project-specific instructions (tech stack, conventions, etc.).

Usage

Update to latest

npx bottega-skills update

Updates skills while preserving your customizations.

Check status

npx bottega-skills status

Shows installed version, available updates, and active overrides.

Preview changes

npx bottega-skills diff

Shows what will change before you update.

Customization

To customize a skill or reference file:

  1. Copy it to the overrides directory (preserving the path structure):

    cp .claude/skills/references/patterns/FORMS.md \
       .claude/skills-overrides/references/patterns/FORMS.md
  2. Edit your copy in .claude/skills-overrides/

  3. Future updates will skip files that have overrides

What's Included

Agents

  • Brainstorm - Explores concepts, can build throwaway prototypes, produces design briefs
  • Design - UX/UI design, audits, user research, component specification
  • Engineering - Implementation, testing, CI/CD, performance, refactoring

Reference Materials

Foundations:

  • Typography, colors, layouts, motion, components

Patterns:

  • User journeys, forms, interaction patterns, component patterns, state management, error handling

Domains:

  • Authentication, payments, e-commerce, dashboards, onboarding, settings, subscriptions, user management

Implementation:

  • Token integration, testing, refactoring, i18n, WCAG accessibility

CLI Options

Commands:
  init      Initialize skills in current project
  update    Update skills to latest version
  status    Show installation status and overrides
  diff      Show differences between installed and latest

Options:
  --help      Show help
  --force     Force operation (overwrite existing)
  --yes, -y   Skip confirmation prompts
  --dry-run   Show what would happen without doing it

Directory Structure

After installation:

your-project/
├── CLAUDE.local.md            # Skills system (managed by CLI)
├── CLAUDE.md                  # Your project-specific instructions
└── .claude/
    ├── skills/                # Skill definitions (managed by CLI)
    │   ├── .bottega-manifest.json
    │   ├── brainstorm.md
    │   ├── design.md
    │   ├── engineering.md
    │   └── references/
    │       ├── foundations/
    │       ├── patterns/
    │       ├── domains/
    │       └── implementation/
    └── skills-overrides/      # Your customizations
        └── (mirrors skills/ structure)

Claude Code automatically loads both CLAUDE.md and CLAUDE.local.md from the project root.

License

MIT