celestiaorgcelestiaorgOfficial·1 Agent Skills Included

docs

Celestia repo routing, blob guidance, and docs guardrails

Routes Celestia requests to the correct repository and applies canonical blob submission and retrieval guidance for Go, Rust, and Node RPC. Prevents stale answers by forcing verification against live docs, llms.txt, and current network versions instead of model memory. Enforces documentation conventions so edits to the Celestia docs site stay consistent and pass lint and link checks.
npx skills add celestiaorg/docs --all -g -y
Available:

Directs the agent to load the Celestia skill for repo routing and docs guardrails, and defines the build commands, style conventions, and verification rules it must follow when editing this documentation site.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Celestia docs skill?

Run `npx skills add celestiaorg/docs --all -g -y` in your terminal to install the Celestia skill globally for your agent.

What does the Celestia skill do?

It routes Celestia questions to the right repository (docs, celestia-node, celestia-app, or celestia-core) and gives canonical guidance for posting and retrieving blobs via Go, Rust, or Node RPC.

How to post and retrieve blobs on Celestia?

The skill recommends the official Go or Rust transaction clients, using blob.Submit by default and returning the height, namespace, and commitment tuple for later retrieval.

Does this skill work with Claude Code and Cursor?

Yes. It follows the universal SKILL.md standard, so it runs in Claude Code, Cursor, Codex, and other compatible coding agents.

Why does the skill block answers from model memory?

Celestia versions and network parameters change fast, so the skill forces the agent to check live docs and llms.txt before writing any commands or code.

Related Repositories in Software Engineering

View All in Software Engineering