Developers
AI Skill
Install Forest's AI skill so your coding agent builds integrations correctly — Claude Code, Cursor, Codex, and any SKILL.md-compatible agent.
Install Forest's AI skill so your coding agent builds integrations correctly — Claude Code, Cursor, Codex, and any SKILL.md-compatible agent.
Building on Forest with an AI agent? Install the official Forest skill — our developer docs
packaged as an Agent Skill your assistant loads on demand.
The first skill, html-playkit, teaches the agent the Playkit two-surface trust model,
display-vs-base-unit amounts, the verified-identity handshake, and the full RPC surface — so it
writes correct code instead of guessing. More Forest skills land in the same package over time.
Source: github.com/Forest-Protocol/forest-skills.
Works with Claude Code, Cursor, Codex, Copilot, Gemini, and any agent the skills CLI supports:
npx skills add Forest-Protocol/forest-skillsStart a new agent session afterwards so it picks up the skill.
Register the repo as a plugin marketplace, then install the forest plugin:
/plugin marketplace add Forest-Protocol/forest-skills
/plugin install forest@forest-skillsSymlink the skill into your agent's skills directory:
git clone https://github.com/Forest-Protocol/forest-skills
ln -s "$(pwd)/forest-skills/skills/html-playkit" ~/.claude/skills/html-playkitOnce installed, ask your agent to build against Forest and it will pull in the right knowledge:
These docs stay canonical
The skill mirrors this documentation. When the two ever differ, the docs here are the source of truth — re-install the skill to pull the latest.