home / skills / 0xdarkmatter / claude-mods

0xdarkmatter/claude-mods

Custom commands, skills, and agents for Claude Code

43 skills
GitHub

Sponsored

tailwind-patterns

0xdarkmatter/claude-mods

8
This skill provides quick Tailwind CSS practical patterns and breakpoints, enabling responsive layouts, dark mode, and common components.
testgen

0xdarkmatter/claude-mods

8
This skill generates comprehensive tests by automatically detecting frameworks and project standards, routing to expert agents, and creating well-structured
claude-code-templates

0xdarkmatter/claude-mods

8
This skill provides boilerplate templates and quick-start workflows for creating Claude Code extensions, including agent, skill, command, and hook-script
skill-creator

0xdarkmatter/claude-mods

8
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.
markitdown

0xdarkmatter/claude-mods

8
This skill converts local documents to clean Markdown using markitdown for PDFs, Word, Excel, slides, OCR images, and audio.
claude-code-headless

0xdarkmatter/claude-mods

8
This skill runs Claude Code headlessly from scripts, enabling automated, non-interactive tasks with JSON output and session management.
atomise

0xdarkmatter/claude-mods

8
This skill decomposes complex problems into atomic, verifiable steps, backtracking when confidence wanes to ensure reliable, rigorous conclusions.
git-workflow

0xdarkmatter/claude-mods

8
This skill streamlines git workflows with lazygit, gh, and delta to stage, review, and manage commits and PRs efficiently.
project-planner

0xdarkmatter/claude-mods

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

0xdarkmatter/claude-mods

8
This skill analyzes a codebase's size and composition using tokei and semantic diffs from difft to deliver quick statistics and insights.
python-async-patterns

0xdarkmatter/claude-mods

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

0xdarkmatter/claude-mods

8
This skill helps design and enforce production-ready CLI patterns with consistent output, predictable behavior, and agentic workflows.
find-replace

0xdarkmatter/claude-mods

8
This skill helps you perform fast find-and-replace operations using sd across files, with safe batch workflows and preview capabilities.
explain

0xdarkmatter/claude-mods

8
This skill provides deep explanations of complex code or concepts, routing to expert agents and generating diagrams for clarity.
review

0xdarkmatter/claude-mods

8
This skill performs a thorough code review with semantic diffs, expert routing, and auto-task creation to streamline PR quality.
file-search

0xdarkmatter/claude-mods

8
This skill speeds up codebase exploration by combining fd, rg, and fzf for fast file search, content search, and interactive selection.
mcp-patterns

0xdarkmatter/claude-mods

8
This skill helps you build and integrate MCP server patterns for Claude Code, enabling tool hosting, resource exposure, and robust server workflows.
python-fastapi-patterns

0xdarkmatter/claude-mods

8
This skill helps you implement FastAPI patterns with dependency injection, pydantic models, and router organization for robust async APIs.
python-database-patterns

0xdarkmatter/claude-mods

8
This skill helps you implement robust Python database patterns with SQLAlchemy 2.0, AsyncIO support, and repository patterns for reliable data access.
testing-patterns

0xdarkmatter/claude-mods

8
This skill helps you implement robust testing strategies across languages by applying the test pyramid, AAA, and test doubles to improve quality.
screenshot

0xdarkmatter/claude-mods

8
This skill quickly locates and displays recent screenshots from common directories, helping you review visuals without leaving your workflow.
python-pytest-patterns

0xdarkmatter/claude-mods

8
This skill analyzes Python pytest patterns to improve test reliability by illustrating fixtures, parametrization, and mocks with concrete examples.
unfold-admin

0xdarkmatter/claude-mods

8
This skill helps you configure and customize Django Unfold admin interfaces, boosting productivity with streamlined model admins, dashboards, and advanced
sqlite-ops

0xdarkmatter/claude-mods

8
This skill streamlines SQLite usage in Python projects by guiding connection handling, WAL mode, and simple migration patterns for reliable local data.
setperms

0xdarkmatter/claude-mods

8
This skill initializes Claude Code with dev-shell-tools, configuring permissions and modern tool preferences for a smoother, faster development workflow.
structural-search

0xdarkmatter/claude-mods

8
This skill searches code by AST structure using ast-grep to find semantic patterns and support large-scale refactoring.
spawn

0xdarkmatter/claude-mods

8
This skill generates PhD-level expert Claude Code prompts for comprehensive 500-1000 line agents with real code and best practices.
tool-discovery

0xdarkmatter/claude-mods

8
This skill helps you quickly identify the optimal combination of agents and skills for any task, saving time and improving results.
python-typing-patterns

0xdarkmatter/claude-mods

8
This skill helps you write safe Python code by teaching modern typing patterns, including TypeVar, Protocols, TypedDicts, and union types.
claude-code-hooks

0xdarkmatter/claude-mods

8
This skill enables pre and post tool hook automation for Claude Code, improving safety, auditing, and custom workflow integration.
doc-scanner

0xdarkmatter/claude-mods

8
This skill scans project docs and synthesizes a unified AGENTS.md to help you review, understand, and explore codebases quickly.
python-cli-patterns

0xdarkmatter/claude-mods

8
This skill helps you create robust Python CLI applications using Typer and Rich patterns for commands, output, and error handling.
python-env

0xdarkmatter/claude-mods

8
This skill speeds up Python project setup by fast environment management with uv, enabling instant venvs, rapid package installs, and reliable dependency
introspect

0xdarkmatter/claude-mods

8
This skill analyzes Claude Code session logs to extract thinking patterns, tool usage, and errors, improving debugging and workflow efficiency.
container-orchestration

0xdarkmatter/claude-mods

8
This skill helps you implement container orchestration best practices for Docker and Kubernetes via patterns, health checks, and efficient deployments.
data-processing

0xdarkmatter/claude-mods

8
This skill helps you parse, filter, and transform JSON, YAML, and TOML data from the command line using jq and yq.
claude-code-debug

0xdarkmatter/claude-mods

8
This skill helps you troubleshoot Claude Code extensions and hooks, diagnose failures, and restore proper agent and hook operation.
security-patterns

0xdarkmatter/claude-mods

8
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

8
This skill helps you implement Python observability patterns for structured logging, metrics, and tracing to improve monitoring and diagnostics.
rest-patterns

0xdarkmatter/claude-mods

8
This skill provides quick RESTful API design guidance, covering methods, status codes, caching, and rate limiting to improve consistency and reliability.
sql-patterns

0xdarkmatter/claude-mods

8
This skill helps you write and optimize SQL queries using common patterns, CTEs, and window functions for faster data retrieval.