@akashkendre/ide-skills
v1.1.9
Published
DevSkill Studio — Professional SDLC Toolkit for AI-Powered Engineering
Readme
🚀 DevSkill Studio: Professional SDLC Toolkit for AI-Powered Engineering
A globally installable collection of 75+ professional AI skills designed to turn your AI assistant (Cursor, VS Code Copilot, Claude Code) into a Lead Engineer.
🚀 Quick Start
Install globally to access the library from any project:
npm install -g @akashkendre/ide-skillsNote: The installer automatically configures your AI agents (Cursor, VS Code, etc.) immediately after installation.
🛠️ Global Setup
The library includes an automatic installer that links the prompts to your favorite IDEs. If you ever need to re-run the setup:
# Link to all supported agents (Cursor, VS Code, Claude, etc.)
devskills install all🏗️ The Ultimate Production Workflow
To build production-ready software from scratch, follow this professional sequence using the built-in skills:
Phase 1: Product Discovery
/brainstorm— Explore feature ideas./prd— Generate detailed Product Requirements./kpi— Define measurable success metrics./scope— Set MVP boundaries.
Phase 2: Architecture & Design
/architect— Design high-level infrastructure./data-model— Design database schema./api-design— Design REST/GraphQL endpoints./api-contract— Generate formal OpenAPI/Proto specs./threat-model— Identify security risks early.
Phase 3: Planning & TDD Setup
/breakdown— Create small, manageable tasks./sprint— Map tasks to a timeline./edge-cases— Identify failure points for each task./unit-test— Write failing tests (The "Red" Phase).
Phase 4: Implementation (The "Building")
- Backend:
/backend(Persona) — Write logic to pass tests. - Frontend:
/frontend(Persona) — Build UI to pass tests. /refactor-suggest— Optimize code while tests remain green.
Phase 5: Quality & Security
/service-contract— Verify code matches the design./integration-test— Test full end-to-end flows./reviewer(Persona) — Perform a strict code audit./vuln-scan— Scan for security vulnerabilities.
Phase 6: Production Readiness
/ci— Setup deployment pipelines./dockerfile— Containerize the application./tracing— Add observability and monitoring./health-check— Setup uptime and dependency checks.
📖 Usage
List all available skills:
devskills listUse in your AI Agent:
Simply type the command in your AI chat (e.g. Cursor or VS Code):
"Use /prd to generate a document for a new payment gateway feature."
👤 Author
Akash Kendre NPM Profile
📄 License
MIT
