Public Agent Skills for working with Hoplite, the cloud coding-agent platform. Skills are plain SKILL.md folders that Claude Code, Codex, OpenCode and other agents load on demand.
Install one skill globally with the skills CLI:
npx skills add CarbonCopyInc/skills --skill handoff-to-hoplite --globalList everything available in this repository:
npx skills add CarbonCopyInc/skills --list| Skill | What it does |
|---|---|
handoff-to-hoplite |
Continue a local Claude Code, Codex or OpenCode session in a live Hoplite cloud thread by running hoplite handoff safely. Requires the Hoplite CLI. |
Each skill lives in skills/<name>/ with a SKILL.md (frontmatter name + description, then instructions) and optional agent-specific metadata under agents/.
Open a pull request. Keep skills self-contained, free of secrets and internal hostnames, and describe when the skill should be used in the description frontmatter so agents can pick it up unprompted.
MIT. See LICENSE.