Generic multi-repository Git synchronization workflow for main repos, submodules, and nested Git repos.
JupiterTheWarlock's public Claude Code skill marketplace.
Add the marketplace in Claude Code:
/plugin marketplace add JupiterTheWarlock/jthewl-skills
Install one plugin:
/plugin install git-sync@jthewl-skills
/plugin install project-skill-governance@jthewl-skills
/plugin install xhs-note-scraper@jthewl-skills
jthewl-skills/
├── .claude-plugin/
│ └── marketplace.json
└── plugins/
├── git-sync/
│ ├── .claude-plugin/plugin.json
│ └── skills/git-sync/SKILL.md
├── project-skill-governance/
│ ├── .claude-plugin/plugin.json
│ └── skills/project-skill-governance/SKILL.md
└── xhs-note-scraper/
├── .claude-plugin/plugin.json
└── skills/xhs-note-scraper/SKILL.md
One marketplace can list many plugins. Each plugin can contain one or more skills. This repository starts with one skill per plugin so each skill can be installed and updated independently.
The public web hub reads extra display metadata from .jthewl-hub/plugins/<plugin-name>.json.
This data is intentionally separate from Claude Code plugin manifests:
.claude-plugin/marketplace.json and plugins/*/.claude-plugin/plugin.json stay focused on Claude Code installation and validation..jthewl-hub/plugins/*.json stores human-facing descriptions, provenance, maintainer/original author fields, links, use cases, warnings, and update dates for the web hub.provenance.| Plugin | Skill | Purpose |
|---|---|---|
git-sync | git-sync | Sync a main repo, submodules, and nested Git repos with remote. |
project-skill-governance | project-skill-governance | Consolidate repo-local skills into .agents/skills and generate compatibility routers. |
xhs-note-scraper | xhs-note-scraper | Export public Xiaohongshu/XHS note pages through public HTTP fetches. |
claude plugin validate .
Before adding a skill to plugins/, audit the skill directory:
node .agents/skills/skill-safety-audit/scripts/audit-skill-safety.mjs "<skill-dir>"
Use local-only private terms for personal codenames, handles, or domains:
SKILL_SAFETY_PRIVATE_TERMS="private-term-1,private-term-2" node .agents/skills/skill-safety-audit/scripts/audit-skill-safety.mjs "<skill-dir>"
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 jupiterthewarlock/jthewl-skills --plugin git-syncConsolidate repo-local agent skills into .agents/skills and maintain compatibility router skills across agent ecosystems.
Export public Xiaohongshu/XHS note pages to Markdown, JSON, raw HTML, and downloaded images using public HTTP fetches.
Official Godot docs-backed game development knowledge skill for Claude Code.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.