Skills your agents can run
Plug-and-play capabilities — vetted, versioned, and runnable from any Mighty agent.
Performs cost audits of ECC tools, agents, skills, and implementations. Analyzes prompt input tokens to quantify compute efficiency.
Agent skill for workflow automation — invoke with $agent-workflow-automation
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.
Skill for managing a disciplined Git workflow for staging, reviewing, committing, and pushing changes while enforcing proper commit message formats.
Git and GitHub wizard using the gh CLI for all git operations and GitHub interactions
Create a new GitHub repository with the gh CLI and bootstrap a local project in ~/projects with git init, README, remote setup, and initial push. Use when the user asks to create a repo (public/private) in their account, set up the local folder, add the upstream remote, and push the first commit.
Install, configure, and manage Claude Code security hooks that block dangerous commands and protect sensitive files. Use when setting up security protection, blocking destructive commands (rm -rf, git reset --hard), protecting sensitive paths (.env, credentials), or managing PreToolUse hooks.
Use when a repository needs cleanup of dead code, build artifacts, unused dependencies, outdated docs, or stale tests — provides safe cleanup workflows, validation steps, and reporting templates for code, deps, docs, tests, and sprint archives.
Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability