Full-stack agent skills for building dApps on the XL1 blockchain. Covers XYO primitives, XL1 chain operations, toolchain config, and prescriptive design patterns (commit-reveal, indexing, prediction markets).
Interactive planning wizard for new XL1 dApps. Refines a vague or exploratory build request into a concrete spec (archetype, patterns, network, multi-party roles, headless verification) before any scaffolding runs. Activates when the user wants to build, design, or plan something on XL1 but hasn't fully specified what — phrases like "I want to build something on XL1", "help me design a dApp", "what could I build", or any "build me X on XL1" prompt where X is under-specified. Do NOT activate when the user has already given a concrete, complete spec (e.g., names the archetype, the patterns, the network) — defer directly to [xl1-scaffold](../xl1-scaffold/SKILL.md) in that case.
XL1 blockchain development (XYO Layer One). The top skill layer — covers the XL1 chain, datalakes, gateway (generic, browser, and Node), and building dApps. Activates when building on XL1, working with @xyo-network/xl1-* packages, or developing blockchain-backed applications.
Prescriptive design patterns for XL1 dApps. Covers browser UX, chain data indexing, commit-reveal schemes, in-page datalakes, prediction markets, atomic exchange (multi-party escrow), inscription substrates, fungible tokens, and headless dApp verification. Activates when building application-level features on XL1 that require structured data access, multi-party fairness, atomic asset exchange, client-side chain queries, ownable artifacts, token protocols, headless verification of browser dApps, or dApp UI conventions.
Bootstrap a new XL1 application — a single React dApp, a single xl1-service backend, a plain Node.js service/CLI, or a full-stack pnpm monorepo with React + xl1-service + a shared TypeScript library. Activates when the user wants to create, start, bootstrap, initialize, or scaffold a new XL1 project. Do NOT activate for work in an existing project.
Core development standards for TypeScript, Git workflow, testing principles, and development workflow. Activates when writing code, running builds, performing git operations, or completing features.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
XL1 / XYO development skills for AI coding assistants. The same skill content is published to agent skill marketplaces and to Skills.sh, so you can install it whichever way fits your workflow.
Six skill layers that cascade top-down:
| Layer | Skill | Covers |
|---|---|---|
| 6 | xl1-scaffold | Bootstrap new XL1 apps (React dApp, Node service, monorepo) |
| 5 | xl1-patterns | Commit-reveal, chain data indexing, in-page datalakes, prediction markets |
| 4 | xl1-knowledge | XL1 chain, datalakes, gateway, browser wallet |
| 3 | xyo-knowledge | XYO payloads, bound witnesses, modules, identity |
| 2 | xy-toolchain | @xylabs/toolchain, ESLint flat config, TypeScript config, Vitest |
| 1 | xy-development | TypeScript, Git workflow, testing, dev conventions |
Skills use progressive loading — each SKILL.md is a lightweight router that directs the agent to read sub-files on demand based on task context.
Agent skills are just Markdown files with YAML frontmatter (name, description). That format is portable across the major coding agents and skill registries, so this repo is a single source of truth that each install method consumes directly — you're getting the same skills regardless of how you install them.
Browse and install through your coding agent's built-in skill marketplace.
# Add the marketplace
/plugin marketplace add XYOracleNetwork/xyo-skills
# Install the XL1 skill stack
/plugin install xyo-skills
The /plugin slash commands aren't available in the Claude Code desktop app — use the Customize panel instead:
Click Customize in the left sidebar.

Under Personal plugins, click the + button.

Choose + Create plugin.

Choose Add marketplace.

In the URL field, paste https://github.com/XYOracleNetwork/xyo-skills and click Sync.

In the plugin directory that opens, click the Code tab in the top row, then the xyo-skills marketplace pill in the second row. Find Xyo skills and click the + to install.

Add to your project's .claude/settings.json so the marketplace is auto-discovered for everyone on the team — works in both the CLI and the desktop app:
{
"extraKnownMarketplaces": {
"xyo-skills": {
"source": {
"source": "github",
"repo": "XYOracleNetwork/xyo-skills"
}
}
}
}
Each team member then installs the plugin through their preferred interface (CLI or desktop app) using the steps above.
# Add the marketplace
codex plugin marketplace add XYOracleNetwork/xyo-skills --ref main
# Install the XL1 skill stack
codex plugin add xyo-skills@xyo-skills
After installing or updating the plugin, start a new Codex thread so the skill list is refreshed.
For development against a local clone, register the checkout as a local marketplace:
codex plugin marketplace add /absolute/path/to/xyo-skills
codex plugin add xyo-skills@xyo-skills
The Codex marketplace catalog lives at .agents/plugins/marketplace.json (the canonical repo-scoped path per OpenAI's docs) and the plugin manifest at .codex-plugin/plugin.json.
Skills.sh is an open-source CLI from Vercel that installs agent skills into any of 50+ supported coding agents — including Claude Code, Cursor, Codex, OpenCode, Gemini CLI, and more. Use this route if your agent isn't on a marketplace, if you want a single command to install across multiple agents at once, or if you want skills installed globally on your machine.
npx ships with Node.js, so no separate install is needed.Run from the root of your project. Skills are written into your agent's project-local folder (e.g. .claude/skills/ for Claude Code), which you can commit alongside the project so anyone who clones it gets the same skills.
npx skills add XYOracleNetwork/xyo-skills --all
npx claudepluginhub xyoraclenetwork/xyo-skills --plugin xyo-skillsFull-stack agent skills for building dApps on the XL1 blockchain. Covers XYO primitives, XL1 chain operations, toolchain config, and prescriptive design patterns (commit-reveal, indexing, prediction markets).
Full-stack Claude Code skills for building dApps on the XL1 blockchain. Covers XYO primitives, XL1 chain operations, toolchain config, and prescriptive design patterns (commit-reveal, indexing, prediction markets).
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.