Skip to content

Distribute harden across agent skill marketplaces #9

@mickeylorenzini

Description

@mickeylorenzini

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

  1. SKILL.md frontmatter — Add/verify YAML frontmatter with name, description, license fields (required by Vercel Skills CLI and all SKILL.md-based marketplaces)
  2. GitHub repo topics — Add discovery tags: agent-skills, claude-code, skill-md, skillsmp, claude-skills, codex-cli, gemini-cli
  3. Cross-platform compatibility — Verify repo structure is valid for all targets (Vercel Skills CLI, SkillKit, SkillsMP, SkillHub, LobeHub, Claude Code Templates, awesome lists)
  4. 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

  • SKILL.md has valid YAML frontmatter with name, description, license
  • GitHub repo topics include required discovery tags
  • npx skills add mickeylorenzini/harden --list shows harden as available
  • README includes multi-method installation section
  • Tier 1 auto-discovery verified or blockers identified
  • Tier 2 PR drafts prepared with exact content
  • Tier 3 submission content prepared

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions