taxonomy

Solid

Extract Federated Taxonomy tags from text. LLM extracts candidates, deterministic validation filters to known vocabulary. Returns bridge tags for multi-hop graph traversal.

Data & Documents 364 stars 68 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
84
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Taxonomy Extract Federated Taxonomy tags from text for memory storage and multi-hop graph traversal. ## Quick Start ```bash # Extract tags from text ./run.sh --text "Error handling in the authentication module" --collection operational # Extract from file ./run.sh --file document.txt --collection lore # Just get bridge tags (for graph traversal) ./run.sh --text "..." --bridges-only ``` ## Output ```json { "bridge_tags": ["Resilience", "Loyalty"], "collection_tags": {"function": "Fix", "domain": "Middleware"}, "confidence": 0.8, "worth_remembering": true } ``` ## Bridge Tags (Tier 0) Shared across all collections - enable cross-collection queries: | Tag | Indicates | |-----|-----------| | Precision | Methodical, optimized, algorithmic | | Resilience | Fault tolerance, error handling, robustness | | Fragility | Technical debt, brittleness, single point of failure | | Corruption | Bugs, data corruption, silent failures | | Loyalty | Security, compliance, auth, encryption | | Stealth | Hidden, evasion, infiltration | ## Collection Types - **lore** - Narrative/story content (HLT vocabulary) - **operational** - Code/technical lessons (Operational vocabulary) - **sparta** - Security content (ATT&CK/D3FEND vocabulary) ## Use Cases 1. **Before storing to memory**: Get tags to enable graph traversal 2. **Filtering what to remember**: Check `worth_remembering` field 3. **Cross-collection queries**: Use bridge_tags for multi-hop search ## Composing with /learn `...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Solid

blog-taxonomy

Extract, suggest, and sync tags and categories for blog posts across all major CMS platforms. Supports WordPress REST API, Shopify GraphQL, Ghost Content API, Strapi REST/GraphQL, and Sanity GROQ. Generates tag suggestions from content analysis (keyword frequency, heading extraction, semantic grouping), enforces minimum post-count thresholds to prevent thin tag archives, and syncs taxonomy via authenticated API calls. Use when user says "tags", "categories", "taxonomy", "tag suggestions", "sync tags", "WordPress tags", "Shopify tags".

923 Updated 3 days ago
AgriciDaniel
Data & Documents Solid

knowledge-extractor

Extract tribal knowledge from code, documentation, and commit history to preserve institutional memory

1,160 Updated today
a5c-ai
Testing & QA Solid

exp-test-tagging

Analyzes test suites and tags each test with a standardized set of traits (e.g., positive, negative, critical-path, boundary, smoke, regression). Use when the user wants to categorize, audit, or label tests with traits. Do not use for writing new tests, running tests, or migrating test frameworks.

3,219 Updated today
dotnet
Data & Documents Listed

traittrawler

Trait-and-clade-agnostic scientific literature mining pipeline. Given any trait and any taxonomic scope, TraitTrawler bootstraps from existing curated data (optional), learns how the trait is reported in the literature, proposes an output schema AND candidate validation hooks for the user to approve, and then autonomously searches, fetches, and extracts structured records into a verified CSV plus a full per-row audit ledger. Grounding is a protocol invariant — every row ties to a SHA256-hashed PDF, a page number, and a verbatim quote that a deterministic validator has already confirmed appears in that PDF. Use when the user mentions trait extraction, literature mining, database building, phenotype harvesting, systematic review data collection, or anywhere else they want structured data from a corpus of papers.

0 Updated yesterday
coleoguy
AI & Automation Listed

wiki_tag_sync

Deduplicates, normalizes, and reduces sprawling tags and aliases across the knowledge graph using a Map-Reduce architecture.

2 Updated yesterday
Misaka16384