agentsclimarketplace

Compile field map

Skill chappyasel/meta-kb/.claude/skills/compile-field-map

A self-improving knowledge base about LLM agent infrastructure

Install
npx -y skills add chappyasel/meta-kb --skill compile-field-map

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.
  • 23 stars23 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

Writes field-map.md, the flagship overview article that connects all taxonomy areas into one system. A 3000-5000 word systems map showing integration points, paradigm routing logic, and a concrete practitioner flow. Use when writing the field map or systems overview.

SKILL.md

3.2 KB, as published. Nobody here has run it

Compile Field Map

Read config/domain.ts for bucket definitions, the fieldMapTitle, stack order, and crossCuttingThemes.

Write wiki/field-map.md, a systems map that treats the taxonomy buckets as layers of one stack, not a taxonomy. Use the fieldMapTitle from config/domain.ts as the H1.

Prerequisites

Read the synthesis article for each bucket defined in config/domain.ts (one file per bucket at wiki/{bucket-id}.md).

Structure

1. Layers (one paragraph per bucket)

Name the central engineering problem each bucket solves. Link to the synthesis article. Frame them as layers of a single stack in the order defined in config/domain.ts (first bucket is bottom, last is top).

2. Integration Points

For each pair of adjacent layers: how does layer N feed layer N+1? What breaks when the integration is missing? Name specific projects that bridge each gap.

3. Paradigm Fragmentation

Routing logic for retrieval approaches: when to use vector, graph, or file-based retrieval. Name the tradeoff each optimizes for (latency, temporal validity, simplicity). Include decision criteria a practitioner can apply in under 60 seconds.

4. Implementation Maturity

Two columns: production-ready and research-grade. Name specific projects in each column. What distinguishes them (docs, adoption, API stability)?

5. What the Field Got Wrong

One major assumption that practitioners held 12 months ago and have since corrected. Provide evidence from sources. Name what replaced it.

6. The Practitioner's Flow

Concrete end-to-end trace: a developer building X uses tool A for step 1, tool B for step 2, etc. Name specific tools at each step. Walk through one realistic workflow that touches all 6 layers.

7. Cross-Cutting Themes

Use the crossCuttingThemes from config/domain.ts. One paragraph per theme. Cite specific examples.

8. Reading Guide

What to read next based on what the reader is building. 4-5 personas with a recommended path through the wiki articles.

Mermaid Diagram

Include a Mermaid graph LR diagram showing the 6-layer stack, not individual projects. Each node is a bucket labeled with its central engineering problem. Edges show integration points between adjacent layers. Include a dotted feedback loop from the top layer back to the bottom.

Do NOT generate a project-level graph (random projects with sparse edges are meaningless). The diagram represents the article's thesis: these areas form one stack.

Frontmatter

---
title: "<fieldMapTitle from config/domain.ts>"
type: field-map
last_compiled: "YYYY-MM-DD"
---

Writing Quality

Read and follow all rules in ../stop-slop/SKILL.md. No filler, no passive voice, no em dashes, no AI tells.

Every claim cites a source: [Source](../raw/type/file.md). Every project links to its reference card on first mention: [Mem0](projects/mem0.md).

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.