Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging
Create and use Claude Code slash commands - quick prompts, bash execution, file references
Analyze Claude Code sessions via Braintrust
Code refactoring patterns and techniques for improving code quality without changing behavior. Use for cleaning up legacy code, reducing complexity, or improving maintainability.
Search library documentation and code examples via Nia
Meta-skill for creating and managing Claude Code skills
Full 5-layer analysis of a specific function. Use when debugging or deeply understanding code.
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
Prevent semantic code duplication with capability index and check-before-write
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Documentation-first development methodology. The goal is AI-ready documentation - when docs are clear enough, code generation becomes automatic. Triggers on "Build", "Create", "Implement",...
Apply rigorous coding standards. Use when writing, implementing, or reviewing code.
Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project overview without manual counting. Triggers on: how big is codebase, count lines...
Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIsβto find the right method, check...
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability
Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability
Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.