A curated collection of AI agent skills by Zero Labs. Each skill is a self-contained SKILL.md bundle that brings domain-specific guidance and tooling to any AI coding agent that supports the skill format (Claude Code, Cursor, Codex, CodeBuddy, OpenCode, Aider, and many more).
| Skill | Description | Install |
|---|---|---|
| flutter-agent-skills | General Flutter/Dart development guidance — architecture, state management, platform channels, testing conventions, and verification commands. | See below |
More skills coming soon — Java, Rust, and other language/ecosystem kits.
Install a single skill via skills.sh CLI:
npx skills add https://github.com/zero-labsco/zero-skills --skill <skill-name>Or install all skills in this repository:
npx skills add https://github.com/zero-labsco/zero-skills --allnpx skills add https://github.com/zero-labsco/zero-skills --skill flutter-agent-skillsskills/
├── flutter-agent-skills/ # Flutter/Dart development skill
│ ├── SKILL.md # Self-contained skill bundle
│ ├── AGENTS.md # Source guidance (single source of truth)
│ ├── references/ # Detailed reference docs
│ ├── scripts/ # Helper scripts (Dart + Python)
│ ├── install.dart # Local installer (Dart)
│ └── install.py # Local installer (Python)
├── <future-skill>/ # Future skills (java-agent-skills, rust-agent-skills, …)
│ └── SKILL.md
└── LICENSE # MIT License (applies to all skills)
Each skill folder is independent and follows the skills.sh directory convention. A marketplace download of just SKILL.md is sufficient — the skill bundles all guidance inline and does not depend on other files in the repository.
All skills in this repository are licensed under the MIT License.