Agent skills marketplace — portable skills for AI coding agents, plus Claude Code plugins
npx claudepluginhub lamtuanvu/agentskillsSpecKit pipeline orchestrator — brainstorm features, execute the specify→clarify→plan→plan-review→tasks→analyze→implement pipeline with agent-teams support for parallel specialist reviews and parallel implementation.
GitHub CI failure channel — listens for webhook events, filters for failures, deduplicates, and pushes to Claude Code for auto-fix.
CapCut/JianYing video editing API - create video drafts with video, audio, images, text, subtitles, effects, stickers, and keyframe animations via MCP tools
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
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Skills for Claude Code - structured feature development and plugin creation tools.
/plugin marketplace add https://github.com/lamtuanvu/claude-code-marketplace
# Install individual skill
/plugin install speckit-orchestrator@lamtuanvu-marketplace
/plugin install speckit-brainstorm@lamtuanvu-marketplace
/plugin install plugin-creator@lamtuanvu-marketplace
# Or install all skills
/plugin install-all lamtuanvu-marketplace
/speckit-brainstorm Add dark mode toggle
/speckit-orchestrator:execute
/plugin-creator
Create and develop Claude Code plugins with incremental component addition.
/plugin-creator
Features:
SpecKit is a structured feature development workflow:
brainstorm → specify → clarify → plan → tasks → analyze → implement
| Skill | Description |
|---|---|
| plugin-creator | Create and develop Claude Code plugins incrementally |
| speckit-brainstorm | Start here - explore ideas, define requirements, produce idea.md |
| speckit-orchestrator | Execute the pipeline one step at a time |
Start with brainstorming: /speckit-brainstorm <feature description>
idea.md and orchestrator-state.jsonExecute the pipeline: /speckit-orchestrator:execute
idea.md as source of truthCheck progress: /speckit-orchestrator:status
Reset to a step: /speckit-orchestrator:rollback <step>
Pause pipeline: /speckit-orchestrator:cancel-pipeline
skills/
└── development/
├── plugin-creator/
│ ├── SKILL.md
│ ├── scripts/
│ └── references/
├── speckit-brainstorm/
│ ├── SKILL.md
│ ├── scripts/
│ └── references/
└── speckit-orchestrator/
├── SKILL.md
├── scripts/
├── references/
└── assets/
See CONTRIBUTING.md for how to add your skills.
Apache 2.0 - See LICENSE
Built with Claude Code