Published Skills 32
docs-retrieval
Retrieve Documentation from Local Knowledge Base
Finding the right documentation while coding wastes time and breaks focus. This skill enables Claude to efficiently retrieve context from local documentation using hierarchical navigation patterns optimized for token efficiency.
docs-navigation
Navigate Documentation Hierarchies Efficiently
Searching documentation wastes tokens and time loading irrelevant content. This skill teaches Claude to navigate hierarchical documentation indexes, loading only specific pages needed for your task while minimizing context window usage.
dependency-sync
Sync Dependencies Automatically
Manually tracking and updating package manifests wastes time and causes errors. This skill automatically detects new imports in your code and updates the correct manifest files with the right package names and version constraints.
codebase-analysis
Analyze unfamiliar codebases systematically
Understanding unfamiliar codebases wastes hours of developer time. This skill provides structured patterns to quickly identify entry points, trace dependencies, detect architectural patterns, and catalog technical debt.
chrome-devtools-debugging
Debug Web Apps with Chrome DevTools
Web application debugging requires inspecting console errors, network requests, and authenticated sessions. This skill provides structured access to Chrome DevTools MCP for automated debugging workflows, performance analysis, and JavaScript execution in browser context.
c4-modeling
Create C4 Architecture Diagrams with Mermaid
Software architecture diagrams are often inconsistent and hard to maintain across teams. This skill provides structured guidance for creating clear, hierarchical architecture diagrams using the C4 model methodology with Mermaid syntax.
browser-discovery
Detect browser tools for documentation discovery
Static tools like curl fail on JavaScript-rendered sites. This skill provides a decision tree for detecting when browser automation is needed and selects the best available browser tool for documentation discovery.
baml-integration
Integrate type-safe LLM prompting with BAML
Working with LLM outputs often leads to parsing errors and type mismatches. This skill provides universal BAML patterns for type-safe LLM prompting with automatic code generation for Python and TypeScript.