Files
main_backend/.agents/skills/python-practices/agents/openai.yaml
T
Daniil cca1668fee
dev / deploy (push) Failing after 2m50s
compute / deploy (push) Has been cancelled
chore: agentic upgrade
2026-05-17 02:11:48 +03:00

19 lines
707 B
YAML

interface:
display_name: "Python Practices"
short_description: "Python quality practices for this repo"
default_prompt: "Use $python-practices to guide Python changes in this repository."
dependencies:
tools:
- type: "mcp"
value: "context7"
description: "Fetch current documentation for library, framework, SDK, API, CLI, and cloud-service details."
transport: "streamable_http"
url: "https://mcp.context7.com/mcp"
- type: "mcp"
value: "tavily_search"
description: "Search the web for current Python ecosystem practices and trade-offs."
transport: "streamable_http"
url: "https://mcp.tavily.com/mcp/"
policy:
allow_implicit_invocation: true