Skip to content

Plugin marketplace: port personal skills to Claude Code plugins #1

@AojdevStudio

Description

@AojdevStudio

Tracking issue for porting personal Claude Code skills into the
agentic-utilities plugin marketplace, sibling to the existing
youtube-analyzer and the just-shipped bambu-slicer plugins.

Each port follows the established pattern (see claude-code/plugins/bambu-slicer/):

  • Plugin lives at claude-code/plugins/<name>/ with .claude-plugin/plugin.json,
    README, scrubbed skills/<name>/SKILL.md, plus any bundled assets.
  • Strip personal data (paths under /Users/..., hardcoded IPs, Bitwarden
    item names, repo-specific assumptions). Replace with ${CLAUDE_PLUGIN_ROOT}
    for internal paths and a .claude/<name>.local.md config pattern for
    user-specific values (per memory rule feedback_plugin_porting_paths.md).
  • Marketplace registration: add entry in .claude-plugin/marketplace.json.
  • Validate: plugin-validator agent + any bundled CLI typecheck/tests.
  • Security review (manual or /security-review) before merging.

Skills to port

  • AwesomeReadme~/.claude/skills/AwesomeReadme
    Story-and-utility README generator. Already references gpt-image-2.
  • claude-md-improver~/.claude/skills/claude-md-improver-workspace
    (also at ~/Projects/dev-utils/dev-bootstrap/.agents/skills/claude-md-improver)
    Audits and improves CLAUDE.md / AGENTS.md files against modern harness
    engineering principles.
  • DeepDive~/.claude/skills/DeepDive
    Structured opinionated analysis with one clear path forward.
  • harness-audit~/.claude/skills/harness-audit
    (also ~/Projects/agentic-utilities/skills/harness-audit — harness-agnostic copy)
    10-artifact harness engineering audit, stack-adaptive. Existing in-repo
    copy can serve as the porting source.
  • harness-worktrees~/.claude/skills/harness-worktrees
    (also ~/.pi/agent/skills/harness-worktrees)
    Parallel git worktrees per coding harness (Claude / Codex / Cursor / pi-cli).
  • dogfood~/.agents/skills/dogfood (symlinked into ~/.claude/skills/)
    Systematic exploratory testing of web apps with reproduction evidence.
  • GitWorkflow~/.claude/skills/GitWorkflow
    Git Flow + CI monitoring + auto-merge + submodule awareness.
  • YouTubeAnalyzer — already shipped as
    claude-code/plugins/youtube-analyzer/

Suggested order

  1. harness-audit first — already partially genericized in-repo, lowest porting cost,
    high external interest.
  2. claude-md-improver + harness-worktrees — universally useful, minimal personal data.
  3. GitWorkflow + dogfood — moderate scrubbing required.
  4. AwesomeReadme + DeepDive — tied to opinionated workflows; needs the most
    thought on what to keep vs. genericize.

References

  • Existing plugin pattern: claude-code/plugins/bambu-slicer/, claude-code/plugins/youtube-analyzer/
  • Marketplace: .claude-plugin/marketplace.json
  • Memory rule: feedback_plugin_porting_paths.md (use ${CLAUDE_PLUGIN_ROOT} internally,
    AskUserQuestion or .local.md for user-specific values)

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