AgentSkillsCN

frameworks

本代码库已获官方批准的框架与常用库清单。在选用第三方库、确认框架是否合规,或查阅已获认可工具的官方文档时,应优先参考此清单。

SKILL.md
--- frontmatter
name: frameworks
version: 1.0.0
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 with Context7 IDs for documentation lookup.

Critical Rules

  1. Use ONLY approved frameworks - NEVER introduce alternatives or substitutes
  2. Fetch docs when uncertain - Use Context7 MCP with the library ID directly
  3. Use modern patterns - Avoid deprecated methods; check latest docs if uncertain

Quick Reference

FrameworkPurposeContext7 IDDocs
pytestTesting/pytest-dev/pytestdocs
pytest-checkMultiple failures per test/okken/pytest-checkdocs
ruffLinter and formatter/astral-sh/ruffdocs
tyType checker/astral-sh/tydocs
uvPackage manager/astral-sh/uvdocs

Fetching Documentation

When uncertain about API details, use Context7 MCP directly with the library ID:

code
mcp__context7__query-docs(libraryId="/pydantic/pydantic", query="field validators")