By langburd
Rewrite AI-sounding text into natural human prose — strip filler, hedging, and robotic phrasing
Personal Claude Code plugin marketplace. Skills-first, versioned with semver, auto-updating via native marketplace autoUpdate.
claude plugin marketplace add langburd/agent-skills
claude plugin install cv-achievements@langburd
/plugin marketplace add langburd/agent-skills
/plugin install cv-achievements@langburd
Claude Code can auto-apply newer plugin versions at startup by comparing
installed versions against this marketplace's index. Third-party marketplaces
have auto-update disabled by default — enable it in ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"langburd": {
"source": {
"source": "github",
"repo": "langburd/agent-skills"
},
"autoUpdate": true
}
}
}
claude plugin marketplace add langburd/agent-skills registers the entry; set
"autoUpdate": true on it (or toggle via /plugin → Marketplaces). No
SessionStart hook is needed — version comparison and update application are
built into Claude Code.
| Plugin | Version | Description |
|---|---|---|
| claude-to-agents | 0.1.0 | Convert Claude Code skills/config into agent definitions for other agent runtimes |
| cv-achievements | 1.1.0 | Turn GitHub PR activity into CV achievement bullets for a job entry |
| humanizer | 0.1.0 | Rewrite AI-sounding text into natural human prose — strip filler, hedging, and robotic phrasing |
| linkedin-post | 0.1.0 | Turn any subject into a ready-to-post LinkedIn post: an HTML preview with copy buttons plus an image-generation prompt |
Fork, add plugin under plugins/<name>/, run ./scripts/sync.sh, open PR.
CI validates automatically.
plugins/<name>/
├── .claude-plugin/
│ └── plugin.json # { "name", "version", "description" }
├── skills/
│ └── <skill-name>/
│ └── SKILL.md # frontmatter: name, description
└── README.md
# Edit skill, bump version in plugin.json, regenerate
./scripts/sync.sh
git add -p && git commit
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 langburd/agent-skills --plugin humanizerConvert Claude Code skills/config into agent definitions for other agent runtimes
Turn GitHub PR activity into CV achievement bullets for a job entry
Turn any subject into a ready-to-post LinkedIn post: an HTML preview with copy buttons plus an image-generation prompt
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.