Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@ngxtm/devkit

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxtm/devkit

Per-project AI skills with smart tech detection - lightweight and context-optimized

Source
npmnpm
Version
3.13.0
Version published
Weekly downloads
358
-35.14%
Maintainers
1
Weekly downloads
 
Created
Source

Devkit

Unified multi-agent skill system for AI coding assistants

npm version License: MIT

Supercharge your AI coding assistant with 414+ skills, 38 agents, and 57 commands. Works with Claude Code, Cursor, GitHub Copilot, and Gemini.

Features

  • Smart Tech Detection - Automatically detects your project stack and loads relevant skills
  • Per-Project Installation - Install only what you need, where you need it
  • Context-Optimized - Index-only mode reduces context usage by 99.95%
  • Auto-Sync - Daily updates from upstream sources via GitHub Actions
  • Multi-Tool Support - Works with Claude, Cursor, Copilot, and Gemini

Quick Start

npm install -g @ngxtm/devkit
devkit install

Installation Modes

ModeCommandSizeDescription
Index-onlydevkit install~30KBOn-demand skill loading (recommended)
Minimaldevkit install --minimal~2MB~20 core skills
Categorydevkit install -c=react,tsvariesSpecific categories only
Fulldevkit install --full~59MBAll 414+ skills

Commands

# Planning & Building
/plan           # Create implementation strategy
/cook           # Build feature with full workflow
/code           # Code with workflow

# Development
/fix            # Fix bugs
/test           # Run tests
/review         # Code review
/scout          # Explore codebase

# Setup
/bootstrap      # Setup new project
/coding-level   # Set output style (eli5 → god)
/kanban         # Manage tasks

Coding Levels

LevelCommandStyle
0/coding-level 0ELI5 - Learning friendly
1/coding-level 1Junior - Detailed comments
2/coding-level 2Mid - Balanced
3/coding-level 3Senior - Concise
4/coding-level 4Lead - Architecture focus
5/coding-level 5God - Maximum efficiency

Categories

devkit categories    # List all categories
CategorySkillsCategorySkills
react9database5
typescript4devops7
node6testing6
security5ai6
mobile5frontend6
backend6tools6

Uninstall

devkit uninstall          # Remove from all tools
devkit uninstall claude   # Remove from specific tool

Contributing

  • Fork the repository
  • Add skills to skills/your-skill-name/SKILL.md
  • Run python scripts/update_matrix.py
  • Submit a pull request

License

MIT

Keywords

ai

FAQs

Package last updated on 19 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts