How to Build a Tool: *Technical guide based on successful tool development patterns*
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listMore by taylorsatula
View allConduct thorough dependency audits to identify redundant code, unused features, and improper usage patterns. Examines each import to ensure we're leveraging existing capabilities rather than reinventing functionality.
Detect explicit user_id parameters in functions to identify potential opportunities for using ambient context. This is an investigation tool that flags instances for human review, not a prescriptive analyzer.
Code Consistency - Logging & Standards: Check Python logging levels and patterns for correctness. Focus on identifying wrong severity levels and missing exception handling. Use when reviewing code quality.
Contextvar Remediation Skill: **Use this skill when**: Converting explicit user_id parameters to ambient context using Python's contextvars.
