Update ctx README card 63c5734
Browse files
README.md
CHANGED
|
@@ -12,30 +12,28 @@ tags:
|
|
| 12 |
- codex
|
| 13 |
- claude-code
|
| 14 |
---
|
| 15 |
-
# ctx — Skill, Agent, MCP & Harness
|
| 16 |
|
| 17 |
[](LICENSE)
|
| 18 |
[](https://python.org)
|
| 19 |
[](https://pypi.org/project/claude-ctx/)
|
| 20 |
-
[](graph/)
|
| 22 |
[](https://stevesolun.github.io/ctx/)
|
| 23 |
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
-
|
| 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 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 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)
|
| 18 |
[](https://python.org)
|
| 19 |
[](https://pypi.org/project/claude-ctx/)
|
| 20 |
+
[](#)
|
| 21 |
[](graph/)
|
| 22 |
[](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 |
|