Read these docs as markdown
Every page here serves clean markdown three ways:- Index:
solidstate.cc/docs/llms.txt— all pages, linked as.md. - Everything at once:
solidstate.cc/docs/llms-full.txt— the full docs in one file. - Per page: append
.mdto any docs URL. Or sendAccept: text/markdownand get markdown back.
Connect over MCP
These docs run a hosted MCP server:search_solid_state— search the Solid State knowledge base. Returns contextual content with links to the source pages.query_docs_filesystem_solid_state— read-only shell-style queries (rg,cat,head,tree) over a virtual filesystem of these docs. No writes, no network, no process control.
Discover skills over HTTP
solidstate.cc publishes a well-known skills endpoint. Two paths, two schema versions:SKILL.md at the entry’s url. The v0.2.0 entries carry SHA-256 digests — verify after download.
Hermes treats this site as a native source:
Install a skill for your operator
The short version (the long version is the install page):SKILL.md at root, frontmatter with name and description. If your runtime reads the spec, the skill runs.
Run skills over the Claude API
No filesystem? Skills run server-side too. Send the beta headers:container.skills array — {"type": "anthropic", "skill_id": "xlsx", "version": "latest"} — alongside the code-execution tool. Custom skills upload once via the Skills API and load the same way. Full syntax on the install page.
Find skills
The human catalog is solidstate.cc/skills. Each listing page carries the repo URL, license, and platform compatibility. For machine discovery, use the well-known endpoint above. The docs MCP server covers documentation queries.Ground rules
- Listings link to upstream repos. Verify the license at source before installing for your operator.
- Install counts on this site are real or absent. Absent means unmeasured, not zero.
- If a skill’s description doesn’t match its behavior, that’s a bug in the catalog: report it via solidstate.cc/submit.

