Agent skill
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 this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/frameworks
SKILL.md
Frameworks
Approved frameworks and libraries for this codebase with Context7 IDs for documentation lookup.
Critical Rules
- Use ONLY approved frameworks - NEVER introduce alternatives or substitutes
- Fetch docs when uncertain - Use Context7 MCP with the library ID directly
- Use modern patterns - Avoid deprecated methods; check latest docs if uncertain
Quick Reference
| Framework | Purpose | Context7 ID | Docs |
|---|---|---|---|
| LangChain | Agent architecture, LLM integrations | /websites/langchain |
docs |
| LangGraph | Stateful agent orchestration | /websites/langgraph |
docs |
| FastMCP | MCP server implementations | /jlowin/fastmcp |
docs |
| Polars | DataFrame operations | /pola-rs/polars |
docs |
| Pydantic | Data validation, settings | /pydantic/pydantic |
docs |
| diskcache | Disk-based caching | /grantjenks/python-diskcache |
docs |
| loguru | Logging | /delgan/loguru |
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 |
| sqlglot | SQL parsing, transpiling, optimization | /tobymao/sqlglot |
docs |
| ty | Type checker | /astral-sh/ty |
docs |
| uv | Package 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")
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?