Scaffolds a complete graphlens language adapter package from scratch. Use when asked to create an adapter, add language support, scaffold an adapter, or implement a new language adapter for graphlens. Produces all 5 source modules, pyproject.toml, and test stubs.
Generates comprehensive Python test suites for FastAPI/SQLAlchemy projects using pytest, testcontainers, polyfactory, and pytest-asyncio. Use when asked to write tests, create test fixtures, scaffold test architecture, generate integration or unit tests for Python backend services, or set up test infrastructure with Docker containers.