docs(skills): ship the a3s-box agent skill + cross-tool installer#157
Merged
Conversation
One Agent Skills SKILL.md that teaches a coding agent to drive the a3s-box CLI, reused across Claude Code / Codex / Gemini CLI / Cursor / Amp / OpenCode / Zed / a3s-code (shared SKILL.md format). Adds integrations/skills/ (SKILL.md, install.sh, README) and a complete Install+Use section in the box README. Docs-only.
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
Ships the a3s-box agent skill — one cross-tool Agent Skills
SKILL.mdthat teaches an AI coding agent to drive thea3s-boxCLI (the--separator, box lifecycle, snapshots, warm pool, networking footguns, and an
errors→fix table), plus a one-command installer and docs.
integrations/skills/a3s-box/SKILL.md— the skill (≤10 KiB; declaresBash(a3s-box*)).integrations/skills/install.sh— symlinks the singleSKILL.mdinto each agent'sskills root (
.agents/.claude/.codex/.a3s, project or--home).integrations/skills/README.md— the full agent matrix + no-skill-agent notes.README.md— a complete Install + Use section under Coding-agent skill.Why one file
The same
SKILL.mdworks across Claude Code, OpenAI Codex, Gemini CLI, Cursor,Sourcegraph Amp, OpenCode, Zed, and a3s-code — they share the Agent Skills format,
so a shared skill beats a per-agent variant (or a Claude-only plugin). Two roots
(
.agents/skills+.claude/skills) reach almost every skill-capable agent.Use
cd integrations/skills && ./install.sh all, reload the agent → the skill surfacesas
/a3s-boxand is auto-invoked when you ask it to run/build/sandbox with a3s-box.Docs-only + new files; no code or CLI behavior changes.