subagent-factory
Safe 71Create specialized Claude Code agents on-demand
by AaronAbuUsama
Building custom agents for specific tasks requires understanding Claude Code's agent schema, Task tool parameters, and prompt engineering patterns. This skill provides guided workflows and comprehensive reference documentation for creating effective specialized agents.
code-reviewer
Safe 71Review MERN code for security and quality
by 9tykeshav
Code reviews catch bugs before deployment but are time-consuming. This skill provides structured checklists, security patterns, and best practices for MERN stack reviews to ensure nothing critical is missed.
backend-test-writer
Safe 71Generate backend tests with smart detection
by 9tykeshav
Writing backend tests takes significant time and requires knowledge of test frameworks. This skill analyzes your code structure, detects your testing setup, and generates comprehensive tests covering happy paths, error cases, and edge cases.
mcp-builder
Low Risk 71Build MCP servers for LLM tool integration
by 92Bilal26
This guide helps developers create high-quality MCP servers that enable AI models to interact with external APIs and services. Covers Python FastMCP and TypeScript SDK patterns with best practices for tool design.
chatkit-botbuilder
Safe 72Build production ChatKit chatbots
by 92Bilal26
Building ChatKit chatbots requires integrating multiple technologies with proper security patterns. This skill provides complete architectural guidance for creating production-ready chatbots with user isolation and real-time capabilities.
tdd-pytest
Safe 71Write Python Tests Using TDD and Pytest
by 89jobrien
Writing tests first helps catch bugs early and improves code design. This skill guides you through test-driven development cycles with pytest, from writing failing tests to achieving green coverage.
shell-scripting
Safe 71Write reliable shell scripts with best practices
by 89jobrien
Shell scripts often fail silently or behave unpredictably due to missing error handling. This skill provides battle-tested patterns for robust bash and zsh scripting including proper error handling, safe variable expansion, and modular code structure.
python-scripting
Safe 73Create Python Scripts with uv
by 89jobrien
Writing standalone Python scripts with dependencies requires manual setup and configuration. This skill generates ready-to-run scripts with PEP 723 inline metadata, automatic dependency management, and proper CLI argument parsing.
nextjs-architecture
Safe 72Design Next.js Architecture
by 89jobrien
Building Next.js applications requires understanding App Router, Server Components, and performance patterns. This skill provides expert architecture guidance for designing, migrating, and optimizing Next.js applications with modern patterns.
mcp-integration
Safe 72Create MCP server configurations
by 89jobrien
Creating MCP server configurations requires deep understanding of the Model Context Protocol architecture and integration patterns. This skill provides expert guidance for designing, implementing, and optimizing MCP integrations for any service.
golang-performance
Safe 69Optimize Go Performance with Profiling
by 89jobrien
Go applications often suffer from hidden performance bottlenecks in memory allocations and concurrency patterns. This skill provides proven techniques to identify bottlenecks using pprof, reduce allocations with sync.Pool, and implement efficient worker patterns that scale.
golang-testing
Safe 71Write Effective Go Tests
by 89jobrien
Writing tests in Go can be challenging without guidance on patterns and best practices. This skill provides comprehensive examples for table-driven tests, mocking, integration testing with containers, and performance benchmarks.
git-workflow
Safe 72Create better pull requests
by 89jobrien
Teams struggle with inconsistent pull requests that lack context and slow down reviews. This skill provides structured templates, branch naming conventions, and merge strategies to streamline your git workflow.
dependency-management
Safe 78Manage project dependencies securely
by 89jobrien
Managing project dependencies manually is time-consuming and risky. Outdated dependencies create security vulnerabilities. This skill automates dependency analysis, vulnerability scanning, and license compliance checks across multiple package managers.
debugging
Low Risk 75Debug code errors and analyze logs
by 89jobrien
Debugging complex errors and analyzing logs takes significant time and expertise. This skill provides structured workflows for error analysis, log parsing, stack trace investigation, and root cause identification across multiple languages and platforms.
dead-code-removal
Low Risk 71Remove Dead Code Safely
by 89jobrien
Unused code bloats projects and increases maintenance costs. This skill detects unused imports, functions, and classes across multiple languages with safety checks that preserve critical code.
command-optimization
Safe 71Design and optimize CLI commands
by 89jobrien
Creating effective command-line interfaces requires understanding design patterns, argument parsing, and user experience principles. This skill provides expert guidance for building intuitive, well-documented CLI tools that follow established conventions.
code-review
Safe 72Review code for quality and security issues
by 89jobrien
Code reviews catch bugs and security vulnerabilities before they reach production. This skill provides structured guidance for thorough code reviews with prioritized actionable feedback.
code-context-finder
Safe 77Find code context and dependencies
by 89jobrien
Developers often lose context when working with unfamiliar code or making changes. This skill automatically detects when context would help and surfaces relevant knowledge graph entries, code relationships, dependencies, and tests.
ai-code-cleanup
Safe 72Clean AI-generated code artifacts
by 89jobrien
AI-assisted coding often introduces defensive bloat, unnecessary comments, and style inconsistencies. This skill identifies and removes these artifacts to produce cleaner, more maintainable code while preserving functionality.