Add the ellipsis Agent Skill: teach any coding agent the platform + CLI#34
Merged
Conversation
skills/ellipsis/SKILL.md follows the open Agent Skills layout (skills/<name>/SKILL.md), so it installs cross-agent with 'npx skills add ellipsis-dev/cli', copies manually into ~/.claude/skills/, and loads into Ellipsis agents via a config 'skills:' entry pointing at this public repo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A public Agent Skill at
skills/ellipsis/SKILL.mdthat teaches any coding agent (Claude Code, Cursor, Codex, and others) what the Ellipsis platform is, when to reach for it, and how to drive it with theagentCLI. Plus a README section telling users how to install it.Distribution: alternatives considered
npx skills add(chosen). The Vercel-labsskillsCLI installsskills/<name>/SKILL.mdfrom any GitHub repo into 70+ agents (Claude Code, Cursor, Codex, Cline, ...), and skills.sh auto-lists installed repos. One layout also serves manual copy into~/.claude/skills/and the dogfood path: an Ellipsis agent config can load the skill from this public repo with askills:entry, no clone needed..claude-plugin/marketplace.json+/plugin marketplace add): Claude-Code-only and heavier than one skill warrants; can be layered on later without moving files.Hosting it in this repo (rather than a new
ellipsis-dev/skillsrepo) keeps it next to the CLI it teaches, in the public repo users already install from.Verification
session start/list/get/search/steps/connect/stop/replay/ide/port/handoff,hooks install,config init/create,template list,sandbox variable set,asset upload,analytics).parse_agent_config_yaml).npx skills add . -lon this branch discovers the skill with the right name/description.CI is unaffected (markdown only).