By Hero-Plus
Research-backed rules for creating, auditing, modifying, or designing Claude Code skills, CLAUDE.md files, rules files, hooks, subagents, or any system-prompt instruction file. Auto-fires on skill / CLAUDE.md / hook / subagent authoring intents across all FE-owned HeroPlus codebases.
FE-managed Claude Code marketplace for HeroPlus. Carries cross-repo skills, hooks, and atlases that span the FE-owned HeroPlus codebases (heroplus-terminal, heroplus-a8), plus general FE engineering tooling (e.g. prompt-engineering).
BE Claude Code tooling is deliberately out of scope so BE can structure their own marketplace independently.
| Plugin | Purpose | Triggers on |
|---|---|---|
rki | Cross-repo atlas for HeroPlus Remote Key Injection. Carries Sunmi key_type enum, kif-bridge bug status, P3 slot map, A8 binding status, KCV-only hygiene rule, per-repo file index. | RKI / BDK / IPEK / KCV / DUKPT / kif-bridge / Sunmi portal / KPay-KDP / MYHSM queries |
prompt-engineering | Research-backed authoring rules for Claude Code skills, CLAUDE.md, rules files, hooks, and subagents. Backed by 5 official guidance docs + 18 empirical studies. | skill / CLAUDE.md / hook / subagent / instruction-file authoring intents |
Once per machine, from any Claude Code session:
/plugin marketplace add github:Hero-Plus/fe-claude-hp
/plugin install rki@fe-claude-hp
After install, the plugin is available in every Claude Code session on this machine — in any HeroPlus repo (heroplus-terminal, heroplus-a8, hero-plus, heroplus-kif-bridge) or anywhere else.
For teammates pulling heroplus-terminal, the marketplace is auto-registered via that repo's .claude/settings.json extraKnownMarketplaces entry — they only need the second command (/plugin install rki@fe-claude-hp), or if enabledPlugins is also set there, no commands at all.
Create the plugin under plugins/<plugin-name>/:
plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # { "name": "<plugin-name>", "description": "..." }
├── README.md (optional)
└── skills/
└── <skill-name>/
└── SKILL.md
Add an entry to .claude-plugin/marketplace.json's plugins array:
{
"name": "<plugin-name>",
"description": "...",
"category": "internal",
"source": "./plugins/<plugin-name>"
}
Commit + push. Teammates pull and run /plugin install <plugin-name>@fe-claude-hp (or add to enabledPlugins in committed settings for auto-enable).
Skills that need to fire across multiple HeroPlus repos can't live as project-scoped skills in .claude/skills/ of any one repo — they'd only fire in that repo's sessions. Putting them in a plugin under a Git-hosted marketplace lets them auto-discover (via extraKnownMarketplaces in committed settings) and auto-fire in every Claude Code session on the developer's machine, regardless of working directory.
For anything RKI-adjacent: record only KCVs (3-byte check values, TDES_ECB(0…0, K)[:3]) and public resource identifiers (AWS KeyArn, certificate KCVs, KSN, key-name labels). Never commit raw key material or TR-31 / TR-34 / OAEP wrapped key blocks into this marketplace's content — sandbox or not. Git history retains anything ever committed; rotation is the only clean remedy.
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.
npx claudepluginhub hero-plus/fe-claude-hp --plugin prompt-engineeringCross-repo atlas for HeroPlus Remote Key Injection. Auto-fires on RKI / BDK / IPEK / KCV / DUKPT / kif-bridge / Sunmi portal / KPay-KDP / MYHSM queries across heroplus-terminal, heroplus-a8, hero-plus, and heroplus-kif-bridge.
Harness-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.
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications