Reusable agent skills for AI coding agents
npx claudepluginhub zarcen/ai-personaKubernetes development skills — operators, controllers, CRDs, client-go, and envtest-based testing with kubebuilder and controller-runtime.
A marketplace of portable agent plugins — skills, hooks, and rules for AI coding agents, version-controlled and shareable across tools and machines.
| Plugin | Description |
|---|---|
| k8s | Kubernetes development — operators, CRDs, controllers, client-go, envtest |
See each plugin's README for full installation instructions.
claude plugin marketplace add zarcen/ai-persona
claude plugin install <plugin-name>@ai-persona
gh repo clone zarcen/ai-persona /tmp/ai-persona
cp -r /tmp/ai-persona/plugins/<plugin-name>/skills/<skill-name> .claude/skills/
Install via the Cursor Marketplace using .cursor-plugin/marketplace.json in this repo.
gh repo clone zarcen/ai-persona /tmp/ai-persona
cp -r /tmp/ai-persona/plugins/<plugin-name>/skills/<skill-name> .cursor/skills/
git clone https://github.com/zarcen/ai-persona.git ~/.codex/ai-persona
mkdir -p ~/.agents/skills
ln -s ~/.codex/ai-persona/plugins/<plugin-name>/skills ~/.agents/skills/<plugin-name>
Per-tool config files symlinked from this repo — git pull on any machine instantly applies changes.
git clone https://github.com/zarcen/ai-persona.git
sh ai-persona/claude-config/install.sh # Claude Code statusline
| Tool | Config | Description |
|---|---|---|
| Claude Code | statusline | Custom statusline: working directory, model name, context window usage |
ai-persona/
├── .claude-plugin/ # GENERATED — Claude Code marketplace catalog
│ └── marketplace.json
├── .cursor-plugin/ # GENERATED — Cursor marketplace catalog
│ └── marketplace.json
├── plugins/ # SOURCE — author plugins here
│ └── <plugin-name>/
│ ├── .claude-plugin/plugin.json # Claude Code manifest (authored)
│ ├── .cursor-plugin/plugin.json # Cursor marketplace manifest (authored)
│ ├── assets/logo.svg # symlink to repo root logo.svg
│ ├── README.md # Plugin install guide
│ ├── skills/
│ │ └── <skill-name>/
│ │ ├── SKILL.md # frontmatter + instructions
│ │ └── references/ # deep-dive docs (loaded on demand)
│ ├── hooks/ # optional
│ └── rules/ # optional
├── claude-config/ # Claude Code config (symlinked into ~/.claude/)
├── scripts/
│ ├── build.sh # Regenerate marketplace catalogs
│ └── validate.sh # Lint manifests, skills, references
└── .github/workflows/
└── build.yml # CI
See AGENTS.md for the full contributor guide — plugin/skill conventions, manifest formats, and the step-by-step workflow for adding new plugins.
./scripts/build.sh # regenerate marketplace catalogs
./scripts/validate.sh # lint everything
version in both manifest files (must match — validate.sh will fail if they differ):
plugins/<name>/.claude-plugin/plugin.jsonplugins/<name>/.cursor-plugin/plugin.json./scripts/build.sh <name>
./scripts/validate.sh <name>
build.sh and must be committed alongside the manifests:
git add plugins/<name>/.claude-plugin/plugin.json \
plugins/<name>/.cursor-plugin/plugin.json \
.claude-plugin/marketplace.json \
.cursor-plugin/marketplace.json
git commit -m "chore(k8s): bump version to x.y.z"
CI will rebuild and re-commit the catalogs automatically on push to main, so step 2 is optional if you push directly.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations