A catalog of installable skills for AI coding agents: Claude Code, Codex, Antigravity, and Grok. Structured, reusable skills that give your agents clear workflows, safe defaults, and multi-turn collaboration capabilities.
FAQ
agent-designer is a Claude Code plugin with 5 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes collaborating-with-antigravity, collaborating-with-claude, collaborating-with-codex. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add appautomaton/agent-designer --agent claude-code
Language: English | δΈζ
A catalog of installable skills for AI coding agents: Claude Code, Codex, Antigravity, and Grok.
Structured, reusable skills that give your agents clear workflows, safe defaults, and multi-turn collaboration capabilities. Install the ones you want into the harness you already use, and your agents work methodically rather than freestyle.
Collaboration skills β let your agents delegate to each other via bridge scripts with session continuity:
| Skill | Purpose |
|---|---|
collaborating-with-claude | Delegate to Claude Code CLI (review, diff, consultation) |
collaborating-with-antigravity | Delegate to Antigravity CLI agy (review, web search, image analysis) |
collaborating-with-codex | Delegate to Codex CLI (implementation, diagnosis, review, image generation) |
collaborating-with-grok | Delegate to Grok CLI (review, diagnosis, live web/X search; coding model e.g. grok-4.5) |
Issue-driven development β structure work into plans and trackable Issue CSVs:
| Skill | Purpose |
|---|---|
issue-driven-workflow | Plan β Issue CSV β autonomous execution with status tracking |
[!TIP]
- Pick the skills you want from
skills/.- Follow the runbook for your harness in
docs/setup/: install, approve, verify.
- To add the issue-driven workflow to a project: ask your agent to "apply
AGENTS.issues.template.mdon top ofAGENTS.md".- Start working. Ask your agent to create a plan, generate an Issue CSV, or collaborate with another agent.
- Example: "Create a plan and Issue CSV for ."
skills/ β skill source (the real content)
collaborating-with-claude/ β bridge script + SKILL.md + references
collaborating-with-antigravity/ β bridge script + SKILL.md + references (agy; succeeds the retired Gemini CLI)
collaborating-with-codex/ β bridge script + SKILL.md + references + prompt recipes
collaborating-with-grok/ β bridge script + SKILL.md + references (Grok CLI; live web/X search)
issue-driven-workflow/ β plan/CSV workflow + templates + scripts
docs/setup/ β install runbooks per harness
AGENTS.md β project-specific rules
AGENTS.issues.template.md β issue-driven workflow (apply on top of AGENTS.md)
Each skill follows progressive disclosure:
name + description in YAML frontmatter. Always loaded. Used for discovery.scripts/, references/, assets/. Loaded on demand. Contains deep docs, templates, helper scripts.docs/setup/, in wildcard forms that work at any install location. See the "Host-side approval" section in each skill.python3.Inspired by:
.gitignore
AGENTS.issues.template.md
AGENTS.md
BACKLOG.md
docs/
favicon.svg
index.html
llms.txt
robots.txt
script.js
setup/
claude-code.md
codex.md
README.md
sitemap.xml
styles.css
README.md
README.zh-CN.md
skills/
collaborating-with-antigravity/
assets/
prompt-template.md
references/
agy-cli.md
shell-quoting.md
scripts/
agy_bridge.py
SKILL.md
collaborating-with-claude/
assets/
prompt-template.md
references/
cli-reference.md
handoff-patterns.md
parallel.md
patterns.md
prompt-antipatterns.md
prompt-blocks.md
prompt-recipes.md
shell-quoting.md
scripts/
claude_bridge.py
SKILL.md
collaborating-with-codex/
assets/
prompt-template.md
references/
cli-reference.md
handoff-patterns.md
imagegen.md
parallel.md
patterns.md
prompt-antipatterns.md
prompt-blocks.md
prompt-recipes.md
shell-quoting.md
scripts/
codex_bridge.py
SKILL.md
collaborating-with-grok/
assets/
prompt-template.md
references/
cli-reference.md
handoff-patterns.md
parallel.md
patterns.md
prompt-antipatterns.md
prompt-blocks.md
prompt-recipes.md
shell-quoting.md
scripts/
grok_bridge.py
SKILL.md
tests/
test_grok_bridge.py
issue-driven-workflow/
assets/
_template.csv
_template.md
references/
issue-csv-spec.md
testing-policy.md
scripts/
create_issues.py
create_plan.py
issue_utils.py
list_plans.py
plan_utils.py
read_plan_frontmatter.py
update_issue.py
validate_issues_csv.py
SKILL.mdΒ© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic