home / skills / 0xdarkmatter / claude-mods

0xdarkmatter/claude-mods

Custom commands, skills, and agents for Claude Code

43 skills
GitHub

Sponsored

mcp-patterns

0xdarkmatter/claude-mods

7
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.
sqlite-ops

0xdarkmatter/claude-mods

7
Patterns for SQLite databases in Python projects - state management, caching, and async operations. Triggers on: sqlite, sqlite3, aiosqlite, local database, database schema, migration, wal mode.
python-typing-patterns

0xdarkmatter/claude-mods

7
Python type hints and type safety patterns. Triggers on: type hints, typing, TypeVar, Generic, Protocol, mypy, pyright, type annotation, overload, TypedDict.
project-planner

0xdarkmatter/claude-mods

7
This skill detects stale project plans in docs/PLAN.md and suggests session commands to keep planning on track without modifying any files.
testgen

0xdarkmatter/claude-mods

7
This skill generates comprehensive tests by automatically detecting frameworks and project standards, routing to expert agents, and creating well-structured
doc-scanner

0xdarkmatter/claude-mods

7
Scans for project documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, COPILOT.md, CURSOR.md, WARP.md, and 15+ other formats) and synthesizes guidance. Auto-activates when user asks to review, understand, or explore a codebase, when starting work in a new project, when asking about conventions or agents, or when documentation context would help. Can consolidate multiple platform docs into unified AGENTS.md.
python-fastapi-patterns

0xdarkmatter/claude-mods

7
FastAPI web framework patterns. Triggers on: fastapi, api endpoint, dependency injection, pydantic model, openapi, swagger, starlette, async api, rest api, uvicorn.
explain

0xdarkmatter/claude-mods

7
Deep explanation of complex code, files, or concepts. Routes to expert agents, uses structural search, generates mermaid diagrams. Triggers on: explain, deep dive, how does X work, architecture, data flow.
setperms

0xdarkmatter/claude-mods

7
Set tool permissions for Claude Code. Configures allowed commands, rules, and preferences in .claude/ directory. Triggers on: setperms, init tools, configure permissions, setup project, set permissions, init claude.
code-stats

0xdarkmatter/claude-mods

7
Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project overview without manual counting. Triggers on: how big is codebase, count lines of code, what languages, show semantic diff, compare files, code statistics.
structural-search

0xdarkmatter/claude-mods

7
Search code by AST structure using ast-grep. Find semantic patterns like function calls, imports, class definitions instead of text patterns. Triggers on: find all calls to X, search for pattern, refactor usages, find where function is used, structural search, ast-grep, sg.
skill-creator

0xdarkmatter/claude-mods

7
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
python-cli-patterns

0xdarkmatter/claude-mods

7
CLI application patterns for Python. Triggers on: cli, command line, typer, click, argparse, terminal, rich, console, terminal ui.
python-env

0xdarkmatter/claude-mods

7
Fast Python environment management with uv (10-100x faster than pip). Triggers on: uv, venv, pip, pyproject, python environment, install package, dependencies.
screenshot

0xdarkmatter/claude-mods

7
Find and display recent screenshots. Triggers: screenshot, check screenshot, show screenshot, recent screenshot, last screenshot.
introspect

0xdarkmatter/claude-mods

7
Analyze Claude Code session logs - extract thinking blocks, tool usage stats, error patterns, debug trajectories. Triggers on: introspect, session logs, trajectory, analyze sessions, what went wrong, tool usage, thinking blocks, session history, my reasoning, past sessions, what did I do.
container-orchestration

0xdarkmatter/claude-mods

7
Docker and Kubernetes patterns. Triggers on: Dockerfile, docker-compose, kubernetes, k8s, helm, pod, deployment, service, ingress, container, image.
data-processing

0xdarkmatter/claude-mods

7
Process JSON with jq and YAML/TOML with yq. Filter, transform, query structured data efficiently. Triggers on: parse JSON, extract from YAML, query config, Docker Compose, K8s manifests, GitHub Actions workflows, package.json, filter data.
markitdown

0xdarkmatter/claude-mods

7
This skill converts local documents to clean Markdown using markitdown for PDFs, Word, Excel, slides, OCR images, and audio.
git-workflow

0xdarkmatter/claude-mods

7
This skill streamlines git workflows with lazygit, gh, and delta to stage, review, and manage commits and PRs efficiently.
tool-discovery

0xdarkmatter/claude-mods

7
Recommend the right agents and skills for any task. Covers both heavyweight agents (Task tool) and lightweight skills (Skill tool). Triggers on: which agent, which skill, what tool should I use, help me choose, recommend agent, find the right tool.
cli-patterns

0xdarkmatter/claude-mods

7
Patterns for building production-quality CLI tools with predictable behavior, parseable output, and agentic workflows. Triggers: cli tool, command line tool, build cli, cli patterns, agentic cli, cli design, typer cli, click cli.
file-search

0xdarkmatter/claude-mods

7
Modern file and content search using fd, ripgrep (rg), and fzf. Triggers on: fd, ripgrep, rg, find files, search code, fzf, fuzzy find, search codebase.
claude-code-debug

0xdarkmatter/claude-mods

7
This skill helps you troubleshoot Claude Code extensions and hooks, diagnose failures, and restore proper agent and hook operation.
claude-code-headless

0xdarkmatter/claude-mods

7
This skill runs Claude Code headlessly from scripts, enabling automated, non-interactive tasks with JSON output and session management.
claude-code-templates

0xdarkmatter/claude-mods

7
This skill provides boilerplate templates and quick-start workflows for creating Claude Code extensions, including agent, skill, command, and hook-script
claude-code-hooks

0xdarkmatter/claude-mods

7
This skill enables pre and post tool hook automation for Claude Code, improving safety, auditing, and custom workflow integration.
python-async-patterns

0xdarkmatter/claude-mods

7
This skill helps you implement Python asyncio patterns for concurrent programming, improving reliability, performance, and readability in async applications.
spawn

0xdarkmatter/claude-mods

7
Generate PhD-level expert agent prompts for Claude Code. Creates comprehensive 500-1000 line agents with detailed patterns, code examples, and best practices. Triggers on: spawn agent, create agent, generate expert, new agent, agent genesis.
python-database-patterns

0xdarkmatter/claude-mods

7
SQLAlchemy and database patterns for Python. Triggers on: sqlalchemy, database, orm, migration, alembic, async database, connection pool, repository pattern, unit of work.
review

0xdarkmatter/claude-mods

7
This skill performs a thorough code review with semantic diffs, expert routing, and auto-task creation to streamline PR quality.
security-patterns

0xdarkmatter/claude-mods

7
This skill helps you apply OWASP security patterns and input validation to harden web apps, reducing injection risks and protecting data.
python-observability-patterns

0xdarkmatter/claude-mods

7
Observability patterns for Python applications. Triggers on: logging, metrics, tracing, opentelemetry, prometheus, observability, monitoring, structlog, correlation id.
rest-patterns

0xdarkmatter/claude-mods

7
Quick reference for RESTful API design patterns, HTTP semantics, caching, and rate limiting. Triggers on: rest api, http methods, status codes, api design, endpoint design, api versioning, rate limiting, caching headers.
tailwind-patterns

0xdarkmatter/claude-mods

7
This skill provides quick Tailwind CSS practical patterns and breakpoints, enabling responsive layouts, dark mode, and common components.
sql-patterns

0xdarkmatter/claude-mods

7
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.
techdebt

0xdarkmatter/claude-mods

7
This skill detects and remediates technical debt by running parallel scans for duplicates, security issues, and complexity at session end.
testing-patterns

0xdarkmatter/claude-mods

7
This skill helps you implement robust testing strategies across languages by applying the test pyramid, AAA, and test doubles to improve quality.
find-replace

0xdarkmatter/claude-mods

7
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.
task-runner

0xdarkmatter/claude-mods

7
Run project commands with just. Check for justfile in project root, list available tasks, execute common operations like test, build, lint. Triggers on: run tests, build project, list tasks, check available commands, run script, project commands.
unfold-admin

0xdarkmatter/claude-mods

7
This skill helps you configure and customize Django Unfold admin interfaces, boosting productivity with streamlined model admins, dashboards, and advanced
python-pytest-patterns

0xdarkmatter/claude-mods

7
pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises.
atomise

0xdarkmatter/claude-mods

7
Atom of Thoughts (AoT) reasoning - decompose complex problems into atomic units with confidence tracking and backtracking. For genuinely complex reasoning, not everyday questions. Triggers on: atomise, complex reasoning, decompose problem, structured thinking, verify hypothesis.