By imit96
Generate all AI-agent config files for any full-stack project. 9-phase system: interviews first, then creates CLAUDE.md, rules, agents, skills, commands, progress tracking, best practices coaching, and completion awareness.
npx claudepluginhub imit96/imit-dev-plugins --plugin project-scaffoldHigh-performance AI agent tools for developers and entrepreneurs.
A collection of cross-platform AI agent plugins designed to streamline development and business intelligence. Register once, install any plugin from the suite, and get more out of your agent-based workflows.
| Plugin | Description | Documentation |
|---|---|---|
project-scaffold | Full-Stack Project Initialization. Interviews you about your project, then generates a complete set of CLAUDE.md, rules, agents, skills, and progress tracking. | README |
trade-launch-intelligence | Professional Multi-Agent Team. Professional business launch advisory (Analyst, Finance, Compliance, Strategy) for traders and exporters. | README |
To install from the Imit Dev Plugins hub, first register it as a marketplace in your agent CLI:
/plugin marketplace add Imit96/imit-dev-plugins
Then install any plugin:
# To scaffold a project
/plugin install project-scaffold@imit-dev-plugins
# For trade/business advisory
/plugin install trade-launch-intelligence@imit-dev-plugins
Use the universal installer for any plugin in the hub:
npx skills add Imit96/imit-dev-plugins/[plugin-name]
The hub is designed for modularity and cross-platform compatibility. Each plugin contains its own manifests, reference library, and orchestration skills.
imit-dev-plugins/
├── .claude-plugin/ # Central Hub Manifest
│ └── marketplace.json # Global Catalog
├── plugins/
│ ├── project-scaffold/ # Plugin 1: Project Scaffolding
│ │ ├── .claude-plugin/plugin.json # Specific Manifest
│ │ ├── skills/ # Skill Logic
│ │ └── README.md
│ └── trade-launch-intelligence/ # Plugin 2: Global Trade Advisory
│ ├── .claude-plugin/plugin.json # Specific Manifest
│ ├── skills/ # Reference Library & Logic
│ └── README.md
└── README.md # This Hub Landing Page
Following the Agent Skills open standard, these plugins work across all major AI agent platforms.
| Platform | Support |
|---|---|
| Claude Code | ✅ Full marketplace + auto-update support |
| Claude.ai | ✅ Upload skill via zip/folder |
| Cursor Agent | ✅ Marketplace discovery |
| VS Code (Agent) | ✅ Native skill support |
| Gemini CLI | ✅ Native extension support |
| GitHub Copilot | ✅ Full compatibility |
Built by Imit (Imit96)
Issues & Requests: github.com/Imit96/imit-dev-plugins/issues
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Frontend design skill for UI/UX implementation
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.