Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By kkhys
Specialized writing agents for reviewing, editing, and enhancing blog posts, articles, and essays
npx claudepluginhub kkhys/claude-code-marketplaceProfessional content and structural analysis for blog posts, articles, and essays. Use when evaluating logical flow, organization, argumentation, and content coherence.
Professional language editing and proofreading for blog posts, articles, and essays. Use when refining grammar, style, vocabulary, and sentence structure.
Readability, engagement, and accessibility improvement for blog posts, articles, and essays. Use when enhancing reader experience, comprehensibility, and audience retention.
Technical writing assistance for blog posts, documentation, and articles with technical content. Use when verifying technical accuracy, code formatting, and clarity of complex concepts.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Content Creator subagent
Blog post creation - project logs, technical write-ups, personal documentation
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Specialized agents for creating engaging content across various formats and target audiences. Focuses on storytelling, audience engagement, and platform-optimized writing.
Autonomous AI copywriter agent that creates SaaS marketing content while you sleep. Uses the Ralph Wiggum pattern for iterative content creation from trends, research, and communications.
AI-powered blog skill suite with 30 sub-skills and 5 agents. FLOW framework integration (Find/Optimize/Win, 30 evidence-led prompts), semantic topic-cluster planning + execution, multilingual publishing (translate/localize/locale-audit), Google API integration (PageSpeed, CrUX, GSC, GA4, YouTube, NLP, Keywords), YouTube video embedding, persona-driven writing, two-tier AI slop detection, 0-4 editorial heuristics rubric, cognitive-load assessment, durable BRAND.md + VOICE.md context, API-free last-30-days discourse research, 5-dimension research quality rubric, 6-LAW synthesis contract, fact-checking, cannibalization detection, CMS taxonomy sync, NotebookLM research, Gemini TTS audio narration, 5-category scoring, and Gemini image generation. Optimized for Google rankings and AI citations (GEO/AEO).
Personal development workflow utilities for efficient knowledge management and automation
A personal Claude Code plugin marketplace for custom development workflows and tooling
This repository serves as a personal Claude Code plugin marketplace designed to enhance development efficiency. It provides custom toolsets for knowledge management, automation, and streamlined development workflows.
Claude Code plugin marketplaces support centralized plugin discovery, version tracking, automatic updates, and multiple source types (Git repositories, local paths, etc.).
Run the following command in Claude Code:
/plugin marketplace add kkhys/claude-code-marketplace
/plugin install base@my-marketplace
/plugin list
# List all marketplaces
/plugin marketplace list
# Update a marketplace
/plugin marketplace update my-marketplace
# Remove a marketplace
/plugin marketplace remove my-marketplace
# List installed plugins
/plugin list
# Enable/disable plugins
/plugin enable base@my-marketplace
/plugin disable base@my-marketplace
# Uninstall a plugin
/plugin uninstall base@my-marketplace
To test the marketplace locally:
# Add the marketplace
/plugin marketplace add ./path/to/claude-code-marketplace
# Install a plugin
/plugin install base@my-marketplace
# Test the plugin
/memo "Test memo" # Run a command from the base plugin
Validate JSON syntax and marketplace structure:
claude plugin validate .
Or from within Claude Code:
/plugin validate .
Create plugin directory:
mkdir -p plugins/your-plugin/.claude-plugin
mkdir -p plugins/your-plugin/commands
Create plugin manifest (plugins/your-plugin/.claude-plugin/plugin.json):
{
"name": "your-plugin",
"description": "Description of your plugin",
"version": "1.0.0",
"author": {
"name": "Your Name",
"email": "your.email@example.com"
}
}
Add to marketplace (.claude-plugin/marketplace.json):
{
"plugins": [
{
"name": "your-plugin",
"source": "./plugins/your-plugin",
"description": "Brief description of your plugin"
}
]
}
Validate and test:
/plugin validate .
/plugin marketplace update my-marketplace
/plugin install your-plugin@my-marketplace
To make this marketplace automatically available for your team, add it to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"my-marketplace": {
"source": {
"source": "github",
"repo": "kkhys/claude-code-marketplace"
}
}
},
"enabledPlugins": {
"base@my-marketplace": true
}
}
For features available in claude-plugins-official (e.g. MCP servers), prefer the official plugins. Currently installed official plugins:
slack@claude-plugins-officialralph-loop@claude-plugins-officialcode-review@claude-plugins-officialcode-simplifier@claude-plugins-officialsecurity-guidance@claude-plugins-officialpr-review-toolkit@claude-plugins-officialfrontend-design@claude-plugins-officialclaude-md-management@claude-plugins-officialSee settings.json for the full list of installed plugins.
This marketplace and its included plugins are intended for personal use.