by avifenesh
AI writes code. This automates everything else · 10 plugins · 39 agents · 25 skills · for Claude Code, OpenCode, Codex.
# Add to your Claude Code skills
git clone https://github.com/avifenesh/awesome-slashAI models can write code. That's not the hard part anymore. The hard part is everything else—picking what to work on, managing branches, reviewing output, cleaning up artifacts, handling CI, addressing comments, deploying. awesome-slash automates the entire workflow, not just the coding.
11 plugins · 40 agents · 26 skills · 26k lines of lib code · 3,357 tests · 3 platforms
If you find this useful: ⭐ Star the repo
Production-ready skills, agents, and commands for Claude Code, OpenCode, and Codex CLI.
Install the plugins → get the skills → your agents become more capable. Each piece was built to work with the others. The whole system is E2E tested.
From messy project to clean codebase. From drifted plan to focused execution. From task to merged PR.
Works with: Claude Code · OpenCode · Codex CLI
Code does code work. AI does AI work.
Certainty levels exist because not all findings are equal:
| Level | Meaning | Action | |-------|---------|--------| | HIGH | Definitely a problem | Safe to auto-fix | | MEDIUM | Probably a problem | Needs context | | LOW | Might be a problem | Needs human judgment |
This came from testing on 1,000+ repositories.
| Command | What it does |
|---------|--------------|
| /next-task | Task → exploration → plan → implementation → review → ship |
| /ship | Branch → PR → CI → reviews addressed → merge → cleanup |
| /deslop | 3-phase detection pipeline, certainty-graded findings |
| /perf | 10-phase performance investigation with baselines and profiling |
| /drift-detect | AST-based plan vs code analysis, finds what's documented but not built |
| /audit-project | Multi-agent code review, iterates until issues resolved |
| /enhance | Analyzes prompts, agents, plugins, docs, hooks, skills |
| /repo-map | AST symbol and import mapping via a...