By jaminzzhang
hicode Claude Code plugin for insurance and financial core system Coding Agent workflows
本目录保存 hicode 子 Agent 源资产,用于为目标项目提供可委托的专门角色入口。
Use when a target project task needs delegated analysis or review by a specific hicode Agent role.
Use when code changes need delegated review against hicode requirements, coding standards, tests, and insurance-core risks before submission or merge.
Use when a coding task needs controlled implementation, fix, refactor, or explanation under hicode coding-plan, TDD evidence, and user-confirmed boundaries.
Use when a reviewed requirement needs a delegated coding plan, context-clarity check, TDD focus, impact boundary, or ADR judgment before code changes begin.
Use when a target project needs the hicode global entrypoint, first-use diagnosis, initialization check, workflow routing, or a brief usage guide for insurance and financial core system Coding Agent work. Trigger when the user says only "hi", asks how to use hicode, needs initialization, or needs routing to hicode:init, hicode:scope, hicode:tdd, hicode:review, or hicode:release.
初始化目标后端项目的 hicode 使用入口,优先使用 Agent 可执行初始化能力生成 AGENTS.md 或 CLAUDE.md;OpenCode TUI /init 需用户手工执行,Agent 不能代替调用。随后补充 hicode section、项目规则、上下文文档,并按需建议 graphify 代码结构扫描。Use when 用户要求初始化 hicode、补齐 AGENTS.md/CLAUDE.md、创建 docs/rules、建立项目上下文,或准备目标项目进入 hicode 工作流。
Use when the current or specified Git branch needs release analysis, release-report generation, SQL/config/script risk review, validation planning, rollback planning, or release-readiness evidence without granting approval.
审查代码变更、提交前风险、专项安全/Java/SQL/保险业务问题,并整理合并前证据。Use when 用户要求 review、代码审查、提交检查、pre-commit、MR/PR 风险、diff 审查、安全审查、SQL/配置/脚本审查、Java 专项审查或保险核心业务专项审查。
评审和澄清需求、收敛范围、拆分可执行小任务,并为 hicode:tdd 准备编码前证据。Use when 用户需要需求评审、范围界定、模糊点追问、feature_context 更新、ADR 草稿、任务拆分、编码准入判断,或说需求还不清楚、范围太大、需要拆任务。
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
本仓库根目录是 hicode 的设计中心,也是面向 Claude Code 的原生 plugin root,并提供 OpenCode agents/skills 与 Codex direct skills 本地安装入口。
Claude Code 通过 plugin marketplace 安装;OpenCode 通过 install.sh --opencode 把 hicode 的 agents 和 skills 转换复制到 OpenCode 用户级或项目级目录;Codex 通过 install.sh --codex 把 hicode skills 复制到 .agents/skills 兼容目录。
本 plugin 安装动作不执行目标项目初始化,不扫描代码,不生成 CLAUDE.md、AGENTS.md 或项目本地运行目录。
目标项目初始化由 hicode:init 在用户确认写入范围后执行,只创建或补充目标项目入口、上下文和项目规则文档。
/
├── README.md
├── install.sh
├── .claude-plugin/
│ ├── marketplace.json
│ └── plugin.json
├── agents/
├── skills/
│ ├── hi/
│ ├── init/
│ ├── scope/
│ ├── tdd/
│ ├── review/
│ └── release/
└── hooks/
install.sh 默认执行用户级安装:
hicode Claude Code plugin。hi 总入口、init 初始化入口和 scope、tdd、review、release 四个能力 Skill;场景路由表达保留为 hicode:init、hicode:scope、hicode:tdd、hicode:review 和 hicode:release。OpenCode 安装使用显式参数:
./install.sh --opencode --yes:安装到当前用户 OpenCode 配置目录。./install.sh --opencode --opencode-scope project --opencode-project-dir /path/to/project --yes:安装到目标项目 .opencode/ 目录。Codex 安装使用显式参数:
./install.sh --codex --yes:安装到当前用户 ~/.agents/skills 目录,或由 CODEX_SKILLS_DIR 覆盖。./install.sh --codex --codex-scope project --codex-project-dir /path/to/project --yes:安装到目标项目 .agents/skills 目录。./install.sh --all --yes:同时安装 Claude Code plugin、OpenCode 本地运行资产和 Codex direct skills。安装器不修改业务仓库,不读取生产配置,不处理生产数据或客户敏感信息。
目标项目初始化应在业务仓库中显式调用 hicode:init。默认只创建或补充 CLAUDE.md / AGENTS.md、项目上下文和 RULES 文档;不复制 plugin 内置能力到目标项目运行目录。
./install.sh --dry-run
./install.sh --opencode --dry-run
./install.sh --codex --dry-run
./install.sh --all --dry-run
./install.sh --yes
bash scripts/health-check.sh
不传平台参数时默认安装 Claude Code plugin。
scripts/health-check.sh 用于重复验证当前运行资产边界、安装边界、旧路径依赖、安全红线和 Agent 共性规则收敛情况;它不扫描目标项目,不读取敏感配置或生产数据。
.env、密钥文件、生产凭证或未脱敏客户数据。本仓库按以下官方机制组织:
.claude-plugin/plugin.json、agents/ 和 skills/<name>/SKILL.md;当前 manifest 只声明 validator 支持的 skills 路径,agents/ 作为 plugin root 约定目录保留。skills/init/coding_rules.md 是 hicode:init 创建或更新目标项目 docs/rules/ 的种子规则;其他场景 Skill 遵守目标项目规则文件。skills/<skill>/ 目录只使用根目录文件承载本地具体模板和规则种子,不维护 Skill 内部子目录,也不为场景生命周期复制重复 README.md。hicode-* Skill,将 agents/ 转换为 hicode-*.md Agent,Agent 文件名即 OpenCode agent name。.agents/skills/hicode-*,并将专业 Agent 转换为 hicode-agent-* Skill。hooks/ 只保留 Hook 行为说明和目录索引,不是目标平台默认上下文,也不维护与 skills/ 重复的规则或模板源。参考资料:
https://code.claude.com/docs/en/plugins#create-your-first-pluginhttps://opencode.ai/docs/skills/https://developers.openai.com/codex/skillsnpx claudepluginhub jaminzzhang/hicode --plugin hicodeHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.