Add Hugging Face dataset card metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ctx — Skill, Agent, MCP & Harness Catalog
|
| 2 |
|
| 3 |
[](LICENSE)
|
|
@@ -7,7 +22,7 @@
|
|
| 7 |
[](graph/)
|
| 8 |
[](https://stevesolun.github.io/ctx/)
|
| 9 |
|
| 10 |
-
Watches what you develop, walks a **104,079-node** graph across **92,815 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 90,846 Skills.sh entries, 89,461 hydrated installable `SKILL.md` bodies, install commands, duplicate hints, and semantic graph edges. You approve what loads, installs, or gets adopted.
|
| 11 |
|
| 12 |
> **2026-04-29 updates.**
|
| 13 |
> - 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`.
|
|
@@ -40,7 +55,7 @@ Optional extras: `pip install "claude-ctx[embeddings]"` for the semantic backend
|
|
| 40 |
|
| 41 |
### Pre-built knowledge graph (optional)
|
| 42 |
|
| 43 |
-
A pre-built knowledge graph of 104,079 nodes and 2,960,215 edges ships as a tarball. The same tarball includes `external-catalogs/skills-sh/catalog.json`, 90,846 remote-cataloged Skills.sh skill pages under `entities/skills/skills-sh-*.md`, 89,461 hydrated installable Skills.sh `SKILL.md` files under `converted/skills-sh-*/`, and 13 cataloged harness pages under `entities/harnesses/`. Extract to get a ready-to-use `~/.claude/skill-wiki/`:
|
| 44 |
|
| 45 |
```bash
|
| 46 |
# after `git clone` — or download graph/wiki-graph.tar.gz from the GitHub release
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- agents
|
| 5 |
+
- mcp
|
| 6 |
+
- skills
|
| 7 |
+
- knowledge-graph
|
| 8 |
+
- llm-wiki
|
| 9 |
+
- recommendation-system
|
| 10 |
+
- harness
|
| 11 |
+
- codex
|
| 12 |
+
- claude-code
|
| 13 |
+
pretty_name: ctx
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# ctx — Skill, Agent, MCP & Harness Catalog
|
| 17 |
|
| 18 |
[](LICENSE)
|
|
|
|
| 22 |
[](graph/)
|
| 23 |
[](https://stevesolun.github.io/ctx/)
|
| 24 |
|
| 25 |
+
Watches what you develop, walks a **104,079-node** graph across **92,815 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 90,846 Skills.sh entries, 89,461 hydrated installable `SKILL.md` bodies, install commands, duplicate hints, and semantic graph edges. You approve what loads, installs, or gets adopted.
|
| 26 |
|
| 27 |
> **2026-04-29 updates.**
|
| 28 |
> - 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`.
|
|
|
|
| 55 |
|
| 56 |
### Pre-built knowledge graph (optional)
|
| 57 |
|
| 58 |
+
A pre-built knowledge graph of 104,079 nodes and 2,960,215 edges ships as a tarball. The same tarball includes `external-catalogs/skills-sh/catalog.json`, 90,846 remote-cataloged Skills.sh skill pages under `entities/skills/skills-sh-*.md`, 89,461 hydrated installable Skills.sh `SKILL.md` files under `converted/skills-sh-*/`, and 13 cataloged harness pages under `entities/harnesses/`. Extract to get a ready-to-use `~/.claude/skill-wiki/`:
|
| 59 |
|
| 60 |
```bash
|
| 61 |
# after `git clone` — or download graph/wiki-graph.tar.gz from the GitHub release
|