By kkhys
Specialized writing agents for reviewing, editing, and enhancing blog posts, articles, and essays
Professional 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.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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": "[email protected]"
}
}
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.
npx claudepluginhub kkhys/claude-code-marketplace --plugin writingPersonal development workflow utilities for efficient knowledge management and automation
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.
Content Creator subagent
Specialized agents for creating engaging content across various formats and target audiences. Focuses on storytelling, audience engagement, and platform-optimized writing.
SEO content creation with auditing, planning, and optimized writing
The Hitchhiker's Guide — content creation suite with automated pipeline, daily briefs, and blog writing
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.