| name | frameworks |
| description | Approved frameworks and libraries for this codebase. Apply when selecting libraries, checking if a framework is approved, or fetching documentation for approved tools. |
| user-invocable | false |
Frameworks
Approved frameworks and libraries for this codebase.
Critical Rules
- Use ONLY approved frameworks - NEVER introduce alternatives or substitutes
- Fetch docs when uncertain - Use the
fetch-docs skill with the doc ID from the table below
- Use modern patterns - Avoid deprecated methods; check latest docs if uncertain
Quick Reference
| Framework | Purpose | Doc ID | Docs |
|---|
| pytest | Testing | /pytest-dev/pytest | docs |
| pytest-check | Multiple failures per test | /okken/pytest-check | docs |
| ruff | Linter and formatter | /astral-sh/ruff | docs |
| ty | Type checker | /astral-sh/ty | docs |
| uv | Package manager | /astral-sh/uv | docs |
Fetching Documentation
When uncertain about API details, use the fetch-docs skill with the doc ID from the Quick Reference table above.