shev-pro
- 6 skills
- 0 followers
- 16 hours ago last updated
- ▌ Lumen · shev-pro bundleLumen — project knowledge keeper. Trigger on any /lumen command, on mentions of "lumen", "knowledge base", "wiki", "ADR", "document the project", on broad architectural questions about a codebase ("how does X work", "why did we choose Y"), or when the user pastes a transcript/spec to capture for future sessions.
- ▌ Etflow · shev-pro bundleGoverns the development process in Claude Code and Cursor by enforcing a mandatory analysis phase before writing any code. Use this skill every time the user asks to develop, implement, add, create, modify, or refactor something — even if the request seems trivial. Never skip the evaluation phase. Typical triggers: "implement X", "add Y", "do Z", "can you...", "I need...", "create a...", "modify the...", "refactor...", "I want...".
- ▌ Code Review · shev-pro bundlePerform structured code reviews on MR/PR diffs, individual files, or code snippets. Use this skill whenever the user asks to review code, check a pull request, audit an implementation, validate a merge request, spot bugs, assess code quality, or evaluate any piece of code before merging or shipping. Trigger even on soft phrases like "can you check this?", "does this look right?", "any issues here?", or when the user pastes a diff or links a GitLab/GitHub MR. Covers Python/FastAPI, Java/Spring, TypeScript/Node.js, Go, and Kotlin, but applies to any language.
- ▌ Writing Plans · shev-pro bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Codebase Documentation · shev-pro bundleGenerate structured documentation for existing codebases. Creates an AGENTS.md entry point linking to deeper docs/ documents (HLD, component docs, API docs). Use when the user asks to document a codebase, create project documentation, write architecture docs, or generate AGENTS.md. Handles monorepos by asking about documentation placement strategy.
- ▌ Finishing A Development Branch · shev-proUse when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup