omp
25Plugin Claude Code
Bridge plugin that records omp (Oh My Pi) session, tool, token, and cost metrics into Han, so omp sessions appear in Han's Browse UI and cost rollups alongside Claude Code.
Plugin Claude Code
Bridge plugin that records omp (Oh My Pi) session, tool, token, and cost metrics into Han, so omp sessions appear in Han's Browse UI and cost rollups alongside Claude Code.
Plugin Claude Code
Bridge plugin that enables Han's hook ecosystem (validation, context injection, orchestration) to work with OpenCode by translating OpenCode events into Claude Code hook invocations.
Plugin Claude Code
The philosophy of the Samurai applied to software development. Injects the seven virtues (義 Righteousness, 勇 Courage, 仁 Compassion, 礼 Respect, 誠 Honesty, 名誉 Honor, 忠義 Loyalty) to guide agent behavior. Requires core for infrastructure.
Plugin Claude Code
Essential infrastructure for the Han plugin marketplace. Includes mandatory subagent delegation, async fan-out patterns, agent resumption, skill transparency, quality enforcement, unified MCP server (hooks + metrics + Context7/DeepWiki proxying), project memory learning, and universal programming principles.
Agent
Background agent that monitors CI/CD pipelines for open PRs/MRs and automatically triages and fixes failures. Spawns isolated fixer agents in worktrees to resolve lint, format, and test failures without disrupting the main working tree.
Skill Claude CodeCodex
Design system architecture and high-level technical strategy.
Skill Claude CodeCodex
Use when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.
Skill Claude CodeCodex
Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.
Skill Claude CodeCodex
Code review a pull request.
Skill Claude CodeCodex
Investigate and diagnose issues without necessarily fixing them.
Skill Claude CodeCodex
Guides end-to-end feature development through 8 phases: discover requirements, explore codebase patterns, clarify ambiguities with the user, design architecture, implement with TDD, run multi-agent code review, validate all quality gates, and write a blog post. Use when asked to add a feature, implement a new…
Skill Claude CodeCodex
Generate or update documentation for code, APIs, or systems.
Skill Claude CodeCodex
Explain code, concepts, or technical decisions in clear, understandable terms.
Skill Claude CodeCodex
Prefer explicit configuration over framework defaults to prevent environment-dependent failures.
Skill Claude CodeCodex
Debug and fix bugs, errors, or unexpected behavior.
Skill Claude CodeCodex
Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.
Skill Claude CodeCodex
Optimize code for performance, readability, or efficiency.
Skill Claude CodeCodex
Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
Skill Claude CodeCodex
Create tactical implementation plan for a feature or task.
Skill Claude CodeCodex
Use when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.
Skill Claude CodeCodex
Use when setting up or organizing Claude Code project memory (CLAUDE.md, .claude/rules/) for better context awareness, consistent behavior, and project-specific instructions.
Skill Claude CodeCodex
Use automatically during development workflows when making claims about tests, builds, verification, or code quality requiring concrete evidence to ensure trust through transparency.
Skill Claude CodeCodex
Restructure code to improve quality without changing behavior.
Skill Claude CodeCodex
Multi-agent code review with confidence-based filtering.