0xDarkMatter

0xDarkMatter

@0xDarkMatter
38 skills 228 total stars

find ~/0xDarkMatter/ -name "*.skill"

Troubleshoot Claude Code extensions and behavior. Triggers on: debug, troubleshoot, not working, skill not loading,...

Run Claude Code programmatically without interactive UI. Triggers on: headless, CLI automation, --print,...

Claude Code hook system for pre/post tool execution. Triggers on: hooks, PreToolUse, PostToolUse, hook script, tool...

Boilerplate templates for Claude Code extensions. Triggers on: create agent, new skill, command template, hook...

Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project...

Docker and Kubernetes patterns. Triggers on: Dockerfile, docker-compose, kubernetes, k8s, helm, pod, deployment,...

Process JSON with jq and YAML/TOML with yq. Filter, transform, query structured data efficiently. Triggers on: parse...

Scans for project documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, COPILOT.md, CURSOR.md, WARP.md, and 15+...

Deep explanation of complex code, files, or concepts. Routes to expert agents, uses structural search, generates...

Atom of Thoughts (AoT) reasoning - decompose complex problems into atomic units with confidence tracking and...

Modern find-and-replace using sd (simpler than sed) and batch replacement patterns. Triggers on: sd, find replace,...

Enhanced git operations using lazygit, gh (GitHub CLI), and delta. Triggers on: stage changes, create PR, review PR,...

Analyze Claude Code session logs - extract thinking blocks, tool usage stats, error patterns, debug trajectories....

Convert local documents to Markdown using Microsoft's markitdown CLI. Best for: PDF, Word, Excel, PowerPoint, images...

Model Context Protocol (MCP) server patterns for building integrations with Claude Code. Triggers on: mcp server,...

Detects stale project plans and suggests session commands. Triggers on: sync plan, update plan, check status, plan...

Python asyncio patterns for concurrent programming. Triggers on: asyncio, async, await, coroutine, gather,...

CLI application patterns for Python. Triggers on: cli, command line, typer, click, argparse, terminal, rich,...