Open-source Agent Skills for building on
Clawnify — the delivery platform for AI work. Each skill
is a self-contained SKILL.md that teaches an AI coding agent (Claude Code,
Cursor, Codex, OpenClaw, …) how to work with a part of the platform. No Clawnify
account required.
# Install one skill into your project's agent dirs
npx skills add https://github.com/clawnify/skills --skill build-a-clawnify-app
# List what's available
npx skills add https://github.com/clawnify/skills --listThe skill is written into whatever agent directories exist in the current
project (.claude/skills/, .cursor/rules/, .openclaw/skills/, …).
Already using the Clawnify CLI? The same skills ship bundled, version-pinned to your CLI:
clawnify skills add build-a-clawnify-app
clawnify skills list| Skill | What it teaches |
|---|---|
build-a-clawnify-app |
Author a Clawnify app end-to-end — the canonical Hono + React + tRPC + @clawnify/db stack, schema.ts as source of truth, MCP-tagged tRPC procedures, and X-Clawnify-* identity headers. |
This is the public distribution mirror. Skills are authored in the Clawnify
codebase and published here; the same SKILL.md files are what the Clawnify CLI
bundles, so npx skills and clawnify skills never drift.