Opinionated development skills for AI coding agents
Skills • Installation • Contributing
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.
| 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 |
Install individual plugins from the collection:
npx agntc@latest add leeovery/agentic-skillsYou'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/nuxtUpdate anytime:
npx agntc@latest updateRemove:
npx agntc@latest remove leeovery/agentic-skills/laravelSee agntc for more details.
Also compatible with the Vercel skills CLI:
npx skills add leeovery/agentic-skills/laravel
npx skills add leeovery/agentic-skills/nuxtContributions 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.
- agntc — Agent skills installer for AI coding agents
- agentic-workflows — Engineering workflow skills for Claude Code
MIT License. See LICENSE for details.
Built with care by Lee Overy