npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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-skills

Note: 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

  1. /brainstorm — Explore feature ideas.
  2. /prd — Generate detailed Product Requirements.
  3. /kpi — Define measurable success metrics.
  4. /scope — Set MVP boundaries.

Phase 2: Architecture & Design

  1. /architect — Design high-level infrastructure.
  2. /data-model — Design database schema.
  3. /api-design — Design REST/GraphQL endpoints.
  4. /api-contract — Generate formal OpenAPI/Proto specs.
  5. /threat-model — Identify security risks early.

Phase 3: Planning & TDD Setup

  1. /breakdown — Create small, manageable tasks.
  2. /sprint — Map tasks to a timeline.
  3. /edge-cases — Identify failure points for each task.
  4. /unit-test — Write failing tests (The "Red" Phase).

Phase 4: Implementation (The "Building")

  1. Backend: /backend (Persona) — Write logic to pass tests.
  2. Frontend: /frontend (Persona) — Build UI to pass tests.
  3. /refactor-suggest — Optimize code while tests remain green.

Phase 5: Quality & Security

  1. /service-contract — Verify code matches the design.
  2. /integration-test — Test full end-to-end flows.
  3. /reviewer (Persona) — Perform a strict code audit.
  4. /vuln-scan — Scan for security vulnerabilities.

Phase 6: Production Readiness

  1. /ci — Setup deployment pipelines.
  2. /dockerfile — Containerize the application.
  3. /tracing — Add observability and monitoring.
  4. /health-check — Setup uptime and dependency checks.

📖 Usage

List all available skills:

devskills list

Use 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