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

@luizsantiago/fullstack-floor-map

v0.4.1

Published

Full Stack Floor Map companion for Spec Seatbelt — Floors layer Execute manuals plus a specialist skill catalog. Progressive loading, one layer per task.

Readme

Full Stack Floor Map

npm version license: MIT

Full Stack Floor Map companion for Spec Seatbelt — map the stack into Floors (frontend, backend, data, analytics, data science), load one layer manual per Execute task, and optionally call one specialist from a 67-skill catalog (plus ≤2 references). Specialists enter only when called.

npm: @luizsantiago/fullstack-floor-map 0.4.1


Install

In your product repository (Node.js 18+. Python 3.10+ for gates):

npx @luizsantiago/spec-seatbelt install
npx @luizsantiago/fullstack-floor-map install
npx @luizsantiago/fullstack-floor-map doctor

What install does

| Lands in your project | Purpose | | --- | --- | | .cursor/skills/*-engineering.md (+ .claude/) | Floors layer manuals (legacy Execute) | | .cursor/skills/<specialist>/ | Specialist catalog (SKILL.md + references/) | | .cursor/rules/fullstack-layer.mdc | One Floor + at most one specialist | | .specs/seatbelt/scripts/validate_layer_routing.py | Layer gate (Fullstack-owned) | | .specs/project/PROJECT.md | Stack + Layer registry (created if missing) |

Re-run Seatbelt install anytime — it does not delete Floors skills. Re-run Fullstack install to refresh layers, rule, gate, and catalog.

| Need | Command | | --- | --- | | Skills without Seatbelt yet | install --force | | Refresh registry globs only | install --sync-registry | | Check health | doctor | | Check task Files vs floors | validate-layers <feature> |


How the pieces fit together

| Idea | Package | Role | | --- | --- | --- | | Seatbelt | @luizsantiago/spec-seatbelt | Spec, tasks, gates, Verify | | Floors | this package (legacy) | Which floor a task lives on | | Specialists | catalog in this package | Framework craft — load on demand |

Pairing: keep the feature vertical (one user path). Split tasks by floor — never mix apps/web and apps/api in one Files list.

Execute load: Seatbelt working set + one *-engineering.md + at most one specialist SKILL.md + ≤2 references/.
Verify: Seatbelt only — no Floors layers, no catalog specialists.

Plain-language tour: Home · Quick start · Concepts


Documentation

| Guide | Topic | | --- | --- | | Quick start | Install → registry → validate-layers → Execute | | Concepts | Floors, pairing, load policy | | Five floors | Layer manuals | | Specialist catalog | 67 skills, install ≠ load | | Layer routing gate | Gate paths & CLI | | Companion: Spec Seatbelt | Pairing contract | | CLI | Commands | | FAQ | Common questions | | Credits | Attribution |


Credits

This package adapts open ideas; Floors layer routing is original here.

| Source | License | How we use it | | --- | --- | --- | | jeffallan/claude-skills | MIT | Specialist catalog (SKILL.md + references/) | | spec-seatbelt | MIT | Companion pairing, guide shape, Verify ownership |

Extended attribution: docs/guide/credits.md · NOTICE

License

MIT