← ClaudeAtlas

goodieslisted

Ingest, contextualize, and index curated resources (websites, tools, design references, research papers, UI kits) into a public GitHub Pages vault while automatically linking them to the local Knowledge Graph via /checkit and P6 bookkeeping. Dynamically resolves and expands category ontologies, generates client-side search indices, and publishes the updated vault database to a public repository. USE WHEN: /goodies, goodies, goodies add, add to goodies, bookmark this site, save to goodies, bookmark good resource, curate website. NOT FOR: internal-only notes without public vault indexing; general web searches without curating a resource.
broomva/skills · ★ 3 · AI & Automation · score 72
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** -