GitHub - candidelabs/skills · GitHub
Skip to content

candidelabs/skills

Folders and files

Repository files navigation

Candide Skills

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.

Skills

Skill What it covers
forwarding-address Cross-chain deposit address routing with deterministic addresses and custodial recovery
safe-unified-account Multichain smart accounts with abstractionkit — one signature executes across every EVM chain
safe-passkeys Passkeys (WebAuthn P-256) as Safe signers — RP ID setup, signature assembly, synced vs device-bound credentials, recovery

Install

Claude Code

/plugin marketplace add candidelabs/skills
/plugin install candide@candide

OpenAI Codex CLI

One-liner (requires Node + git):

npx -y github:candidelabs/skills

Clones 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.sh

Copilot 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).

How it works

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.

Contributing

See CLAUDE.md for the contributor guide — layout, authoring conventions, pre-commit checklist.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors