Agent skills for building on Candide — smart wallet infrastructure for EVM chains. Each skill teaches AI coding assistants (Claude Code, Codex, Copilot CLI, Gemini) how to correctly integrate one Candide product.
Claude Code
/plugin marketplace add candidelabs/skills
/plugin install candide@candide
OpenAI Codex CLI
One-liner (requires Node + git):
npx -y github:candidelabs/skillsClones the repo into ~/.candide-skills and symlinks each skill into ~/.codex/skills/ with a candide- prefix. Re-run the same command to update.
Or clone manually:
git clone https://github.com/candidelabs/skills ~/.candide-skills
~/.candide-skills/.codex/scripts/install-for-codex.shCopilot CLI / Gemini CLI / other harnesses
Skills are plain SKILL.md files. Clone this repo and symlink skills/* into your agent's skills directory (typically ~/.agents/skills/ for Copilot CLI, ~/.gemini/skills/ for Gemini, or whatever path your harness reads).
Skills use progressive disclosure: the agent reads each skill's description frontmatter and only loads the full body when relevant — inactive skills cost ~0 tokens. Skills are procedural knowledge (the how); they complement SDKs (abstractionkit), runtime tools (MCP servers), and reference docs.
See CLAUDE.md for the contributor guide — layout, authoring conventions, pre-commit checklist.
MIT — see LICENSE.
