drawio-skill
A skill that turns natural-language descriptions into .drawio XML and exports them to PNG / SVG / PDF / JPG via the native draw.io desktop CLI.
A skill that evaluates whether a CLI is reliably usable by AI agents and helps you design CLIs that serve humans, agents, and orchestration systems at the same time. Built around seven principles, a 14-criterion rubric, and a structured refactor playbook.
A skill that turns natural-language descriptions into .drawio XML and exports them to PNG / SVG / PDF / JPG via the native draw.io desktop CLI.
External references: Semantic Scholar API Tutorial Β· API Docs Β· Request API Key A skill that turns the Semantic Scholar academic graph (200M+ papers across arXiv + bioRxiv + PubMed + journals + conferences) into a single-script, rate-limited, agent-friendly
A Claude Code skill that repurposes YouTube videos for Bilibili with bilingual (EN/ZH) hardcoded subtitles. Compatible with Claude Code, OpenClaw, Hermes Agent, Pi (pi-mono), and indexed by SkillsMP.
FAQ
agent-native-design is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes agent-native-design. 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 Agents365-ai/agent-native-design --agent claude-code

A skill that evaluates whether a CLI is reliably usable by AI agents and helps you design CLIs that serve humans, agents, and orchestration systems at the same time. Built around seven principles, a 14-criterion rubric, and a structured refactor playbook.
| Doc | What's inside |
|---|---|
| docs/install.md | Per-platform install (Claude Code / OpenClaw / Hermes / pi-mono / Codex / SkillsMP) and path summary |
| docs/changelog.md | Version history from v1.1.0 through v1.3.5 |
| SKILL.md | Workflow guide loaded by the agent |
| references/ | On-demand reference material β design patterns, rubric, checklists, examples, testing recipes, citations |
The core SKILL.md is portable, and this repository includes metadata for the platforms listed below:
| Platform | Status | Details |
|---|---|---|
| Claude Code | Full support | Native SKILL.md format |
| OpenClaw / ClawHub | Full support | metadata.openclaw namespace |
| Hermes Agent | Full support | metadata.hermes namespace, category: engineering |
| pi-mono | Full support | metadata.pimo namespace |
| OpenAI Codex | Full support | agents/openai.yaml sidecar |
| SkillsMP | Indexed | GitHub topics configured |
| Capability | Native agent | This skill |
|---|---|---|
| Evaluate whether a CLI is agent-native | No | Yes β structured diagnosis across 7 principles |
| Design stdout JSON contract | Inconsistent | Always β stable envelope with ok, data, error |
| Define exit code semantics | Ad hoc | Yes β documented, deterministic per failure class |
Design layered --help and schema introspection | No | Yes β full self-description pattern |
| Design dry-run previews | Rarely | Always β request shape preview without execution |
| Define safety tiers for commands | No | Yes β open / warned / hidden tiers |
| Design delegated authentication | No | Yes β human manages auth lifecycle; agent uses token |
| Separate trust levels for env vs. CLI args | No | Yes β directional trust model |
| Produce prioritized refactor plan | Rarely | Always β P0 / P1 / P2 with examples |
| Score CLI across 14-criterion rubric | No | Yes β 0β2 per criterion with verdict |
See docs/install.md for per-platform install commands (Claude Code, OpenClaw / ClawHub, Hermes, pi-mono, OpenAI Codex, SkillsMP) and the installation paths summary.
If this skill helps your work, consider supporting the author:
Agents365-ai
CC BY-NC 4.0
.github/
workflows/
sync-365-skills.yml
validate.yml
.gitignore
docs/
.nojekyll
assets/
concept-hero-en.png
concept-hero-zh.png
social-card-en.png
changelog.md
index.html
install_CN.md
install.md
maintainers/
IMPROVEMENTS_APPLIED.md
REVIEW_2026.md
zh.html
LICENSE
README_CN.md
README.md
skills/
agent-native-design/
agents/
openai.yaml
references/
checklists.md
citations.md
design-patterns.md
examples.md
hybrid-mcp-cli.md
rubric.md
testing.md
scripts/
validate-metadata.sh
SKILL.mdΒ© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic