Claude-skill-registry frameworks

Approved frameworks and libraries for this codebase. Apply when selecting libraries, checking if a framework is approved, or fetching documentation for approved tools.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/frameworks" ~/.claude/skills/majiayu000-claude-skill-registry-frameworks && rm -rf "$T"
manifest: skills/data/frameworks/SKILL.md
source content

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/langchain
docs
LangGraphStateful agent orchestration
/websites/langgraph
docs
FastMCPMCP server implementations
/jlowin/fastmcp
docs
PolarsDataFrame operations
/pola-rs/polars
docs
PydanticData validation, settings
/pydantic/pydantic
docs
diskcacheDisk-based caching
/grantjenks/python-diskcache
docs
loguruLogging
/delgan/loguru
docs
pytestTesting
/pytest-dev/pytest
docs
pytest-checkMultiple failures per test
/okken/pytest-check
docs
ruffLinter and formatter
/astral-sh/ruff
docs
sqlglotSQL parsing, transpiling, optimization
/tobymao/sqlglot
docs
tyType checker
/astral-sh/ty
docs
uvPackage manager
/astral-sh/uv
docs

Fetching Documentation

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

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