Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Run 52 development skills from a single plugin: format code, generate API docs and OpenAPI specs, audit dependencies and secrets, analyze code complexity and performance, create database migrations and ERDs, scaffold projects, manage packages, and produce pre-deployment checklists across multiple languages and frameworks.
npx claudepluginhub curiouslearner/devkitGet help with using DevKit plugin and skills
List all available DevKit skills organized by category
Run pre-deployment checks using DevKit skills
Run comprehensive code quality checks using multiple DevKit skills
Auto-generate comprehensive API documentation with examples, schemas, and interactive tools.
Quick API endpoint testing with comprehensive request/response validation.
Document system architecture and technical design decisions for effective team communication and ...
Review and analyze authentication and authorization patterns for security vulnerabilities.
Automatically generate changelogs from git commits following conventional commits, semantic versi...
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete developer toolkit for Claude Code
Agents for code review, security audits, debugging, and quality assurance
16 production-ready Claude Code agents including prompt engineering. Delivers 70% ROI with 5-agent starter set, 10x efficiency with full deployment. Includes code review, security, testing, performance, backend, frontend, API design, database, refactoring, QA, architecture, E2E testing, deployment, CI/CD, Docker, and prompt-builder specialists.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.
Specialized security review subagent
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
A comprehensive Claude Code plugin providing 52 professional development skills across 10 categories to supercharge your development workflow.
Author: Sanyam Khurana Version: 0.1.0 (CHANGELOG) License: MIT
DevKit is a Claude Code plugin that provides instant access to expert-level development skills covering:
Think of it as having 52 expert assistants ready to help with any development task.
# Add the DevKit marketplace
/plugin marketplace add CuriousLearner/devkit-marketplace
# Install DevKit
/plugin install devkit@devkit-marketplace
# Clone the repository
git clone https://github.com/CuriousLearner/devkit.git
# Symlink to Claude Code plugins directory
ln -s $(pwd)/devkit ~/.claude/plugins/devkit
Once installed, DevKit loads automatically when you start Claude Code. You'll see:
DevKit plugin loaded successfully!
You now have 52 professional development skills available...
Invoke any skill using the @ symbol:
@code-formatter
@test-generator create unit tests for UserService.js
@api-tester test POST /api/users with authentication
@deployment-checker run pre-deployment validation
DevKit provides convenient slash commands:
/devkit:help - Show help and usage information/devkit:list - List all 52 available skills/devkit:quality-check - Run comprehensive code quality analysis/devkit:pre-deploy - Run pre-deployment validation@code-formatter - Auto-format code across multiple languages@test-generator - Generate unit tests based on existing code patterns@commit-helper - Intelligent commit message generation@refactor-assistant - Automated code refactoring suggestions@documentation-generator - Auto-generate JSDoc/docstrings/README files@dependency-updater - Smart dependency update checker@complexity-analyzer - Measure and report code complexity metrics@dead-code-detector - Identify unused code and imports@performance-profiler - Analyze code performance patterns@code-reviewer - Automated code review with best practices@naming-analyzer - Suggest better variable/function names@pattern-detector - Detect design patterns and anti-patterns@api-tester - Quick API endpoint testing@openapi-generator - Generate OpenAPI specs from code@mock-server - Create mock API servers@webhook-tester - Test webhook integrations locally@api-documentation - Auto-generate API documentation@query-builder - Interactive database query builder@schema-visualizer - Generate database schema diagrams@migration-generator - Create database migrations from model changes@seed-data-generator - Generate realistic test data@query-optimizer - Analyze and optimize SQL queries@dependency-auditor - Check dependencies for known vulnerabilities@secret-scanner - Detect accidentally committed secrets@security-headers - Validate HTTP security headers@auth-analyzer - Review authentication/authorization patterns@compliance-checker - Check code against security compliance standards@docker-helper - Docker compose generation and optimization@log-analyzer - Parse and analyze application logs@env-manager - Environment variable management and validation@deployment-checker - Pre-deployment validation and checklist@resource-monitor - Monitor system resources during development@project-scaffolder - Quick project setup with templates@snippet-manager - Save and retrieve code snippets@search-enhancer - Enhanced code search with semantic understanding@conflict-resolver - Smart git merge conflict resolution@changelog-generator - Auto-generate changelogs from commits