skills
Language-agnostic code quality and architecture review
All Skills in This Repository (3)
Pure Emerald Level Indicatorstmux-task-runner
Run long-running tasks in detached tmux sessions with persistent logs.
unslopify
Detect sloppy code patterns across TypeScript/JavaScript, Go, and Rust.
decomplect
Analyze code changes for complexity, coupling, and separation concerns.
Frequently Asked Questions
FAQPage SchemaHow to install shanev/skills?▼
Run `npx skills add shanev/skills --all -g -y` in your terminal to install both skills globally for all supported coding agents.
What does the Decomplect skill review?▼
It reviews architecture for accidental complexity, mixed pure logic and side effects, and harmful coupling using simplicity, functional core, and coupling lenses.
What does the Unslopify skill check?▼
It checks tactical code quality across four lenses: contract strength, single responsibility, failure integrity, and duplicated knowledge.
Do these skills work with any programming language?▼
Yes. Both skills are language-agnostic and evaluate behavior and contracts relative to your repository's own language, framework, and conventions.
Which coding agents support these skills?▼
They follow the open SKILL.md standard and work with Claude Code, Codex, Cursor, GitHub Copilot, OpenCode, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core