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

@fractal-co-design/skills

v0.1.1

Published

CLI installer for the fcd-* Claude Code skill family. Drops skills into ~/.claude/skills/ in one command.

Readme

@fractal-co-design/skills

npm version npm downloads license

One-command installer for the Fractal Co-Design Claude Code skill family.

Drops the fcd-* skills, the fca knowledge skill, and their support skills into your ~/.claude/skills/ directory. After install, the skills are available in any Claude Code session via /fcd-design, /fcd-review, /fcd-card, etc.

Quick start

npx @fractal-co-design/skills install

That's it. The next time you open Claude Code, the FCD skills are available.

Commands

# Install everything (default)
npx @fractal-co-design/skills install

# Install only specific skills (support skills are always included)
npx @fractal-co-design/skills install --skills fcd-design,fcd-review

# Force-overwrite existing skills (e.g. to upgrade)
npx @fractal-co-design/skills install --force

# Preview what would be installed without writing anything
npx @fractal-co-design/skills install --dry-run

# Install into a custom directory instead of ~/.claude/skills/
npx @fractal-co-design/skills install --target /custom/path/.claude/skills/

# List every bundled skill
npx @fractal-co-design/skills list

# Remove an installed skill
npx @fractal-co-design/skills uninstall fcd-design

# Print the CLI version
npx @fractal-co-design/skills --version

The CLI exposes two binaries — fractal-co-design and fcd-skills — pointing at the same entry point. Use whichever feels nicer.

What gets installed

Skills are flattened to the top level of ~/.claude/skills/ because Claude Code expects flat skill directories. The _support/ folder in the source repo is unwrapped — its contents install alongside the lifecycle skills.

Run npx @fractal-co-design/skills list to see the current bundle.

Behavior notes

  • Cross-platform. The default target is resolved via os.homedir(); works on Windows, macOS, and Linux.
  • Zero runtime dependencies. Only node:fs, node:path, node:os, node:url. No ANSI library, no arg parser — written by hand to keep the install footprint tiny.
  • Refuse-by-default. Without --force, existing skill directories are not overwritten. Pass --force when you want to upgrade.
  • Color output. Uses minimal ANSI escapes. Honors NO_COLOR and FORCE_COLOR env vars.

Versioning

This CLI is versioned independently from the skills it bundles. The bundled skill source is captured at the time the package is published — passing --force always overwrites with whatever ships in the installed CLI version.

License

MIT — see LICENSE at the repo root.

Links

  • Main repo: https://github.com/VledicFranco/fractal-co-design
  • Issues: https://github.com/VledicFranco/fractal-co-design/issues
  • Docs: https://vledicfranco.github.io/fractal-co-design/