RohiRIK

50 mods across 2 repositories, 36 stars between them.

Spec

25

RohiRIK/OpenLtm

Skill Claude CodeCodex

Explores code + LTM, then writes acceptance criteria. USE WHEN defining what to build before planning.

26 24d ago A 23 tokens original MIT

session-context

26

RohiRIK/OpenLtm

Skill Claude CodeCodex

Session context persistence for project goals, decisions, progress, and gotchas; use when restoring project state, managing session notes, or checking whether context was injected at startup.

26 24d ago A 37 tokens original MIT

RohiRIK/claude-code-config

Instructions file CodexOpenCode

Instructions for RohiRIK/claude-code-config, covering agents guide (mixedbread mgrep), project snapshot, how to build/test fast, repo conventions and typescript style.

10 1mo ago A 1,806 tokens original MIT

RohiRIK/claude-code-config

Instructions file

Instructions for RohiRIK/claude-code-config, covering /.claude — global claude code config, working agreement, core principles, task loop and commands.

10 1mo ago A 1,218 tokens original MIT

architect

29

RohiRIK/claude-code-config

Agent

Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.

10 1mo ago A 36 tokens copy · 92% MIT

RohiRIK/claude-code-config

Agent

Build and TypeScript error resolution. Use PROACTIVELY when build fails or type errors occur. Minimal diffs only, no architectural edits — green build fast.

10 1mo ago C 38 tokens original MIT

code-reviewer

31

RohiRIK/claude-code-config

Agent

General code review for quality and maintainability, immediately after writing or modifying code. Routes: Python changes → python-reviewer; security-sensitive code → security-reviewer; post-impl cleanup → code-simplifier.

10 1mo ago A 47 tokens original MIT

code-simplifier

32

RohiRIK/claude-code-config

Agent

Post-implementation cleanup. Use PROACTIVELY after completing a feature or fix. Simplifies and verifies changed files only — not repo-wide (use refactor-cleaner for that).

10 1mo ago A 42 tokens original MIT

database-reviewer

33

RohiRIK/claude-code-config

Agent

PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.

10 1mo ago A 48 tokens copy · 86% MIT

doc-updater

34

RohiRIK/claude-code-config

Agent

Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/, updates READMEs and guides.

10 1mo ago A 50 tokens original MIT

e2e-runner

35

RohiRIK/claude-code-config

Agent

Playwright E2E specialist. Use PROACTIVELY to generate, maintain, and run E2E tests. Quarantines flaky tests, uploads artifacts, keeps critical user flows green.

10 1mo ago A 45 tokens original MIT

intune-summarizer

36

RohiRIK/claude-code-config

Agent

Summarizes Intune screenshots, policy exports, or config text into structured Monday.com/Notion updates. Use when Intune content needs to be shared with the team.

10 1mo ago A 41 tokens original MIT

planner

37

RohiRIK/claude-code-config

Agent

Codebase-driven planning for complex features and refactoring — plans from code exploration alone. For memory-informed planning that recalls past LTM decisions first, use openltm:planner instead.

10 1mo ago A 39 tokens original MIT

python-reviewer

38

RohiRIK/claude-code-config

Agent

Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.

10 1mo ago A 43 tokens copy · 95% MIT

refactor-cleaner

39

RohiRIK/claude-code-config

Agent

Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.

10 1mo ago A 51 tokens original MIT

security-reviewer

40

RohiRIK/claude-code-config

Agent

Security review specialist. Use PROACTIVELY after writing code handling user input, auth, APIs, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, OWASP Top 10.

10 1mo ago A 45 tokens original MIT

tdd-guide

41

RohiRIK/claude-code-config

Agent

Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.

10 1mo ago A 42 tokens original MIT

dev

44

RohiRIK/claude-code-config

Command

Full dev cycle — build all plan tasks then run final test verification.

10 1mo ago A 14 tokens original MIT

e2e

45

RohiRIK/claude-code-config

Command

USE WHEN generating or running Playwright end-to-end tests.

10 1mo ago A 12 tokens copy · 83% MIT

plan

46

RohiRIK/claude-code-config

Command

Create a step-by-step implementation plan before writing code.

10 1mo ago A 11 tokens copy · 81% MIT