Meta-plugin that creates production-grade Claude Code plugins through a 4-phase pipeline: internet research, clarifying questions, architecture blueprint, and full code generation. Learns from every build to improve future plugin quality.
Plugin architecture designer for the Plugin Forge. Creates detailed blueprints including directory trees, data schemas, hook event maps, agent rosters, and skill inventories. Invoke after research is complete and user requirements are clarified. <example> user: Design the architecture for my logging plugin assistant: [delegates to forge-architect to create a complete blueprint] </example>
Code generation engine for the Plugin Forge. Writes all plugin files based on approved blueprints: manifests, hooks, handlers, agents, skills, data schemas, bin tools, and install scripts. Invoke after a blueprint has been approved. <example> user: Generate the plugin based on the approved blueprint assistant: [delegates to forge-generator to write all files] </example>
Pattern mining and learning specialist for the Plugin Forge. Analyzes build history, research cache, and validation results to extract reusable patterns and improve future plugin generation. Invoke when asked to review past builds or extract learnings. <example> user: What have we learned from past plugin builds? assistant: [delegates to forge-learner to mine patterns from build history] </example>
Internet research specialist for the Plugin Forge. Searches the web, GitHub repos, plugin marketplaces, and documentation to find existing solutions, patterns, and best practices before building a new plugin. Invoke when starting a new plugin build or when the user asks to research a plugin concept. <example> user: I want to build a plugin for automated code review assistant: [delegates to forge-researcher to search for existing code review plugins] </example>
Plugin structure and quality validator for the Plugin Forge. Checks that a generated plugin follows all Claude Code plugin conventions, has valid JSON and YAML, proper frontmatter, correct paths, and no common mistakes. Invoke after plugin generation or when asked to validate a plugin. <example> user: Validate the plugin I just created assistant: [delegates to forge-validator to check plugin structure and quality] </example>
Add a new component (hook, agent, skill, MCP server, bin tool, or output style) to an existing Claude Code plugin. Use when asked to extend, enhance, or add functionality to a plugin that already exists.
Architecture blueprint phase for plugin creation. Designs the complete plugin structure including directory tree, data schemas, hook event map, agent roster, and skill inventory. Use after research and clarification phases are complete.
View Plugin Forge build history, statistics, and system health. Use when asked about forge status, past builds, or plugin generation stats.
Create a production-grade Claude Code plugin from scratch through a 4-phase pipeline: research, clarify, blueprint, generate. Use when asked to build, create, or scaffold a new Claude Code plugin. Automatically invoked when user says "create a plugin", "build a plugin", "scaffold a plugin", or "forge a plugin".
Generation phase for plugin creation. Writes all plugin files based on an approved blueprint. Creates manifest, hooks, handlers, agents, skills, data schemas, bin tools, and install script. Use after blueprint approval.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
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.
By Siddharth Gupta | PretInnov Technologies
Three production-grade plugins that make Claude Code smarter, safer, and capable of building its own extensions.
| Plugin | What It Does | One-Liner |
|---|---|---|
| Clamper | Verifies your code, maps your project DNA, and scaffolds full agent ecosystems | "Clip it, Clamp it." |
| Cortex | Remembers what worked and what failed across ALL your sessions, then uses that knowledge automatically | "Claude Code with a brain." |
| Forge | Creates entire plugins from a simple chat prompt — researches, asks questions, designs, and generates everything | "Build plugins by talking." |
This tells Claude Code "hey, there's a plugin store at this GitHub repo." You only do this once.
Option A — Using the Terminal (CLI):
Open your terminal and type:
claude plugin marketplace add github:PretInnov-Inc/forge-marketplace
Option B — Using the Desktop App:
PretInnov-Inc/forge-marketplaceOption C — From inside a Claude Code chat session:
Just type this as a message:
/plugin marketplace add github:PretInnov-Inc/forge-marketplace
Now you can install any (or all) of the 3 plugins:
# Install all three:
claude plugin install clamper@pretinnov-plugins
claude plugin install cortex@pretinnov-plugins
claude plugin install forge@pretinnov-plugins
Or from inside a Claude Code session:
/plugin install clamper@pretinnov-plugins
/plugin install cortex@pretinnov-plugins
/plugin install forge@pretinnov-plugins
Type /help inside Claude Code — you should see the new commands listed under their plugin namespaces.
/clamper:init # Set up your project with agents, skills, and rules
/clamper:clamp # Check if your recent code changes are safe
/clamper:dna # Analyze your project structure, hot files, fragile zones
/clamper:clamper # View the Clamper dashboard with stats
/cortex:cortex # View what Cortex has learned about you
/cortex:decisions # Track important decisions you've made
/cortex:health # Check system health
/cortex:evolve # Let Cortex adapt its rules based on your feedback
/forge # Create a new plugin (full guided process)
/forge:research <idea> # Research if a plugin idea already exists
/forge:validate <path> # Check if a plugin is correctly built
/forge:dashboard # View your build history
When we release new versions, update like this:
# Update the marketplace catalog first
claude plugin marketplace update pretinnov-plugins
# Then update individual plugins
claude plugin update clamper@pretinnov-plugins
claude plugin update cortex@pretinnov-plugins
claude plugin update forge@pretinnov-plugins
claude plugin uninstall clamper@pretinnov-plugins
claude plugin uninstall cortex@pretinnov-plugins
claude plugin uninstall forge@pretinnov-plugins
# Remove the marketplace entirely
claude plugin marketplace remove pretinnov-plugins
MIT — Use it, modify it, share it. No restrictions.
Siddharth Gupta — PretInnov Technologies
npx claudepluginhub pretinnov-inc/claude-plugin-marketplace --plugin forgeUnified code review engine with 6 specialized agents, adaptive confidence scoring, security blocking, risk classification, and churn detection. Works with or without git.
Self-learning intelligence layer that auto-extracts learnings, mines patterns, tracks decisions, and continuously optimizes your Claude Code workflow across all projects and sessions.
Clip it, Clamp it. One-command ecosystem initialization, verification loop, and deep project DNA. /init scaffolds the full cross-platform agent ecosystem for any project.
Interactive 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
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.