Skills
Browse curated AI skills for development, design, testing, and more.
Browse curated AI skills for development, design, testing, and more.
Showing 1-24 of 56

@sickn33
Expert on Odoo's external JSON-RPC and XML-RPC APIs. Covers authentication, model calls, record CRUD, and real-world integration examples in Python, JavaScript, and curl.

@sickn33
Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.

@sickn33
Master Odoo ORM patterns: search, browse, create, write, domain filters, computed fields, and performance-safe query techniques.

@sickn33
Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK.

@sickn33
Run Hugging Face models in JavaScript or TypeScript with Transformers.js in Node.js or the browser.

@sickn33
Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.

@sickn33
Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings.

@sickn33
Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API.

@Jeffallan
Reverse-engineering specialist that extracts specifications from existing codebases. Use when working with legacy or undocumented systems, inherited projects, or old codebases with no documentation. Invoke to map code dependencies, generate API documentation from source, identify undocumented busine

@0xDarkMatter
Master Python async/await patterns for concurrent programming, task groups, and high-performance I/O operations.

@sickn33
Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures.

@sickn33
Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation.

@sickn33
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.

@clicraft
Build professional CLI applications with Click/Typer, rich output, progress bars, and interactive prompts.

@sickn33
Django performance code review. Use when asked to

@Jeffallan
Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull reques

@sickn33
Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization.

@0xDarkMatter
Build production REST APIs with FastAPI using dependency injection, middleware, background tasks, and OpenAPI documentation.

@0xDarkMatter
Add observability to Python apps with structured logging, distributed tracing, metrics collection, and alerting.

@Jeffallan
Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke to create REST endpoints, define Pydantic models, implement authentication flows, set up async SQLAlchemy database operations, add JWT authentication, build WebSocket endpoints, or generate OpenAPI documentatio

@Jeffallan
Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, as

@Jeffallan
Use when building Django web applications or REST APIs with Django REST Framework. Invoke when working with settings.py, models.py, manage.py, or any Django project file. Creates Django models with proper indexes, optimizes ORM queries using select_related/prefetch_related, builds DRF serializers an

@0xDarkMatter
Apply Python type hints effectively with TypeVar, Generic, Protocol, TypedDict, and runtime validation using Pydantic.

@envmaster
Manage Python environments with venv, conda, poetry, and uv for reproducible development setups.