AgentSkillsCN

frameworks

为该代码库批准适用的框架与库。适用于选择库、检查框架是否获批,或获取已批准工具的文档时使用。

SKILL.md
--- frontmatter
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 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
LangChainAgent architecture, LLM integrations/websites/langchaindocs
LangGraphStateful agent orchestration/websites/langgraphdocs
FastMCPMCP server implementations/jlowin/fastmcpdocs
PolarsDataFrame operations/pola-rs/polarsdocs
PydanticData validation, settings/pydantic/pydanticdocs
diskcacheDisk-based caching/grantjenks/python-diskcachedocs
loguruLogging/delgan/logurudocs
pytestTesting/pytest-dev/pytestdocs
pytest-checkMultiple failures per test/okken/pytest-checkdocs
ruffLinter and formatter/astral-sh/ruffdocs
sqlglotSQL parsing, transpiling, optimization/tobymao/sqlglotdocs
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")