By lamtuanvu
SpecKit 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.
Brainstorm and plan a new feature using multi-angle analysis (agent team or parallel subagents). Produces an approved idea.md file.
Pause the SpecKit pipeline so the stop hook allows exit
Archive the orchestrator state after pipeline completion
Execute the next step in the SpecKit pipeline (specify->clarify->plan->plan-review->tasks->analyze->implement). Supports agent-teams for parallel plan review and implementation. Assumes idea.md exists.
Reset SpecKit pipeline to a specific step
You are a conventions-focused plan reviewer for the SpecKit orchestrator pipeline.
You are the devil's advocate brainstorm analyst for the SpecKit orchestrator pipeline.
You are a technical feasibility analyst for the SpecKit orchestrator pipeline.
You are a performance-focused plan reviewer for the SpecKit orchestrator pipeline.
You are a post-implementation QA reviewer for the SpecKit orchestrator pipeline.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of AI agent skills and Claude Code plugins. Skills work across any agent that supports the agentskills.io spec. Claude Code plugins layer on top of skills to add hooks, slash commands, and parallel agent teams.
Skills are portable — they work with Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Warp, and any agent that supports the agentskills.io spec.
# Install all skills globally
npx skills add lamtuanvu/agentskills -g -y
# Install a single skill
npx skills add lamtuanvu/agentskills@gemini-image-gen -g -y
| Skill | Description |
|---|---|
| agent-manager | Manage local CLI agents via tmux sessions (start/stop/monitor/assign) |
| brand-guidelines | Anthropic brand colors and typography for any artifact |
| find-docs | Fetch up-to-date docs for any library, framework, or SDK via Context7 |
| gemini-image-gen | Generate SVG vector graphics and PNG images via Google Gemini API |
| mcp-builder | Guide and templates for building MCP servers (Python/Node) |
| plugin-creator | Scaffold and develop Claude Code plugins incrementally |
| skill-creator | Guide for creating agentskills-compatible SKILL.md packages |
| speckit-brainstorm | Brainstorm a feature, define requirements, produce idea.md |
| speckit-orchestrator | Run the SpecKit pipeline: specify → clarify → plan → tasks → analyze → implement |
| vectcut-api | CapCut/JianYing video editing API reference and Python client |
| video-proposal | Analyze a clip collection and propose short-form video concepts |
Once installed, invoke a skill by describing the task. Your agent will automatically select the relevant skill. You can also invoke explicitly:
# Claude Code
/find-docs how do I use React Server Components?
/gemini-image-gen a minimalist settings gear icon
# Other agents (varies by agent)
@find-docs how do I configure Prisma with PostgreSQL?
Plugins are Claude Code-specific. They extend skills with:
/speckit-orchestrator:execute, /speckit-orchestrator:status, etc.# Step 1 — add this repo as a marketplace source (one time)
/plugin marketplace add https://github.com/lamtuanvu/agentskills
# Step 2 — install a plugin
/plugin install speckit-orchestrator@lamtuanvu-marketplace
/plugin install github-ci@lamtuanvu-marketplace
| Plugin | Enhances | What it adds |
|---|---|---|
| speckit-orchestrator | speckit-brainstorm + speckit-orchestrator skills | Stop hook auto-continuation, /speckit-orchestrator:* commands, parallel agent teams for plan review and implementation |
| github-ci | — | Webhook listener for GitHub CI failures; pushes failures into your Claude Code session for automated diagnosis and fix |
| capcut-api | vectcut-api skill | CapCut/JianYing MCP tools for direct video editing |
| ai-video-editor | video-proposal skill | Scene detection, audio transcription, vision analysis for video metadata |
SpecKit is a structured feature development pipeline built on the speckit-brainstorm and speckit-orchestrator skills.
speckit-brainstorm → idea.md → speckit-orchestrator → spec → clarify → plan → tasks → analyze → implement
# 1. Install the skills
npx skills add lamtuanvu/agentskills@speckit-brainstorm -g -y
npx skills add lamtuanvu/agentskills@speckit-orchestrator -g -y
# 2. Brainstorm a feature
# Invoke speckit-brainstorm with your feature idea.
# It explores the codebase, asks clarifying questions,
# and produces docs/features/<name>/idea.md on approval.
# 3. Run the pipeline
# Invoke speckit-orchestrator.
# It reads idea.md, runs each step, and pauses at clarify for your review.
# After clarify, re-invoke to continue through to implementation.
npx claudepluginhub lamtuanvu/agentskills --plugin speckit-orchestratorGitHub 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
GitHub Spec-Kit integration for constitution-based spec-driven development (7-phase workflow)
Spec-driven development using GitHub spec-kit methodology. Constitution-first approach with specify, plan, tasks, and implement phases.
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Interview command for fleshing out big feature plans and specifications
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.