Explore and query the gaiia GraphQL API. Schema exploration, query construction, and API execution.
npx claudepluginhub gaiia-systems/agent-plugins-official --plugin gaiia-apiA Claude Code plugin marketplace for interacting with the gaiia platform.
| Plugin | Description |
|---|---|
| gaiia-api | Explore and query the Gaiia GraphQL API — schema exploration, query construction, mutation discovery, and execution. |
Add this marketplace to Claude Code:
/plugin marketplace add gaiia-systems/agent-plugins-official
Then install a plugin:
/plugin install gaiia-api@agent-plugins-official
Once installed, plugin skills are namespaced under the plugin name. For example:
/gaiia-api:graphql
Or just ask Claude something that matches the skill description — it will load automatically:
"Find all subscriptions for customer X in the Gaiia API"
Each plugin lives in plugins/<plugin-name>/ and follows the Claude Code plugin structure:
plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (name, description, version)
└── skills/
└── <skill-name>/
├── SKILL.md # Skill instructions (required)
└── ... # Supporting files (scripts, references, etc.)
The marketplace catalog is at .claude-plugin/marketplace.json.
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.