commit
Medium Risk 55Commit
by 0xmsc
An AI skill for Claude, Codex, and Claude Code
python-fastapi
Low Risk 60Build Python APIs with FastAPI
by 0xkynz
Building Python APIs requires modern patterns for async handling, database integration, and project organization. This skill provides production-ready FastAPI templates using uv package manager, SQLAlchemy ORM, and feature-based architecture for scalable API development.
pdf-processing
Safe 71Extract and process PDF documents
by 0xkynz
PDF documents contain valuable data that is difficult to access programmatically. This skill provides AI agents with the capabilities to extract text, tables, and form data from PDFs, and to manipulate documents through merging, splitting, and formatting operations.
memory-bank
Safe 69Maintain project context across sessions
by 0xkynz
Claude loses context between sessions. Memory Bank creates structured documentation that preserves project knowledge, decisions, and progress so you never lose your place.
data-visualization
Safe 71Create charts and data visualizations with Python
by 0xkynz
Communicating data insights visually requires choosing the right chart type and mastering multiple libraries. This skill guides you through creating professional visualizations using matplotlib, seaborn, plotly, and altair.
doc-writer
Safe 68Generate task documentation from templates
by 0xhiroki
Manual documentation takes time and often becomes outdated. This skill automates creation of numbered task docs using templates and repository context, ensuring consistent structure and accurate references.
tool-discovery
Medium Risk 55Tool Discovery
by 0xDarkMatter
An AI skill for Claude, Codex, and Claude Code
testing-patterns
Low Risk 74Apply Testing Patterns
by 0xDarkMatter
Writing effective tests requires understanding the right patterns for each scenario. This skill provides universal testing strategies, from the test pyramid to TDD workflows, so you can build reliable test suites.
task-runner
Safe 68Run project commands with just
by 0xDarkMatter
Developers waste time searching for build instructions and memorizing project-specific commands. This skill provides a standardized way to discover and run any task defined in a project justfile, from testing to deployment.
tailwind-patterns
Safe 70Apply Tailwind CSS patterns instantly
by 0xDarkMatter
Developers waste time searching Tailwind utility class documentation. This skill provides instant access to responsive breakpoints, component patterns, and configuration examples directly in your workflow.
structural-search
Safe 75Search code by AST structure
by 0xDarkMatter
Finding code patterns with regex leads to false positives and missed matches. This skill provides AST-based search patterns that understand code structure, enabling precise code search and refactoring across JavaScript, TypeScript, Python, Go, and Rust.
sql-patterns
Safe 69Get SQL patterns reference
by 0xDarkMatter
Writing efficient SQL queries requires knowing common patterns and anti-patterns. This skill provides ready-to-use examples for CTEs, window functions, joins, and indexing strategies.
sqlite-ops
Safe 70Use SQLite databases in Python
by 0xDarkMatter
Learn patterns for SQLite databases in Python projects. Includes connection management, async operations, migrations, and common schema designs for state, cache, and event logging.
security-patterns
Safe 76Apply OWASP security patterns
by 0xDarkMatter
Write secure code by applying proven security patterns. This skill provides OWASP Top 10 guidelines, authentication patterns, input validation, and security headers implementation.
rest-patterns
Safe 71Apply REST API Design Patterns
by 0xDarkMatter
Designing RESTful APIs correctly requires understanding HTTP methods, status codes, caching strategies, and rate limiting. This skill provides quick reference patterns so you can build standards-compliant APIs from the start.
python-typing-patterns
Safe 80Apply Python Type Hints Effectively
by 0xDarkMatter
Python type hints improve code quality and catch bugs early. This skill provides patterns for TypeVar, Generic, Protocol, TypedDict, and runtime validation with Pydantic and typeguard.
python-pytest-patterns
Safe 80Write pytest tests with patterns and fixtures
by 0xDarkMatter
Writing maintainable tests is challenging without guidance. This skill provides proven pytest patterns for fixtures, parametrization, mocking, async testing, and coverage to help you build reliable test suites.
python-observability-patterns
Safe 74Add Observability to Python Apps
by 0xDarkMatter
Python applications often lack clear logging, metrics, and tracing, making debugging difficult in production. This skill provides ready-to-use patterns for structlog, Prometheus metrics, and OpenTelemetry distributed tracing.
python-fastapi-patterns
Low Risk 78Build REST APIs with FastAPI patterns
by 0xDarkMatter
FastAPI is a modern Python web framework for building APIs. This skill provides ready-to-use patterns for dependency injection, validation, middleware, and background tasks. Developers can quickly implement production-ready APIs without searching through documentation.
python-env
Safe 70Manage Python environments with uv
by 0xDarkMatter
Creating and managing Python virtual environments requires learning multiple tools and flags. This skill provides instant access to uv patterns for fast environment setup, package installation, and dependency management.