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/):
Skills to port
Suggested order
- harness-audit first — already partially genericized in-repo, lowest porting cost,
high external interest.
- claude-md-improver + harness-worktrees — universally useful, minimal personal data.
- GitWorkflow + dogfood — moderate scrubbing required.
- 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)
Tracking issue for porting personal Claude Code skills into the
agentic-utilitiesplugin marketplace, sibling to the existingyoutube-analyzerand the just-shippedbambu-slicerplugins.Each port follows the established pattern (see
claude-code/plugins/bambu-slicer/):claude-code/plugins/<name>/with.claude-plugin/plugin.json,README, scrubbed
skills/<name>/SKILL.md, plus any bundled assets./Users/..., hardcoded IPs, Bitwardenitem names, repo-specific assumptions). Replace with
${CLAUDE_PLUGIN_ROOT}for internal paths and a
.claude/<name>.local.mdconfig pattern foruser-specific values (per memory rule
feedback_plugin_porting_paths.md)..claude-plugin/marketplace.json.plugin-validatoragent + any bundled CLI typecheck/tests./security-review) before merging.Skills to port
~/.claude/skills/AwesomeReadmeStory-and-utility README generator. Already references
gpt-image-2.~/.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.
~/.claude/skills/DeepDiveStructured opinionated analysis with one clear path forward.
~/.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.
~/.claude/skills/harness-worktrees(also
~/.pi/agent/skills/harness-worktrees)Parallel git worktrees per coding harness (Claude / Codex / Cursor / pi-cli).
~/.agents/skills/dogfood(symlinked into~/.claude/skills/)Systematic exploratory testing of web apps with reproduction evidence.
~/.claude/skills/GitWorkflowGit Flow + CI monitoring + auto-merge + submodule awareness.
claude-code/plugins/youtube-analyzer/✅Suggested order
high external interest.
thought on what to keep vs. genericize.
References
claude-code/plugins/bambu-slicer/,claude-code/plugins/youtube-analyzer/.claude-plugin/marketplace.jsonfeedback_plugin_porting_paths.md(use${CLAUDE_PLUGIN_ROOT}internally,AskUserQuestion or
.local.mdfor user-specific values)