npx claudepluginhub tim80411/ai-agent-extension --plugin add-seo-gaCustom marketplace for development tools including Adobe Animate/CreateJS, xAPI learning analytics, Figma design reading, and spec writing methodology.
Adobe Animate + CreateJS development expert with performance optimization tools.
animate-dev, animate-performancexAPI statement generation and validation expert for educational assessment tracking.
xapi-specification, prompt-engineering/analyze, /generate, /validateRead Figma designs via link, extract structured page layout summaries with minimal context window usage.
figma-read/figma-readSpec/Story 撰寫方法論 — 引導撰寫高品質 User Story 與 Enabler Story,含 INVEST 檢查與反模式掃描。
spec-writingThis marketplace is automatically loaded from:
~/.claude/plugins/marketplaces/user-marketplace/
The plugins should appear in Claude Code's plugin list after marketplace discovery.
user-marketplace/
├── .claude-plugin/
│ └── marketplace.json
├── .claude/skills/ ← symlinks for in-project testing (Claude Code)
│ ├── animate-dev -> ../../plugins/animate-dev/skills/animate-dev
│ ├── deploy-gdrive -> ../../plugins/deploy-gdrive/skills/deploy-gdrive
│ └── ...
├── .cursor/skills/ ← symlinks for in-project testing (Cursor)
│ ├── animate-dev -> ../../plugins/animate-dev/skills/animate-dev
│ ├── deploy-gdrive -> ../../plugins/deploy-gdrive/skills/deploy-gdrive
│ └── ...
├── plugins/ ← real skill files (source of truth)
│ ├── animate-dev/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── references/
│ │ └── skills/
│ ├── xapi-engineer/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ ├── figma-reader/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ ├── spec-writer/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ └── skills/
│ ├── code-quality-review/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ └── deploy-gdrive/
│ ├── .claude-plugin/plugin.json
│ └── skills/
├── LICENSE
└── README.md
.claude/skills/ 和 .cursor/skills/ 內的 symlink 指向 plugins/ 中的真實 skill 目錄,讓你在此專案內即可直接測試 skill,不需全域安裝。編輯 plugins/ 下的 skill 檔案會立即反映到兩個工具。
Timothy Liao (tim80411@gmail.com)
MIT
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.