SAI - Skills for Agentic Intelligence
A collection of Claude Code plugins and Codex skills for development workflows, automation, and productivity.
Overview
This monorepo contains independent plugins, each providing specialized capabilities:
Repository layout:
claude/ contains all Claude Code plugins.
codex/ contains Codex/Codex Desktop skills.
| Plugin | Description | Installation Path |
|---|
| ai-daily-digest | Daily AI news digest covering technical advances, business news, and engineering impact | claude/ai-daily-digest/ |
| service-mesh-debug | Diagnose and fix flaky e2e tests and connectivity issues in service mesh environments (Kuma, Istio, Linkerd, Consul) | claude/service-mesh-debug/ |
| gh-review-comments | List, reply to, resolve, and create GitHub PR review comment threads | claude/gh-review-comments/ |
| git-clean-gone | Clean up local branches with deleted remote tracking and their worktrees | claude/git-clean-gone/ |
| git-stage-hunk | Non-interactive hunk staging for selective git add without TTY | claude/git-stage-hunk/ |
| go-code-review | Auto-review Go code for 100+ common mistakes from 100go.co | claude/go-code-review/ |
| humanize | Make text sound natural by removing AI writing patterns | claude/humanize/ |
| kubecon-cfp | Interactive KubeCon CFP submission writer with data-driven insights | claude/kubecon-cfp/ |
| promptgen | Turn rough instructions into optimized, evidence-based AI prompts | claude/promptgen/ |
| review-claude-md | Audit and fix CLAUDE.md files using tiered binary checklist | claude/review-claude-md/ |
| review-skill | Review and fix Claude Code skill definitions using tiered binary checklist | claude/review-skill/ |
| slug | Generate a semantic slug for the current session and copy /rename command to clipboard | claude/slug/ |
| staff-code-review | Staff-engineer-level code review: architecture, reliability, security, cross-team impact | claude/staff-code-review/ |
| staff-resume | Build and refine staff-level engineering resumes through interactive coaching | claude/staff-resume/ |
| test-writer | Write behavior-driven tests with table-driven patterns and minimal mocking | claude/test-writer/ |
Codex skills:
| Skill | Description | Source Path |
|---|
| gh-review-comments | Manage GitHub PR review threads with bundled gh CLI scripts | codex/gh-review-comments/ |
| review-skill | Audit Codex skills for routing, metadata, shell safety, and approval flow | codex/review-skill/ |
Installation
Via marketplace
Add the SAI marketplace, then install individual plugins:
# Add the SAI marketplace
/plugin marketplace add git@github.com:smykla-skalski/sai.git
# Install individual plugins
/plugin install sai/ai-daily-digest
/plugin install sai/service-mesh-debug
/plugin install sai/gh-review-comments
/plugin install sai/git-clean-gone
/plugin install sai/git-stage-hunk
/plugin install sai/go-code-review
/plugin install sai/humanize
/plugin install sai/kubecon-cfp
/plugin install sai/promptgen
/plugin install sai/review-claude-md
/plugin install sai/review-skill
/plugin install sai/slug
/plugin install sai/staff-code-review
/plugin install sai/staff-resume
/plugin install sai/test-writer
Each plugin is independent - install only what you need.
Local development
Clone the repository and point directly to plugin directories:
git clone git@github.com:smykla-skalski/sai.git