settings
01srinivasan-sundaresan95/orihime
Settings file Claude Code
Agent settings declaring 5 allowed tools.
srinivasan-sundaresan95/orihime
Settings file Claude Code
Agent settings declaring 5 allowed tools.
srinivasan-sundaresan95/orihime
Instructions file CodexOpenCode
AGENTS.md instructions for srinivasan-sundaresan95/orihime, covering orihime — codex agent setup guide, setup, available mcp tools, when to use the graph (always before reading source files) and starting prompts for users.
srinivasan-sundaresan95/orihime
Instructions file
Claude Code instructions for srinivasan-sundaresan95/orihime, covering orihime — claude code setup guide, if the user asks to set up, install, or configure orihime, setup procedure and orihime mcp tools available in this session.
srinivasan-sundaresan95/orihime
Skill Claude CodeCodex
Use when the user asks "trace the call flow for X", "what does method Y call", "show me the call chain from controller to DB for endpoint Z", "who calls method X", or wants to understand how a request flows through the codebase. Uses Orihime MCP tools only — no source file reads.
srinivasan-sundaresan95/orihime
Skill Claude CodeCodex
Use when the user asks "what breaks if I change X", "blast radius of modifying method Y", "what tests do I need to run if I change class Z", "impact analysis for refactoring X", or wants to understand the downstream consequences of a code change before making it. Uses Orihime MCP tools only — no source file reads…
srinivasan-sundaresan95/orihime
Skill Claude CodeCodex
Use when the user asks to add a new method, class, or feature to an indexed codebase, wants to know "where should I add this?", "does a method for X already exist?", "what interface should I implement?", "what does this class extend?", "how is Y done elsewhere in the codebase?", or needs the existing class structure…
srinivasan-sundaresan95/orihime
Skill Claude CodeCodex
Use when the user asks for a code review focused on class structure, design patterns, OOP principles, or architecture quality. Reviews whether GoF/SOLID design patterns are properly applied, flags misapplications and missing patterns, suggests splitting bloated classes/methods, and recommends fortifying weak…
srinivasan-sundaresan95/orihime
Skill Claude CodeCodex
Use when the user asks "find performance hotspots", "which endpoints are at risk of saturation", "analyze capacity for repo X", "find N+1 queries", "what's the cascade risk if service X is slow", "find I/O fanout", "here's my Gatling report", "I ran a performance test", "analyze this JMeter result", "here's a…
srinivasan-sundaresan95/orihime
Skill Claude CodeCodex
Use when the user asks "run a security audit on X", "find SQL injection risks", "check taint paths", "any OWASP issues in repo X", "find injection vulnerabilities", "check license compliance", or wants to understand what untrusted input can reach dangerous sinks in a codebase. Uses Orihime MCP tools only — no source…
srinivasan-sundaresan95/orihime
Skill Claude CodeCodex
Use when the user asks to "set up Orihime", "install Orihime", "configure Orihime", "index a new repository", "add a repo to Orihime", or "what can Orihime do". Runs the full installation flow: dependencies, MCP registration, skill installation, repository indexing, and presents starting prompts. Also handles adding…