By menoncello
Claude Code Plugin Studio - A comprehensive plugin development and management toolkit
The Marketplace skill provides comprehensive capabilities for creating, managing, and maintaining Claude Code Marketplaces. This skill handles the entire lifecycle of marketplace development including initialization, plugin management, validation, deployment, and health monitoring.
Comprehensive Claude Code plugin development expert providing guidance for creation, maintenance, installation, configuration, and troubleshooting of plugins and skills
A sophisticated multi-layered prompt engineering system with analysis, optimization, customization, and validation engines for creating high-quality, domain-specific prompts
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.
A collection of Claude Code plugins and skills by Eduardo Menoncello
Built entirely with Bun and TypeScript for optimal performance and type safety.
Menon Marketplace is a collection of high-quality plugins and skills for Claude Code. It provides comprehensive tools for plugin development, research automation, and workflow enhancement with a focus on developer productivity and code quality.
# Clone the repository
git clone https://github.com/menoncello/menon-marketplace.git
cd claude-code
# Install dependencies
bun install
# Run tests for all plugins
bun test
# Build the research-tools plugin
bun run build
# Run specific plugin tests
bun test plugins/research-tools/
bun test plugins/studio-cc/
A comprehensive plugin development and management toolkit that includes:
Advanced research automation with deep analysis capabilities:
claude-code/
├── plugins/ # Plugin directory
│ ├── research-tools/ # Research automation plugin
│ │ ├── index.ts # Main plugin entry point
│ │ ├── types/ # TypeScript type definitions
│ │ ├── skills/ # Research-specific skills
│ │ └── docs/ # Plugin documentation
│ └── studio-cc/ # Plugin development toolkit
│ ├── index.ts # Main plugin entry point
│ ├── skills/ # Development skills
│ │ ├── prompt/ # Prompt engineering tools
│ │ ├── claude-code-plugin/ # Plugin development guides
│ │ └── claude-code-marketplace/ # Marketplace management
│ └── .claude-plugin/ # Plugin configuration
├── docs/ # Comprehensive documentation
│ ├── ai/ # AI-related documentation
│ └── plans/ # Development plans and notes
├── package.json # Project dependencies
├── tsconfig.json # TypeScript configuration
└── README.md # This file
Each plugin follows the standard Claude Code plugin structure:
{
"name": "plugin-name",
"description": "Plugin description",
"version": "1.0.0",
"author": {
"name": "Author Name",
"email": "[email protected]"
},
"license": "MIT",
"repository": "https://github.com/author/plugin.git",
"skills": ["./skills/skill-name"]
}
All plugins export a standard interface:
export interface PluginConfig {
version: string;
developmentMode?: boolean;
debugLogging?: boolean;
// Plugin-specific configuration options
}
export class PluginClass {
constructor(config: Partial<PluginConfig> = {});
async initialize(): Promise<void>;
getVersion(): string;
getConfig(): PluginConfig;
updateConfig(newConfig: Partial<PluginConfig>): void;
async cleanup(): Promise<void>;
}
import { initialize, performResearch, defaultConfig } from './plugins/research-tools/index.ts';
// Initialize with custom configuration
const config = initialize({
enableDeepResearch: true,
maxSources: 25,
outputFormat: 'markdown',
timeout: 60000,
});
// Perform research
const result = await performResearch('TypeScript best practices', config);
console.log(`Research completed with ${result.sources.length} sources`);
console.log(`Confidence score: ${result.confidence}`);
import StudioCC from './plugins/studio-cc/index.ts';
// Initialize plugin studio
const studio = new StudioCC({
developmentMode: true,
debugLogging: true,
version: '1.0.0',
});
Comprehensive research tools plugin for Claude Code with advanced data analysis and deep research capabilities
npx claudepluginhub menoncello/menon-market --plugin studio-ccInteractive plugin builder for Claude Code - serves as both an example plugin and a tool to create new plugins through guided prompts with specialized builder skills for each component type
Full-stack orchestration with deployment, performance, security, and test automation
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Development tools for Claude Code plugins - local testing without pushing
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls