Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Labs Skills

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).

Available Skills

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.

Installation

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 --all

flutter-agent-skills

npx skills add https://github.com/zero-labsco/zero-skills --skill flutter-agent-skills

Repository Structure

skills/
├── 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.

License

All skills in this repository are licensed under the MIT License.

About

A collection of AI agent skills by Zero Labs. Each skill is a self-contained bundle bringing domain-specific guidance and tooling to AI coding agents.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages