X Bookmarks Skill Graph
Description
A skill-graph knowledge system for organizing X (Twitter) bookmarks as an interconnected graph of ideas. Testing graph-native knowledge architecture vs traditional SKILL.md files.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
X Bookmarks Knowledge Graph
A **skill-graph knowledge system** for organizing X (Twitter) bookmarks as an interconnected graph of ideas, not a flat folder of files.
This repository is an experimental testbed comparing **skill-graph architecture** (interconnected markdown files with wikilinks) against traditional **SKILL.md** files for agent knowledge management.
Purpose
This project exists to answer one question:
**How does a skill-graph knowledge system compare to SKILL.md files for agent knowledge retrieval and reasoning?**
Traditional agent skills use monolithic `.md` files with structured frontmatter. This repository tests an alternative: a **graph-native** approach where:
- Every bookmark is a node in a knowledge graph
- Connections are explicit via
related:links in YAML frontmatter - Navigation happens through bidirectional links, not hierarchical folders
- Concept MOCs (Maps of Content) serve as entry points for traversal
- Agents traverse the graph by following pointers, not scanning directories
Architecture
Core Principles
| Principle | Implementation |
|---|---|
| Graph-native | Every bookmark is a node; related: links form edges |
| Bidirectional links | If A links to B, B must link back to A |
| Progressive disclosure | Read frontmatter (15 lines) → follow related: → read full content only when needed |
| Concept MOCs | Curated entry points for topic-based exploration |
| YAML frontmatter | Machine-readable metadata for agent traversal |
Repository Structure
x-bookmarks/
├── INDEX.md
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing