Curated Coding Expertise for Cursor, Windsurf, Cline, Antigravity, Claude Code, Codex, & GitHub Copilot
Are you tired of constantly reminding your AI assistant about your team's specific coding standards? Tired of generic Vue components when you need strict Ant Design + Tailwind integrations, or boilerplate REST endpoints when your team uses class-based APIs and Action Fallbacks?
devskill is a curated collection of highly specific, context-rich "Agent Skills" designed to align your AI with your exact development stack. Stop prompting, start building.
By feeding your AI specialized SKILL.md documents, you eliminate AI hallucinations and strictly enforce your project's architecture.
- 🧠 Instant Project Onboarding: One command dumps all necessary context right into your
.agents/skillsfolder. - 🎯 Pinpoint Accuracy: From niche Vue Options API patterns to Elixir Phoenix Ecto.Multi rules, get the code exactly how you want it.
- ⚡ Zero-Friction Setup: Interactive, beautifully designed CLI makes managing skills effortless.
You can install these skills using the official Agent Skills CLI.
Perfect for getting the full collection into your project:
npx skills add vuluu2k/skills --skill='*'If you only need a particular expertise:
# Install Vue Options API skill
npx skills add vuluu2k/skills --skill='vue-options'
# Install Pinia Options API skill
npx skills add vuluu2k/skills --skill='pinia-options'We've also built an elegant, interactive CLI for advanced management:
# Open interactive menu
npx devskill
# Option 1: Install entire collections of skills
npx devskill install
# Option 2: Add specific individual skills (use Space to select)
npx devskill addPick the exact brain-upgrade your AI needs.
| Collection | Focus Area | Included Skills |
|---|---|---|
🏗️ builderx_spa |
Specialized BuilderX Frontend | vue-options, pinia-options, builderx_spa-api, builderx_spa-permission, vue-antdv-tailwind |
⚙️ builderx_api |
Phoenix Elixir Backend | builderx_api-schemas, builderx_api-controllers, builderx_api-contexts |
🌟 vue3-standard |
Pure Vue 3 Mastery | vue, pinia, vue-best-practices, vue-router-best-practices, vue-testing-best-practices |
Some of the primary hand-crafted skills included in our collections:
vue/vue-best-practices: Modern Vue 3 Composition API style with script setup, animation techniques, and advanced rendering.pinia: State management using Composition API.vue-options/pinia-options: The definitive best practices for organizations still leveraging the powerful Vue Options API style.vue-router-best-practices: Avoid navigation infinite loops and lifecycle gotchas.vue-testing-best-practices: Blackbox testing, Vitest setups, and E2E Playwright.
builderx_spa-api: Deep API fetching rules + class-based endpoints pattern overriding standard HTTP.builderx_spa-permission: Role-based access rules utilizing bitwise permissions.vue-antdv-tailwind: The definitive guide to cleanly mixing Ant Design Vue components with Tailwind CSS utility classes.
builderx_api-schemas: Core Ecto schema conventions including custom json serializers.builderx_api-controllers: Action fallback and standard tuple responses for Phoenix controllers.builderx_api-contexts: Ecto.Multi and Outbox pattern usage for complex multi-step transactions.
Want to build your own AI knowledge base? Fork or clone this repository to start creating your team's custom skill collection.
-
Clone the repo:
git clone https://github.com/vuluu2k/skills cd skills npm install -
Update
meta.tswith your own projects and sources. -
Use the powerful CLI to manage everything:
npm start # Open the interactive menu npm start install # Install skill collections to a target project npm start init # Clone tracked submodules from meta.ts npm start sync # Pull updates + sync vendor skills npm start check # Check for available remote updates npm start cleanup # Remove stale skills not listed in meta.ts
-
Ask your AI agent to generate skills:
"Generate skills for
<project>based on the docs insources/<project>/"
See SKILL_GUIDE.md for detailed guidelines on writing the perfect AI skills.
Built with ❤️ by vuluu2k. License: MIT