Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
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
-
pytest-mock-guide
Guide for using pytest-mock plugin to write tests with mocking. Use when writing pytest tests that need mocking, patching, spying, or stubbing. Covers mocker fixture usage, patch methods, spy/stub patterns, and assertion helpers.
aiskillstore/marketplace 232
-
dependency-audit-assistant
Reviews package dependencies for security vulnerabilities, outdated versions, and license compliance. Use when user asks about dependencies, security audits, or before releases.
aiskillstore/marketplace 232
-
configuration-validator
Validates environment variables, config files, and ensures all required settings are documented. Use when working with .env files, configs, or deployment settings.
aiskillstore/marketplace 232
-
internationalization-helper
Extracts hardcoded strings for i18n, manages translation files, and ensures locale coverage. Use when working with multi-language apps, translations, or user mentions i18n, localization, or languages.
aiskillstore/marketplace 232
-
docker-optimizer
Reviews Dockerfiles for best practices, security issues, and image size optimizations including multi-stage builds and layer caching. Use when working with Docker, containers, or deployment.
aiskillstore/marketplace 232