chatkit-botbuilder
Safe 70Build production ChatKit chatbots
by 92Bilal26
Building ChatKit chatbots requires integrating multiple technologies (FastAPI, OpenAI Agents SDK, MCP tools) with proper security patterns. This skill provides complete architectural guidance for creating production-ready chatbots with user isolation and real-time capabilities.
testing
Low Risk 75Write tests with TDD methodology
by 89jobrien
Writing tests after code leads to fragile codebases and missed bugs. This skill provides structured TDD workflows, test patterns, and Playwright automation to help you write maintainable tests before code, catch bugs early, and build confidence in your software.
tdd-pytest
Safe 68Write Tests with TDD Methodology
by 89jobrien
This skill helps developers follow test-driven development practices for Python projects. It guides users through the Red-Green-Refactor cycle, pytest configuration, and test quality auditing.
shell-scripting
Safe 70Write 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 70Create 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.
performance
Safe 72Optimize application performance
by 89jobrien
Applications often suffer from slow response times, high memory usage, and poor user experience. This skill provides expert guidance on identifying bottlenecks, optimizing code, conducting load tests, and improving Core Web Vitals across frontend, backend, and database layers.
nextjs-architecture
Safe 68Design 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 68Create 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-testing
Safe 67Write 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.
golang-performance
Safe 67Optimize 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-enterprise-patterns
Safe 68Apply Enterprise Go Architecture Patterns
by 89jobrien
Building scalable Go applications requires proven architectural patterns. This skill provides guidance on clean architecture, hexagonal architecture, and DDD principles for production-ready code.
git-workflow
Safe 70Create 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 75Manage 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 74Debug 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 69Remove 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 69Design 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 71Review code for quality and security
by 89jobrien
Code reviews catch bugs, security vulnerabilities, and maintainability issues before they reach production. This skill provides structured guidance for thorough code reviews with prioritized, actionable feedback.
code-context-finder
Safe 76Find 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 70Clean 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.
UUID - Universally Unique Identifiers
Safe 64Generate unique identifiers with UUID
by 7Spade
Applications need unique identifiers to track entities, sessions, and records. This skill provides ready-to-use prompts for generating RFC9562-compliant UUID v4 random identifiers and UUID v7 timestamp-based identifiers.