Agentient Python Core
Agentient Python Core from Agentient/vibekit.
Skills in this plugin
3- ▌ Async Patterns · agentientAsync/await patterns with comprehensive error handling and resource cleanup for Python 3.13. Use this skill when implementing asynchronous code, concurrent operations, or working with async libraries. PROACTIVELY use for: async functions, asyncio tasks, aiohttp requests, async context managers, concurrent API calls, background tasks. Keywords: async, await, asyncio, concurrent, aiohttp, gather, create_task, timeout.
- ▌ Python 3 13 Patterns · agentientModern Python 3.13 development patterns and syntax. Use this skill when working with Python 3.13 code, async/await patterns, modern type annotations, structural pattern matching, or when implementing concurrent operations. PROACTIVELY use for: async functions, match/case statements, context managers, decorators, generators, and Python 3.13-specific features.
- ▌ Type Hints Best Practices · agentientType hints best practices with mypy strict mode for Python 3.13. Use this skill when writing type annotations, configuring mypy, or ensuring static type safety. PROACTIVELY use for: type annotations, mypy configuration, Generic types, Protocol definitions, TypeAlias, strict type checking. Keywords: type hints, mypy, typing, Generic, Protocol, TypeAlias, strict mode, type checking.