Published Skills 31
daily-meeting-update
Generate daily standup updates
Preparing daily standup updates takes time and often misses context. This skill conducts a structured 4-question interview and pulls activity data from GitHub, Jira, and Claude Code to generate a complete Markdown update in seconds.
crafting-effective-readmes
Create professional README documentation
Many projects suffer from unclear or incomplete documentation that frustrates users and contributors. This skill provides curated templates, style guides, and reference materials matched to your project type and audience.
commit-work
Create production-ready git commits
Creating quality git commits is time-consuming and error-prone. This skill automates commit creation with smart staging, logical splitting, and Conventional Commits formatting to produce review-ready commits every time.
command-creator
Create Slash Commands
Transform repetitive workflows into reusable slash commands. This skill guides you through designing, implementing, and testing agent-optimized commands that can be invoked with /command-name in Claude Code conversations.
c4-architecture
Create C4 Architecture Diagrams
Communicate software architecture clearly with professional C4 model diagrams. This skill generates Mermaid-based documentation at the right abstraction level for any audience, from executives to developers.
codex
Run Codex CLI for Code Analysis and Refactoring
Complex code analysis and refactoring tasks require specialized AI models with advanced reasoning capabilities. This skill enables Claude Code to invoke OpenAI Codex CLI, providing access to GPT-5.2 with 76.3% SWE-bench performance for deep code understanding, automated refactoring, and comprehensive software engineering workflows.
agent-md-refactor
Organize bloated agent instructions
Claude Code often accumulates hundreds of lines of mixed instructions in AGENTS.md or CLAUDE.md files, wasting context tokens and creating maintenance headaches. This skill refactors monolithic agent instructions into clean, linked documentation using progressive disclosure principles.