georgiai
v1.4.0GeorgiAI toolkit — everything in one plugin: /feedback-prep and /feedback-round (ClickUp-driven customer feedback rounds), the One-Shot BRD Architect skill, the spec-gap-interview skill, the Nuxt 4+ development skill, and the fix-stale-mcp-oauth repair skill.
By GeorgiAI0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install georgiai for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install georgiai@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/georgiai1/georgiai-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/georgiai/.
Plugin files
├── .claude-plugin/plugin.json├── skills/brd-architect/SKILL.md├── skills/fix-stale-mcp-oauth/SKILL.md├── skills/nuxt/SKILL.md└── skills/spec-gap-interview/SKILL.md
Included Skills4
Interview a business owner about how their business actually runs and produce a single, build-ready Business Requirements Document (BRD) so complete that a coding agent can build the whole system from it in one shot — no follow-up questions, no invented decisions, no gaps. Use this skill whenever the user wants to write, draft, review, or improve a BRD, a software specification, a requirements document, or a "spec" for a system to be built; whenever they want to be interviewed about their business process so it can be turned into software; whenever they mention "one-shot", "build-ready spec", "zero assumptions", or hand over exports/orders/screenshots of a current tool to be turned into requirements — even if they don't use the word "BRD".
Use when an MCP server's OAuth login in Claude Code fails on every attempt with "Unrecognized client_id" or invalid_client — /mcp → Authenticate loops endlessly, one project fails while the same server works in other projects, and reinstalling/re-adding the server under the same name changes nothing. Applies to any OAuth MCP server (Supabase, Notion, etc.) whose Dynamic Client Registration went stale.
Use when working on Nuxt 4+ projects - provides server routes, file-based routing, middleware patterns, Nuxt-specific composables, and configuration with latest docs. Covers h3 v1 helpers (validation, WebSocket, SSE) and nitropack v2 patterns. Updated for Nuxt 4.3+.
Interrogate an existing draft functional specification (spec, BRD, PRD, requirements doc) to extract every decision it does NOT make — via batches of closed A/B/C/D/E multiple-choice questions grouped by section, covering edge cases, state transitions, permissions, errors, data rules, concurrency, contradictions and undefined terms. Use when the user pastes or points to a draft spec and wants to be interviewed about its gaps rather than have it rewritten. For writing a BRD from scratch, use brd-architect instead.
Plugin manifests1
{
"name": "georgiai",
"description": "GeorgiAI toolkit — everything in one plugin: /feedback-prep and /feedback-round (ClickUp-driven customer feedback rounds), the One-Shot BRD Architect skill, the spec-gap-interview skill, the Nuxt 4+ development skill, and the fix-stale-mcp-oauth repair skill.",
"version": "1.4.0",
"author": {
"name": "GeorgiAI",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[georgiai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/georgiai)