Python AI Agent Tools for Developer Workflows | AI Agent Skills
Installable AI agent skills for python developer workflows in Claude Code, Cursor, and Windsurf.
This collection reframes Python as a workflow-first AI engineering stack: tools for writing and refactoring code, automating scripts, validating outputs, and connecting data pipelines across real projects. It prioritizes practical developer skills such as test automation, CI-friendly checks, and integration-ready utilities, with MCP compatibility treated as a secondary runtime capability when relevant. If your team ships production code with Python, this page helps you choose tools that improve delivery speed, reliability, and day-to-day engineering focus.
backend-code-review
[ Featured ]
langgenius
Review backend code for quality, security, maintainability, and best practices based on established checklist rules. Use when the user requests a review, analysis, or improvement of backend files (e.g., `.py`) under the `api/` directory. Do NOT use for frontend files (e.g., `.tsx`, `.ts`, `.js`). Supports pending-change review, code snippets review, and file-focused review.
Guide for implementing oRPC contract-first API patterns in Dify frontend. Trigger when creating or updating contracts in web/contract, wiring router composition, integrating TanStack Query with typed contracts, migrating legacy service calls to oRPC, or deciding whether to call queryOptions directly vs extracting a helper or use-* hook in web/service.
Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.
Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, o
Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.
upgrade-stripe is a skill that assists developers in upgrading Stripe API versions and SDKs, providing a smooth transition and minimizing potential disruptions.
stripe-best-practices is a skill that provides optimized payment workflows using Stripe's latest API, helping developers integrate payments efficiently.
Fully local Telegram watcher powered by Telethon — monitor specific users in a target group/channel, capture messages/media into SQLite, and push periodic HTML reports back to a control chat.
roadmap-updater is a skill that automates the process of updating roadmaps by triggering updates, completing milestones, and integrating with git-precommit.