By durandom
Claude Code skills collection - code mapping, GTD, knowledge management, and more
Creates and navigates hierarchical code maps (L0/L1/L2/L3) for AI agent and human orientation. Use when bootstrapping codebase understanding, creating navigation documentation, exploring architecture, or validating map integrity.
Searches, indexes, and exports Claude Code sessions using the cass CLI (Coding Agent Session Search), and optionally runs the cass-memory (cm) reflection pipeline to distill sessions into persistent playbook rules. Use when the user wants to install cass or cass-memory, find past sessions, search conversation history, look up prior work on a topic, export a session to markdown, discover related sessions for a file, check session activity timelines, or reflect on past sessions to build procedural memory. Triggers on: "search my sessions", "find past work on X", "export session", "look in my history", "what sessions do I have about", "find related sessions", "when did I work on", "install cass", "setup cass-memory", "reflect on sessions", "build playbook", "cm reflect".
GitHub CLI operations for issues, PRs, reviews, CI, and Copilot workflows. Use when working with pull requests, issues, CI status, code review, GitHub Copilot, triage, or PR shipping.
Reusable development patterns and guides for AI-assisted workflows. Use when asking about CLI design for agents, CLI location, config discovery, vault, commenting standards, snapshot testing, credential storage, Python project architecture, semantic zoom, skill writing, Claude tools, agent teams, extracting deterministic work, plugin authoring and distribution, beads/dolt setup, or showboat/rodney/chartroom agent documentation.
Jira issue management using jira-cli. Search, create, view, comment, and transition issues with JQL queries. Use when working with Jira tickets, Atlassian issues, sprint planning, or issue workflows.
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
🚀 A collection of Claude Code skills, agents, commands, and recipes to supercharge your productivity!
This repository contains reusable skills and patterns for Claude Code that help with:
| Component | Description |
|---|---|
| 🗺️ Code Mapping | Navigate codebases like a pro with hierarchical documentation |
| ✅ GTD | Getting Things Done task management via CLI |
| 📂 PARA | Organize notes by actionability (Projects/Areas/Resources/Archive) |
| 🐙 GitHub | GitHub CLI operations for issues, PRs, reviews, and CI |
| 🕷️ crawl4ai | Web crawling and data extraction via crwl CLI |
| 📝 Meeting Notes | Sync meeting transcripts from Google Calendar + Gemini |
| 📖 Recipes | Reusable patterns and guides for AI-assisted development |
| ⚡ Commands | Slash commands like /commit, /catchup, /research |
"Where is this thing? What does this do?" — Every developer, ever
Hierarchical documentation with 4 zoom levels:
| Level | Purpose | Example |
|---|---|---|
| 📋 L0 | System overview | Architecture, entry points |
| 🏘️ L1 | Domain modules | auth/, api/, core/ |
| 📦 L2 | Individual modules | Classes, key functions |
| 🔍 L3 | Source code | The actual code |
Quick Start:
# 🔧 Generate code maps from source
uv run python skills/code/code-mapping/scripts/code_map.py generate src/ docs/map/
# ✅ Validate existing maps
uv run python skills/code/code-mapping/scripts/code_map.py validate docs/map/
🧘 "Mind like water" — David Allen
A CLI-based task management system following the GTD methodology:
📥 Capture → 🔍 Clarify → 🗂️ Organize → 🔄 Reflect → ▶️ Engage
Features:
Quick Start:
# 📥 Capture a new task
./skills/knowledge/gtd/scripts/gtd capture "Review PR #42"
# 📋 List tasks by context
./skills/knowledge/gtd/scripts/gtd list --context focus --energy high
# 🌅 Start your daily review
./skills/knowledge/gtd/scripts/gtd daily
🗂️ Organize by actionability, not topic
The PARA method for organizing notes into four categories based on when you'll need them:
| Category | Purpose |
|---|---|
| 📁 Projects | Active goals with deadlines |
| 🔄 Areas | Ongoing responsibilities |
| 📚 Resources | Topics of interest |
| 🗄️ Archive | Inactive items |
Standalone knowledge organization with CLI for project management, folder structure, and archiving.
🔧 Unified interface for GitHub operations
GitHub CLI operations using gh:
🌐 Extract web content as clean markdown
Web crawling and data extraction using the crwl CLI. Handles static sites, JavaScript-rendered SPAs, and structured data extraction.
🎙️ Sync and manage meeting transcripts
Syncs Google Calendar meetings with Gemini transcripts, organizing them into a meetings directory with tag-based categorization.
/commit 📝Smart git commits with emoji conventional format:
/commit # 🔄 Stage all, run hooks, commit
/commit staged # 📋 Only commit staged changes
/commit amend # ✏️ Fix the last commit
/commit split # 🔀 Interactive multi-commit
/commit dry-run # 👀 Preview without committing
/catchup 🔄Session restart orientation:
/catchup # 📊 Review recent changes
/catchup HEAD~3 # 🕐 Review specific commit
/research 🔬Parallel research with synthesized output:
/research "topic" # 📊 Standard research
/research "topic" --quick # ⚡ Quick overview
/research "topic" --thorough # 🔍 Deep dive
Reusable patterns for better development — now a proper skill with router and categorized references.
npx claudepluginhub durandom/skills --plugin dsCotask — task management with TASKS.md kanban dashboard
Enhances calendar Skills by automating meeting prep, standup notes, and workflow triggers
Multi-project context management: switch projects, save/load sessions. Designed for non-CLI interfaces (Cowork desktop, Telegram).
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.