Stevesolun commited on
Commit
81f07cf
·
verified ·
1 Parent(s): aaff188

Update ctx README card 63c5734

Browse files
Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -12,30 +12,28 @@ tags:
12
  - codex
13
  - claude-code
14
  ---
15
- # ctx — Skill, Agent, MCP & Harness Catalog
16
 
17
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
18
  [![Python 3.11+](https://img.shields.io/badge/Python-3.11+-green.svg)](https://python.org)
19
  [![PyPI](https://img.shields.io/pypi/v/claude-ctx.svg)](https://pypi.org/project/claude-ctx/)
20
- [![Tests](https://img.shields.io/badge/Tests-3501_collected-brightgreen.svg)](#)
21
  [![Graph](https://img.shields.io/badge/Graph-102%2C696_nodes_/_2.9M_edges-red.svg)](graph/)
22
  [![Docs](https://img.shields.io/badge/docs-MkDocs_Material-blue.svg)](https://stevesolun.github.io/ctx/)
23
 
24
- Watches what you develop, walks a **102,696-node** graph across **91,432 skills, 464 agents, 10,787 MCP servers, and 13 cataloged harnesses**, then recommends the highest-value skills, agents, and MCP servers for the current task. Custom/API/local model users get separate harness recommendations during `ctx-init` or `ctx-harness-install`. The shipped wiki includes 89,463 Skills.sh entries, 89,463 hydrated installable `SKILL.md` bodies, install commands, duplicate hints, and semantic graph edges. You approve what loads, installs, or gets adopted.
 
 
 
 
25
 
26
- > **2026-04-29 updates.**
27
- > - Added the curated `find-skills` workflow, backed by the canonical upstream install command `npx skills add https://github.com/vercel-labs/skills --skill find-skills`.
28
- > - Shipped 90,846 Skills.sh entries as first-class remote-cataloged `skill` nodes inside `graph/wiki-graph.tar.gz` and as `graph/skills-sh-catalog.json.gz`.
29
- > - Added 13 cataloged harnesses, including LangGraph, CrewAI, AutoGen, Google ADK, Semantic Kernel, Mastra, Pydantic AI, Haystack, OpenAI Agents SDK, LiteLLM, Langfuse, AgentOps, and text-to-cad.
30
- > - Added security/cyber review warnings to entity update reviews and documented the graph/wiki update procedure.
31
 
32
- > **2026-05-04 cleanup.**
33
- > - Pruned 1,383 Skills.sh records with no packaged `SKILL.md` body and no parseable Skills.sh prose body. The shipped catalog now contains only the 89,463 body-backed Skills.sh entries.
34
-
35
- > **2026-04-27 updates.**
36
- > - Imported [mattpocock/skills](https://github.com/mattpocock/skills) 21 opinionated skills (TDD, domain-model, ubiquitous-language, github-triage, caveman compression mode, write-a-skill, plus 15 more) deployed under the `mattpocock-` prefix. See [`imported-skills/mattpocock/ATTRIBUTION.md`](imported-skills/mattpocock/ATTRIBUTION.md).
37
- > - Imported [designdotmd.directory](https://designdotmd.directory) — 156 DESIGN.md files (visual identities: color tokens, typography, spacing, components + rationale) deployed under the `designdotmd-` prefix. These are reference designs an agent can read when asked to build a UI. See [`imported-skills/designdotmd/ATTRIBUTION.md`](imported-skills/designdotmd/ATTRIBUTION.md).
38
- > - Skill total: 1,791 → **1,968** (+177).
39
 
40
  ## Why it exists
41
 
 
12
  - codex
13
  - claude-code
14
  ---
15
+ # ctx — Skill, Agent, MCP & Harness Recommendations
16
 
17
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
18
  [![Python 3.11+](https://img.shields.io/badge/Python-3.11+-green.svg)](https://python.org)
19
  [![PyPI](https://img.shields.io/pypi/v/claude-ctx.svg)](https://pypi.org/project/claude-ctx/)
20
+ [![Tests](https://img.shields.io/badge/Tests-3516_collected-brightgreen.svg)](#)
21
  [![Graph](https://img.shields.io/badge/Graph-102%2C696_nodes_/_2.9M_edges-red.svg)](graph/)
22
  [![Docs](https://img.shields.io/badge/docs-MkDocs_Material-blue.svg)](https://stevesolun.github.io/ctx/)
23
 
24
+ ctx watches what you are building, walks a **102,696-node** graph, and
25
+ recommends a small, top-scored bundle of skills, agents, and MCP servers for
26
+ the current task. If you use your own local/API model instead of Claude Code,
27
+ ctx has a separate harness catalog flow: tell it the model and goal, review the
28
+ recommended harness, then install with dry-run/update/uninstall controls.
29
 
30
+ Current shipped snapshot:
 
 
 
 
31
 
32
+ - **91,432 skills**: 1,969 curated/imported skills plus **89,463 body-backed Skills.sh skills**.
33
+ - **464 agents**, **10,787 MCP servers**, and **13 cataloged harnesses**.
34
+ - **2.9M graph edges** across semantic similarity, tags, slug tokens, source overlap, direct links, quality, usage, type affinity, and graph structure.
35
+ - **89,463 hydrated `SKILL.md` bodies** in the shipped LLM-wiki; long entries are converted through the micro-skill gate instead of loading raw long prompts.
36
+ - Entity updates for skills, agents, MCPs, and harnesses print benefits/risks and skip replacement unless you explicitly approve the update.
 
 
37
 
38
  ## Why it exists
39