drayline/rootnode-skills

16 stars · Last commit 2026-04-14

19 Skills that diagnose, build, and optimize every layer of a Claude Project: from a single prompt to your entire Claude environment

README preview

# root.node Skills

**The architecture system for Claude Projects.**

19 Skills that diagnose, build, and optimize every layer of a Claude Project — from a single prompt to your entire Claude environment.

![Skills](https://img.shields.io/badge/Skills-19-CC8A0A) ![License](https://img.shields.io/badge/License-Apache_2.0-blue) ![Platform](https://img.shields.io/badge/Platform-Claude.ai_·_Claude_Code_·_API-8B929E)

---

## Quick Start

**Claude.ai** — Go to [Releases](https://github.com/drayline/rootnode-skills/releases), download the `.zip` files for the Skills you want, then upload them in **Settings → Capabilities → Skills**. No unzipping required.

**Claude Code** — Clone the repo and point your Skills directory to the skill folders:
```bash
git clone https://github.com/drayline/rootnode-skills.git
```

**API** — Add skill folders to your Messages API request via the `container.skills` parameter (requires Code Execution Tool beta).

View full repository on GitHub →