Solid Skills

Reference skills for AI agents and developers building Solid applications.
A curated, implementation-backed knowledge base of the Solid stack.

What is this?

Solid Skills is a collection of Markdown skill files that give AI coding assistants the context they need to build Solid applications. Each skill covers one aspect of the Solid ecosystem with practical templates, examples, and reference tables.

Every skill is backed by working code — servers that run, apps that ship, specs that are implemented. Not documentation of documentation.

npm install solidskills

Skills

Planned Skills

SkillDescription
ActivityPubFederation, actors, inbox/outbox, activities
RDFTurtle, JSON-LD, common vocabularies
AppsVanilla JS patterns for Solid apps

Usage

Point your AI coding assistant at the skill files. Copy them into your project, reference them in your prompt, or install via npm:

const { protocol, solidOidc, solidos, webacl } = require('solidskills')

// protocol  — full Solid Protocol reference
// servers   — Solid server implementations and live instances
// solidOidc — Solid-OIDC authentication
// solidos   — SolidOS data browser and panes
// webacl    — WebACL templates and rules

Or simply copy the Markdown files into your project's context directory.