
Company News
Meet the Socket Team at RSAC and BSidesSF 2026
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.
@ngxtm/devkit
Advanced tools
Unified multi-agent system with auto-synced skills from multiple sources
| Source | What's Included |
|---|---|
| antigravity-awesome-skills | 256+ skills (primary, frequently updated) |
| agent-assistant | 310+ skills, Matrix system, 20 agents, 25 commands |
| claudekit | 45 skills, 18 agents, 32 commands, hooks, output styles |
| skill-rule | Coding standards for 10 frameworks |
npm install -g @ngxtm/devkit
devkit install
devkit install claude # Claude Code only
devkit install cursor # Cursor only
~/.claude/)~/.claude/
├── skills/ # 414+ skills
│ └── agent-assistant/ # Core framework
│ ├── agents/ # 20 agents
│ ├── commands/ # 25 commands
│ ├── matrix-skills/ # Skill discovery system
│ └── claudekit/ # Claudekit components
│ ├── agents/ # 18 agents
│ └── commands/ # 32 commands
├── rules/ # Coding standards
├── hooks/ # 9 hooks
├── output-styles/ # 6 coding levels
├── workflows/ # Workflow definitions
└── settings.json # Claude settings
After installation, use these commands in your AI coding tool:
/cook - Build a feature with full workflow
/plan - Plan implementation strategy
/review - Code review
/test - Run tests
/fix - Fix bugs
/bootstrap - Setup new project
/coding-level - Set output style (eli5/junior/mid/senior/lead/god)
/code - Code with workflow
/scout - Explore codebase
/kanban - Manage tasks
Set your preferred coding level:
| Level | Style | Best For |
|---|---|---|
/coding-level 0 | ELI5 | Learning, explanations |
/coding-level 1 | Junior | Detailed comments, safe patterns |
/coding-level 2 | Mid | Balanced, best practices |
/coding-level 3 | Senior | Concise, optimized |
/coding-level 4 | Lead | Architecture focus |
/coding-level 5 | God | Minimal, maximum efficiency |
Claudekit hooks provide:
Skills and rules are automatically updated via GitHub Actions:
Edit SYNC_CONFIG.yaml to customize sources:
skill_sources:
- name: antigravity-awesome-skills
repo: sickn33/antigravity-awesome-skills
enabled: true
priority: 1
- name: agent-assistant
repo: hainamchung/agent-assistant
enabled: true
priority: 2
sync:
merge_strategy: prefer-primary
schedule: "0 0 * * *"
# Clone the repo
git clone https://github.com/YOUR_USERNAME/devkit-assistant.git
cd devkit-assistant
# Install dependencies
npm install
# Run initial sync (first time only)
# Windows:
initial-sync.bat
# Linux/Mac:
./initial-sync.sh
# Test install locally
node cli/install.js
skills/your-skill-name/SKILL.mdpython scripts/update_matrix.pyMIT License - see LICENSE for details.
FAQs
Per-project AI skills with smart tech detection - lightweight and context-optimized
The npm package @ngxtm/devkit receives a total of 477 weekly downloads. As such, @ngxtm/devkit popularity was classified as not popular.
We found that @ngxtm/devkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.

Research
/Security News
Malicious Packagist packages disguised as Laravel utilities install an encrypted PHP RAT via Composer dependencies, enabling remote access and C2 callbacks.

Research
/Security News
OpenVSX releases of Aqua Trivy 1.8.12 and 1.8.13 contained injected natural-language prompts that abuse local AI coding agents for system inspection and potential data exfiltration.