Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
sql-patterns
Quick reference for common SQL patterns, CTEs, window functions, and indexing strategies. Triggers on: sql patterns, cte example, window functions, sql join, index strategy, pagination sql.
aiskillstore/marketplace 232
-
python-observability-patterns
Observability patterns for Python applications. Triggers on: logging, metrics, tracing, opentelemetry, prometheus, observability, monitoring, structlog, correlation id.
aiskillstore/marketplace 232
-
python-fastapi-patterns
FastAPI web framework patterns. Triggers on: fastapi, api endpoint, dependency injection, pydantic model, openapi, swagger, starlette, async api, rest api, uvicorn.
aiskillstore/marketplace 232
-
python-async-patterns
Python asyncio patterns for concurrent programming. Triggers on: asyncio, async, await, coroutine, gather, semaphore, TaskGroup, event loop, aiohttp, concurrent.
aiskillstore/marketplace 232
-
python-pytest-patterns
pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises.
aiskillstore/marketplace 232
-
find-replace
Modern find-and-replace using sd (simpler than sed) and batch replacement patterns. Triggers on: sd, find replace, batch replace, sed replacement, string replacement, rename.
aiskillstore/marketplace 232
-
project-planner
Detects stale project plans and suggests session commands. Triggers on: sync plan, update plan, check status, plan is stale, track progress, project planning.
aiskillstore/marketplace 232
-
claude-code-headless
Run Claude Code programmatically without interactive UI. Triggers on: headless, CLI automation, --print, output-format, stream-json, CI/CD, scripting.
aiskillstore/marketplace 232
-
mcp-patterns
Model Context Protocol (MCP) server patterns for building integrations with Claude Code. Triggers on: mcp server, model context protocol, tool handler, mcp resource, mcp tool.
aiskillstore/marketplace 232
-
git-workflow
Enhanced git operations using lazygit, gh (GitHub CLI), and delta. Triggers on: stage changes, create PR, review PR, check issues, git diff, commit interactively, GitHub operations, rebase, stash, bisect.
aiskillstore/marketplace 232
-
security-patterns
Security patterns and OWASP guidelines. Triggers on: security review, OWASP, XSS, SQL injection, CSRF, authentication, authorization, secrets management, input validation, secure coding.
aiskillstore/marketplace 232
-
nix-patterns
NixOS module patterns. Use when creating or editing NixOS/home-manager modules, adding packages, or configuring programs.
aiskillstore/marketplace 232
-
pytest-recording
Work with pytest-recording (VCR.py) for recording and replaying HTTP interactions in tests. Use when writing VCR tests, managing cassettes, configuring VCR options, filtering sensitive data, or debugging recorded HTTP responses.
aiskillstore/marketplace 232
-
uvicorn
ASGI server for Python web applications - Fast, production-ready server for async frameworks
aiskillstore/marketplace 232
-
sqlalchemy-2-0
Modern async ORM with type-safe models and efficient queries
aiskillstore/marketplace 232
-
structlog
Structured logging for Python applications with context support and powerful processors
aiskillstore/marketplace 232
-
alembic
Database migration management for SQLAlchemy projects using Alembic
aiskillstore/marketplace 232
-
httpx
A next-generation HTTP client for Python with both sync and async support, perfect for modern Python applications
aiskillstore/marketplace 232
-
pytest
Python testing framework for writing simple, scalable, and powerful tests
aiskillstore/marketplace 232
-
apscheduler
Advanced Python Scheduler - Task scheduling and job queue system
aiskillstore/marketplace 232
-
doc-generator
Generate markdown documentation from Python codebases by analyzing source files, extracting docstrings, type hints, and code structure. Use when the user asks to document Python code, create API docs, or generate README files from source code.
aiskillstore/marketplace 232
-
docker-workflow
Comprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, image optimization, debugging, and production best practices. Use when containerizing applications, setting up development environments, or deploying with Docker.
aiskillstore/marketplace 232
-
pydantic
Data validation and settings management using Python type annotations with Pydantic v2
aiskillstore/marketplace 232
-
fastapi-development
Build async APIs with FastAPI, including endpoints, dependency injection, validation, and testing. Use when creating REST APIs, web backends, or microservices.
aiskillstore/marketplace 232