goodieslisted
Install: claude install-skill broomva/skills
# goodies — Curate, KG-Index, and Publish to Public Goodies Vault
`/goodies` takes a URL or resource pointer (website, tool, design reference, research paper), metabolizes it into the local Knowledge Graph using `/checkit` and P6 bookkeeping, dynamically classifies it within an evolving category taxonomy, and publishes the rich record to a public GitHub Pages repository (`goodies`).
It is a **bstack composition skill**: it fires `/checkit` research, P6 bookkeeping, dynamic taxonomy resolution, and git sync scripts in sequence.
## The One Rule
> **Curate with depth, index with provenance, publish with dynamic taxonomy.**
>
> A resource saved to goodies must never be a bare link. It must carry deep context, primary-source verification, Knowledge Graph linkage (`kgEntity`), and an evolving category taxonomy so the public vault remains searchable, beautiful, and valuable.
## Pipeline (what `/goodies add <URL>` does)
1. **Ingest & Verify (`/checkit`)**
- Run the `/checkit` pipeline on the target URL/artifact.
- Fetch primary source verbatim, extract title, tagline, deep summary, key highlights, stack tags, and favicon/OG image.
2. **Index into Knowledge Graph (P6 Bookkeeping)**
- Create or update the corresponding entity page in `research/entities/tool/` or `research/entities/concept/`.
- Score the entity using Nous gate criteria (novelty, specificity, relevance).
- Capture `kgEntity` reference path for vault linking.
3. **Dynamic Taxonomy Resolution**
-