Skip to content

LaoitdevOpen/laoitdev-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laoitdev-skills

License: MIT

A curated collection of Agent Skills for Claude Code — reusable, self-contained playbooks that teach an agent project-specific conventions, workflows, and patterns.

What's a skill?

Each skill is a folder containing a SKILL.md with YAML frontmatter (name, description) plus the body instructions. The description field is what triggers the skill: an agent matches it against the current task and decides whether to invoke it. Skills can also ship references/ (extra docs loaded on demand) and templates/ (files to copy/adapt).

Repository structure

skills/
├── backend/    # Backend/API conventions and patterns (contributions welcome)
├── frontend/   # Frontend/web conventions and patterns (contributions welcome)
└── mobile/     # Mobile app conventions and patterns
    ├── flutter-clean-arch-getx/   # Flutter Clean Architecture + GetX feature scaffolding
    └── flutter-flavors/           # Flutter build flavors (dev/stage/prod) across platforms

See each category's README.md for the current skill list in that domain.

Using these skills

Copy a skill folder (e.g. skills/mobile/flutter-flavors/) into your project's .claude/skills/ directory, or into ~/.claude/skills/ to make it available globally. Claude Code discovers SKILL.md files automatically and invokes them when their description matches the task at hand.

Contributing

New skills, fixes, and category expansions are welcome. See CONTRIBUTING.md for the folder conventions, frontmatter requirements, and PR checklist. Please also read the Code of Conduct.

License

MIT

About

AI agent skill by LaoITDev team

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages