python-typing-patterns
Safe 79Apply 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.
doc-scanner
Low Risk 74Scan and synthesize project documentation
by 0xDarkMatter
Teams waste time searching for project conventions and agent instructions scattered across multiple files. This skill automatically finds all AI assistant documentation (CLAUDE.md, AGENTS.md, COPILOT.md, and 20+ formats) and creates a unified reference guide.
code-stats
Safe 71Analyze code statistics and semantic diffs
by 0xDarkMatter
Understanding codebase size and changes requires manual counting and line-by-line diff analysis. This skill provides quick access to tokei for instant code statistics by language and difftastic for semantic, AST-aware code comparisons.
zig-docs
Safe 70Fetch Zig documentation via CLI
by 0xBigBoss
Need to look up Zig API details or standard library function signatures. This skill provides curl and pandoc commands to fetch Zig language and standard library documentation from authoritative GitHub sources.
extract-transcripts
Safe 69Convert session logs to readable transcripts
by 0xBigBoss
Claude Code and Codex CLI store conversation history as JSONL files that are difficult to read manually. This skill extracts those sessions into clean markdown format with metadata, timestamps, and optional tool call details.
skill-developer
Safe 72Create Claude Code skills and configurations
by 0Chan-smc
Building Claude Code skills requires understanding complex configuration patterns and trigger systems. This meta-skill provides comprehensive guidance for creating, configuring, and managing skills, hooks, agents, and commands with best practices and ready-to-use templates.