agentsclimarketplace

Corpus inventory

Skill 0SxD/corpus-library-agentic-ethos/corpus_inventory_wiki_rag_vector/skills/corpus-inventory

Install
npx -y skills add 0SxD/corpus-library-agentic-ethos --skill corpus-inventory

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Teaches agents how to read, query, and contribute to the corpus inventory wiki. Provides the classification taxonomy, wiki page contracts, and update protocols for maintaining the multi-agent knowledge index.

SKILL.md

5.8 KB, ~1.3k tokens by cl100k_base, as published. Nobody here has run it

SKILL: Corpus Inventory Wiki

Root Directory: corpus_inventory_wiki_rag_vector/ All paths below are relative to that root.

Purpose

This wiki is a model-agnostic RAG index — any agent from any provider can read these markdown files to understand what books and documents exist in the 0sXai corpus, where they're located, and what topics they cover. No embeddings, no vector DB — just structured markdown that any LLM can parse.

Execution Flow

  1. Boot: Read system_directive.mdknowledge/skill_context.md → this file.
  2. Orient: Read wiki/index.md for the full corpus map, then wiki/hot.md for recent changes.
  3. Query: Navigate to the relevant category page in wiki/categories/ for detailed book listings.
  4. Report: If you discover new files or reclassifications, append to working_doc.md.

Wiki Structure

corpus_inventory_wiki_rag_vector/
├── system_directive.md              # Governance (read FIRST)
├── SANDBOX_RULES.md                 # Project rules
├── working_doc.md                   # Living changelog + recommendations
├── knowledge/
│   └── skill_context.md             # Environment map (read SECOND)
├── skills/
│   └── corpus-inventory/
│       └── SKILL.md                 # This file (read THIRD)
├── wiki/
│   ├── index.md                     # Master catalog — entry point for all agents
│   ├── hot.md                       # Recent changes cache (~500 tokens)
│   ├── corpus_health.md             # Dedup report, gap analysis, metrics
│   └── categories/                  # One page per topic domain
│       ├── architecture.md
│       ├── agile_planning.md
│       ├── software_dev.md
│       ├── ai_ml.md
│       ├── blockchain_defi.md
│       ├── security.md
│       ├── math_physics.md
│       ├── cloud_infra.md
│       ├── data_engineering.md
│       ├── quant_trading.md
│       └── uncategorized.md
├── inventory/                       # Machine-readable data
│   ├── full_inventory.json          # Complete deduped inventory
│   └── classification_report.json   # Heuristic results per file
├── session_logs/                    # Operational diary
│   └── session_log_YYYY-MM-DD.md
└── scripts/                         # Inventory generation scripts
    └── build_inventory.py

Category Taxonomy

IDCategoryKeywordsAgent Use Cases
CAT-01Architecturearchitect, design pattern, microservice, system design, clean code, DDD, distributedSystem design agents, code review agents
CAT-02Agile/Planningagile, scrum, kanban, sprint, lean, project management, devopsProject planning agents, sprint orchestrators
CAT-03Software Devprogramming, python, javascript, react, flutter, web dev, API, full-stackCoding agents, development assistants
CAT-04AI/MLartificial intelligence, machine learning, deep learning, neural, NLP, LLM, transformerResearch agents, ML pipeline agents
CAT-05Blockchain/DeFiblockchain, solidity, smart contract, defi, crypto, bitcoin, web3, daoDeFi agents, smart contract auditors
CAT-06Securitysecurity, cybersecurity, hacking, penetration, zero trust, red team, OWASPSecurity auditor agents, red team agents
CAT-07Math/Physicsmathematics, calculus, algebra, statistics, probability, physics, quantum, topologyResearch agents, quant agents
CAT-08Cloud/Infraaws, azure, gcp, kubernetes, docker, terraform, infrastructure, serverlessDevOps agents, infrastructure agents
CAT-09Data Engineeringdata science, database, sql, spark, kafka, airflow, etl, analyticsData pipeline agents, analytics agents
CAT-10Quant/Trading<sanitized_trading_doc_1>Trading bot agents, quant researchers
CAT-99Uncategorized(no match)Flagged for human review

Must Do

  • ALWAYS read wiki/index.md before answering corpus questions.
  • ALWAYS cite the category page and book entry when recommending a source.
  • ALWAYS append discoveries to working_doc.md.
  • ALWAYS use Obsidian [[wikilinks]] for cross-references.

Must NOT Do

  • NEVER modify source files on disk.
  • NEVER guess book contents from titles alone — use the heuristic confidence score.
  • NEVER merge categories without updating the taxonomy table above.
  • NEVER skip the confidence level field — LOW is acceptable, missing is not.

Book Entry Format (Wiki Category Pages)

Each book in a category page follows this structure:

### [Book Title]
- **Author:** [Author name or "Unknown"]
- **Year:** [Publication year or "Unknown"]
- **Size:** [X.X MB]
- **Format:** [PDF/EPUB/MOBI]
- **Confidence:** [HIGH/MEDIUM/LOW]
- **Keywords:** [keyword1, keyword2, keyword3]
- **Heuristic Layers:** [L1-Filename, L3-Year, L5-Size]
- **Source Path:** `[canonical path]`
- **Copies Found:** [N] locations
- **Agent Relevance:** [Which agents should read this]
- **Cross-refs:** [[related_category]], [[related_book]]

Working Doc Update Protocol

After every session that touches this project, append to working_doc.md:

## Update: YYYY-MM-DD HH:MM TZ

### Changes
- [What was added/modified/reclassified]

### Corpus Health Snapshot
- Total unique files: [N]
- Classified: [N] | Unclassified: [N]
- Duplicates removed: [N]
- Categories with gaps: [list]

### Recommendations
- [Suggested fixes, reorganization, missing coverage]

### Open Questions
- [Questions that need human answers to proceed]

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.