Custom marketplace for Timothy Liao's development tools including Adobe Animate/CreateJS and xAPI learning analytics
npx claudepluginhub tim80411/ai-agent-extensionAdobe Animate + CreateJS development expert with performance optimization tools
xAPI statement generation and validation expert for educational assessment tracking
Read Figma designs via link, extract structured page layout summaries with minimal context window usage
Spec/Story 撰寫方法論 — 引導撰寫高品質 User Story 與 Enabler Story,含 INVEST 檢查與反模式掃描
六維度平行程式碼品質審查 — 可讀性、可測試性、避免意外、難以誤用、模組化、可重用性
Package static website projects into zip files and upload to Google Drive with shareable links via gdrive CLI v3
讀書會學習流程工具 — 從原文產生筆記、比對增補、Q&A 調查、導讀建議、Notion 發布
TunnelBox CLI usage guide — manage local static sites, servers, and Cloudflare tunnels via the tunnelbox command
在 HTML 文件的 <head> 區段加入完整的 SEO 標籤結構和 Google Analytics 追蹤代碼
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Custom 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