Skip to content

leeovery/agentic-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic Skills

Opinionated development skills for AI coding agents

SkillsInstallationContributing


A collection of opinionated development patterns and practices refined over 20 years in the industry. Each skill set provides focused guidance on a specific framework or domain.

These skills work with any AI coding agent that supports the SKILL.md format — including Claude Code, Codex, and Cursor.

Skills

Plugin Description Skills
laravel Laravel development — action-oriented architecture, strict typing, DTOs, and maintainability 20 skills
nuxt Nuxt 4 + Vue 3 — domain-driven, type-safe, composable-first architecture 15 skills

Installation

agntc (recommended)

Install individual plugins from the collection:

npx agntc@latest add leeovery/agentic-skills

You'll be prompted to select which plugins to install. Or install a specific one directly:

npx agntc@latest add leeovery/agentic-skills/laravel
npx agntc@latest add leeovery/agentic-skills/nuxt

Update anytime:

npx agntc@latest update

Remove:

npx agntc@latest remove leeovery/agentic-skills/laravel

See agntc for more details.

Vercel Skills CLI

Also compatible with the Vercel skills CLI:

npx skills add leeovery/agentic-skills/laravel
npx skills add leeovery/agentic-skills/nuxt

Contributing

Contributions are welcome! Whether it's:

  • Bug fixes in the documentation
  • Improvements to existing patterns
  • Discussion about approaches and trade-offs
  • New skills for patterns not yet covered

Please open an issue first to discuss significant changes. These are opinionated patterns, so let's talk through the approach before diving into code.

Related

  • agntc — Agent skills installer for AI coding agents
  • agentic-workflows — Engineering workflow skills for Claude Code

License

MIT License. See LICENSE for details.


Built with care by Lee Overy

About

Opinionated development skills for AI coding agents

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors