Skip to content

clawnify/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Clawnify Agent Skills

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

# 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 --list

The 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

Available skills

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.

About this repo

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.

About

Open-source Agent Skills for building on Clawnify — npx skills add https://github.com/clawnify/skills

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors