Summary
Make harden discoverable and installable across all major agent skill marketplaces and registries. Harden is an Agent Skill (SKILL.md standard), not a Claude Code Plugin — this targets the skill distribution ecosystem specifically.
Motivation
Harden currently works with Claude Code, Codex CLI, and Gemini CLI but requires manual installation. Cross-marketplace distribution makes it discoverable via CLI tools (npx skills add, skillkit install) and web directories, lowering the barrier to adoption.
Scope
Phase 1: Repo Structure Updates
- SKILL.md frontmatter — Add/verify YAML frontmatter with
name, description, license fields (required by Vercel Skills CLI and all SKILL.md-based marketplaces)
- GitHub repo topics — Add discovery tags:
agent-skills, claude-code, skill-md, skillsmp, claude-skills, codex-cli, gemini-cli
- Cross-platform compatibility — Verify repo structure is valid for all targets (Vercel Skills CLI, SkillKit, SkillsMP, SkillHub, LobeHub, Claude Code Templates, awesome lists)
- README Installation section — Document all install methods (Vercel Skills CLI, SkillKit, LobeHub CLI, manual)
Phase 2: Marketplace Submissions
Tier 1 — Auto-discoverable (verify after Phase 1):
- Vercel Skills CLI (skills.sh)
- SkillKit (skillkit.sh)
- SkillsMP (skillsmp.com) — requires 2+ GitHub stars
- SkillHub (skillhub.club)
Tier 2 — PR submissions (draft and submit):
- Claude Code Templates (davila7/claude-code-templates)
- travisvn/awesome-claude-skills
- ComposioHQ/awesome-claude-skills
- VoltAgent/awesome-agent-skills
Tier 3 — Web/CLI submissions:
- LobeHub (lobehub.com/skills) — web form submission
- Anthropic Plugin Directory — flagged as future opportunity (requires plugin wrapper)
Constraints
- Do NOT modify SKILL.md body content — only frontmatter
- Do NOT create
.claude-plugin/ infrastructure — harden is a skill, not a plugin
- Keep changes minimal — harden's value is "one file, install in 30 seconds"
- Flag any cross-marketplace structural conflicts
Likely Affected Files/Modules
SKILL.md (frontmatter only)
README.md (installation section)
- GitHub repo settings (topic tags)
Acceptance Criteria
Summary
Make harden discoverable and installable across all major agent skill marketplaces and registries. Harden is an Agent Skill (SKILL.md standard), not a Claude Code Plugin — this targets the skill distribution ecosystem specifically.
Motivation
Harden currently works with Claude Code, Codex CLI, and Gemini CLI but requires manual installation. Cross-marketplace distribution makes it discoverable via CLI tools (
npx skills add,skillkit install) and web directories, lowering the barrier to adoption.Scope
Phase 1: Repo Structure Updates
name,description,licensefields (required by Vercel Skills CLI and all SKILL.md-based marketplaces)agent-skills,claude-code,skill-md,skillsmp,claude-skills,codex-cli,gemini-cliPhase 2: Marketplace Submissions
Tier 1 — Auto-discoverable (verify after Phase 1):
Tier 2 — PR submissions (draft and submit):
Tier 3 — Web/CLI submissions:
Constraints
.claude-plugin/infrastructure — harden is a skill, not a pluginLikely Affected Files/Modules
SKILL.md(frontmatter only)README.md(installation section)Acceptance Criteria
name,description,licensenpx skills add mickeylorenzini/harden --listshows harden as available