codeatcode/oss-ai-skills

52 agent markdown files indexed from codeatcode/oss-ai-skills. Install any of them pinned to an exact hash with mdr add codeatcode/oss-ai-skills/<name>.

AGENTS.md agents
codeatcode/oss-ai-skills · AGENTS.md
git:20260923.f8bf298 · audit A · 17 stars
firefox-extension skill
codeatcode/oss-ai-skills · extend/firefox-extension/SKILL.md · Use when developing Firefox WebExtensions - Manifest V2/V3 configuration, WebExtension APIs, content security policy…
v2.0.0 · audit A · 17 stars
gimp-plugin skill
codeatcode/oss-ai-skills · extend/gimp-plugin/SKILL.md · Use when developing GIMP 3.0+ plugins in Python 3 - procedure registration, image and layer operations, GEGL…
v2.0.0 · audit A · 17 stars
kate-plugin skill
codeatcode/oss-ai-skills · extend/kate-plugin/SKILL.md · Use when developing C++ plugins for Kate - KTextEditor Framework, CMake/ECM, Qt threading, KDE plugin architecture
v2.0.1 · audit A · 17 stars
kde-plasmoid skill
codeatcode/oss-ai-skills · extend/kde-plasmoid/SKILL.md · Use when building KDE Plasma 6 widgets with a Python backend - plasmoid structure, metadata.json, QML UI, configuration…
v2.0.0 · audit A · 17 stars
mgba skill
codeatcode/oss-ai-skills · extend/mgba/SKILL.md · Use when scripting mGBA emulator automation in Lua - console API, ROM and save state operations, frame callbacks, input…
v2.0.0 · audit A · 17 stars
opencode skill
codeatcode/oss-ai-skills · extend/opencode/SKILL.md · Use when developing plugins, tools, and extensions for the OpenCode agent - plugin contract and crash-prevention rules…
v3.0.0 · audit A · 17 stars
openrct2 skill
codeatcode/oss-ai-skills · extend/openrct2/SKILL.md · Use when developing OpenRCT2 plugins in TypeScript - plugin registration and game actions, window and widget UI, event…
v2.0.0 · audit A · 17 stars
thunderbird-extension skill
codeatcode/oss-ai-skills · extend/thunderbird-extension/SKILL.md · Use when developing Thunderbird MailExtensions - Manifest V2/V3 configuration, messenger.* APIs for accounts, messages…
v2.0.0 · audit A · 17 stars
vagrant skill
codeatcode/oss-ai-skills · extend/vagrant/SKILL.md · Use when managing Vagrant VM environments - Vagrantfile configuration, providers like VirtualBox and libvirt…
v2.0.0 · audit A · 17 stars
zed-editor skill
codeatcode/oss-ai-skills · extend/zed-editor/SKILL.md · Use when developing Zed editor extensions in Rust - extension.toml manifest, LSP server integration, tree-sitter…
v2.0.0 · audit B · 17 stars
aiohttp skill
codeatcode/oss-ai-skills · frameworks/aiohttp/SKILL.md · Use when building Python async HTTP services or clients with aiohttp - web server routing, middleware, WebSocket, SSE…
v2.0.0 · audit A · 17 stars
android-apk-patch skill
codeatcode/oss-ai-skills · frameworks/android-apk-patch/SKILL.md · Use when modifying Android APKs - decompiling and recompiling with apktool, editing smali or resources, handling split…
v2.0.0 · audit A · 17 stars
bpcore-engine skill
codeatcode/oss-ai-skills · frameworks/bpcore-engine/SKILL.md · Use when building GBA games with the BPCore Lua engine - entity, sprite and tilemap functions, SRAM save and load, link…
v2.0.0 · audit A · 17 stars
celery skill
codeatcode/oss-ai-skills · frameworks/celery/SKILL.md · Use when running background tasks with Celery - worker and broker configuration (Redis, RabbitMQ, SQS), task…
v2.0.0 · audit A · 17 stars
django-admin skill
codeatcode/oss-ai-skills · frameworks/django-admin/SKILL.md · Django Admin pitfalls - save_formset, get_search_results, get_formset, admin queryset optimization, db_index
v1.1.0 · audit A · 17 stars
django-allauth skill
codeatcode/oss-ai-skills · frameworks/django-allauth/SKILL.md · Use when implementing Django authentication - local accounts, OAuth, email verification, MFA, OIDC, django-organizations
v2.0.0 · audit A · 17 stars
django-bolt skill
codeatcode/oss-ai-skills · frameworks/django-bolt/SKILL.md · Use when building high-performance APIs with django-bolt - routing, JWT auth, msgspec serializers, WebSockets, SSE…
v3.0.0 · audit A · 17 stars
django-celery skill
codeatcode/oss-ai-skills · frameworks/django-celery/SKILL.md · Django Celery integration - distributed tasks, periodic scheduling with django-celery-beat, monitoring, best practices
v1.1.0 · audit A · 17 stars
django-filter skill
codeatcode/oss-ai-skills · frameworks/django-filter/SKILL.md · Use when filtering Django querysets - FilterSet, custom filters, Django REST Framework integration, explicit fields
v1.0.1 · audit A · 17 stars
django-htmx skill
codeatcode/oss-ai-skills · frameworks/django-htmx/SKILL.md · Use when building dynamic Django web apps with htmx - partial rendering, HTMX responses, querystring tag, CSP
v1.0.1 · audit B · 17 stars
django-ninja skill
codeatcode/oss-ai-skills · frameworks/django-ninja/SKILL.md · Use when building Django REST APIs with django-ninja - Pydantic schemas, routers, CRUD endpoints, authentication…
v2.0.0 · audit A · 17 stars
django-storages skill
codeatcode/oss-ai-skills · frameworks/django-storages/SKILL.md · Use when configuring django-storages for cloud file storage - STORAGES setting, Amazon S3, Google Cloud Storage and…
v2.0.0 · audit A · 17 stars
django-tdd skill
codeatcode/oss-ai-skills · frameworks/django-tdd/SKILL.md · Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST…
v1.0.0 · audit A · 17 stars
django-transaction skill
codeatcode/oss-ai-skills · frameworks/django-transaction/SKILL.md · Use when handling Django transactions and concurrency - atomic, select_for_update, on_commit, upserts, M2M ordering
v1.0.1 · audit A · 17 stars
django-unfold skill
codeatcode/oss-ai-skills · frameworks/django-unfold/SKILL.md · Modern Django admin theme - Unfold - customization, settings, components, actions, filters, integrations
v1.1.0 · audit A · 17 stars
django skill
codeatcode/oss-ai-skills · frameworks/django/SKILL.md · Comprehensive Django guide - security, ORM, PostgreSQL, GeoDjango, Django 6.0 features, admin extensions, middleware…
v2.4.0 · audit B · 17 stars
httpx skill
codeatcode/oss-ai-skills · frameworks/httpx/SKILL.md · Use when making HTTP requests in Python with httpx - sync and async clients, streaming, HTTP/2, connection pooling…
v2.0.0 · audit A · 17 stars
llama-index skill
codeatcode/oss-ai-skills · frameworks/llama-index/SKILL.md · Use when building RAG or LLM applications with LlamaIndex - data loaders, node parsing, vector stores, retrievers and…
v2.0.0 · audit A · 17 stars
playwright-visual-regression skill
codeatcode/oss-ai-skills · frameworks/playwright-visual-regression/SKILL.md · Visual regression testing using Playwright with toHaveScreenshot(), masking, thresholds, cross-browser testing, and…
v1.0.0 · audit A · 17 stars
pydantic skill
codeatcode/oss-ai-skills · frameworks/pydantic/SKILL.md · Use when validating and serializing Python data with Pydantic v2 - models, field and model validators, constrained and…
v2.0.0 · audit A · 17 stars
pygame skill
codeatcode/oss-ai-skills · frameworks/pygame/SKILL.md · Python 2D game development - sprites, surfaces, events, sound, fonts, game loops, collision detection, and input…
v1.0.0 · audit A · 17 stars
pyqt skill
codeatcode/oss-ai-skills · frameworks/pyqt/SKILL.md · PyQt/PySide6 overview hub - installation, comparison, project structure. See sub-skills for detailed topics.
v2.0.0 · audit A · 17 stars
pyqt-core skill
codeatcode/oss-ai-skills · frameworks/pyqt/core/SKILL.md · PyQt/PySide6 QtCore fundamentals - signals, slots, properties, timers, settings, file I/O
v1.0.0 · audit A · 17 stars
pyqt-dialogs skill
codeatcode/oss-ai-skills · frameworks/pyqt/dialogs/SKILL.md · PyQt/PySide6 dialogs - QFileDialog, QMessageBox, QInputDialog, QColorDialog, custom QDialog patterns
v1.0.0 · audit A · 17 stars
pyqt-multimedia skill
codeatcode/oss-ai-skills · frameworks/pyqt/multimedia/SKILL.md · PyQt/PySide multimedia - audio playback, video playback, camera, audio recording, media player
v1.0.0 · audit A · 17 stars
pyqt-styling skill
codeatcode/oss-ai-skills · frameworks/pyqt/styling/SKILL.md · PyQt/PySide6 QSS styling - selectors, properties, pseudo-states, dark theme, widget-specific styles
v1.0.0 · audit A · 17 stars
pyqt-testing skill
codeatcode/oss-ai-skills · frameworks/pyqt/testing/SKILL.md · PyQt/PySide6 testing with pytest-qt - qtbot fixture, waitSignal, mouse/keyboard simulation, dialog testing
v1.0.0 · audit A · 17 stars
pyqt-threading skill
codeatcode/oss-ai-skills · frameworks/pyqt/threading/SKILL.md · PyQt/PySide6 threading and concurrency - QThread, QThreadPool, QTimer, thread safety, concurrent patterns
v1.0.0 · audit A · 17 stars
pyqt-widgets skill
codeatcode/oss-ai-skills · frameworks/pyqt/widgets/SKILL.md · PyQt/PySide6 widgets and layouts - buttons, inputs, containers, item views, layout management
v1.0.0 · audit A · 17 stars
pytest skill
codeatcode/oss-ai-skills · frameworks/pytest/SKILL.md · Python testing framework with powerful fixtures, parametrization, extensive plugin ecosystem, and support for async…
v2.0.0 · audit A · 17 stars
qt-cpp skill
codeatcode/oss-ai-skills · frameworks/qt-cpp/SKILL.md · Comprehensive guide for developing cross-platform desktop applications with Qt in C++, including Qt5/Qt6, CMake…
v1.0.0 · audit A · 17 stars
ratatui skill
codeatcode/oss-ai-skills · frameworks/ratatui/SKILL.md · Rust terminal UI framework - widgets, components, layouts, events, input handling, and state management for TUI apps
v1.1.0 · audit A · 17 stars
sqlalchemy skill
codeatcode/oss-ai-skills · frameworks/sqlalchemy/SKILL.md · Python SQL toolkit and ORM with expressive query API, relationship mapping, async support, and Alembic migrations
v1.0.0 · audit A · 17 stars
tailwind skill
codeatcode/oss-ai-skills · frameworks/tailwind/SKILL.md · Utility-first CSS framework v4 with CSS-first configuration, @theme directive, and the new Oxide engine.
v2.2.0 · audit A · 17 stars
turbodrf skill
codeatcode/oss-ai-skills · frameworks/turbodrf/SKILL.md · TurboDRF - fast Django REST framework with automatic OpenAPI, serializers, views, routers, and caching
v1.1.0 · audit A · 17 stars
rust-common-pitfalls skill
codeatcode/oss-ai-skills · languages/rust-common-pitfalls/SKILL.md · Common Rust development pitfalls: frequent compiler errors, struct constructor patterns, test organization, and…
v1.1.0 · audit A · 17 stars
ast-grep skill
codeatcode/oss-ai-skills · tool/ast-grep/SKILL.md · ast-grep - Fast structural code search, linting, and rewriting CLI tool
v1.0.0 · audit A · 17 stars
docker skill
codeatcode/oss-ai-skills · tool/docker/SKILL.md · Docker - containers, Dockerfile, docker-compose, multi-stage builds, production, CI/CD
v1.0.0 · audit A · 17 stars
redis skill
codeatcode/oss-ai-skills · tool/redis/SKILL.md · Redis v8.0 - in-memory database, caching, pub/sub, sessions, rate limiting, data structures with RESP3 default and…
v2.0.0 · audit A · 17 stars
sqlite skill
codeatcode/oss-ai-skills · tool/sqlite/SKILL.md · SQLite - embedded database, SQL queries, schema design, Python integration, optimization
v1.0.0 · audit A · 17 stars
waydroid skill
codeatcode/oss-ai-skills · tool/waydroid/SKILL.md · Waydroid - Container-based Android on Linux with Wayland support, GPU acceleration, and native app integration
v1.0.0 · audit B · 17 stars

Source

github.com/codeatcode/oss-ai-skills · 17 stars · license GPL-3.0 · pushed 2026-09-23