npx claudepluginhub an8079/take-skills> **版本:** v3.1.0 | 更新日期:2026-03-24
编码实现专家。按计划实现功能,遵循代码规范,处理开发问题。TDD 优先,测试驱动。
调试专家。分析错误堆栈、定位问题根因、提供修复方案。像福尔摩斯一样,一步步锁定嫌疑人。
需求访谈专家。深入理解用户需求,识别项目边界和技术约束,收集业务场景,确定 MVP 范围。
任务规划专家。将规格文档拆解为可执行的任务清单,识别依赖关系和风险。确保每个任务都是可操作的最小单元。
代码审查专家。提供建设性、可操作的反馈。专注正确性、可维护性、安全性、性能。不是风格 Police。
架构设计专家。系统架构设计、技术选型决策、数据模型设计、接口契约定义。设计可维护、可扩展的系统。
分析现有项目架构。在导入项目后深入理解项目结构、技术栈和模块关系。
双 Agent 辩论式访谈,PM(逆向思维)vs 架构师(传统思维),辩论后生成详细规格文档。
全自动执行引擎,5阶段管道:Expansion → Planning → Execution → QA → Validation。
老板督导模式,用 PUA 激将法监督团队工作质量,不达要求不停止。
AI 垃圾代码清理。删除重复代码、死代码、无用抽象,保留原有行为。适用于代码感觉臃肿、重复、过度抽象的情况。
多角色代码审查团队 - 安全/性能/可维护性/架构四维度并行审查
苏格拉底式需求访谈,通过提问理清模糊需求,生成带模糊度评分的规格文档。
技能推荐与安装,从 lenny-skills 搜索适合项目的 skills。
GAN式前端对抗审查 - 生成器与评估器博弈,agent-browser驱动量化评分
AI 图像提示词工程师。将视觉概念转化为精确的提示词,生成专业级摄影质量的图像。支持 Midjourney、DALL-E、Stable Diffusion、Flux 等。
导入现有项目。在用户已有项目、只负责部分开发时使用。自动分析项目结构并建立开发边界。
基于关键词分析自动为 GitHub Issue 打标签。支持 priority/type/complexity/component 分类,使用 GitHub CLI (gh issue edit) 应用标签。
通知配置与管理,支持桌面通知、Webhook、声音提醒。
产品审视模式,gstack 风格的产品价值评估。
多容器会话编排引擎,支持并行/串行/DAG依赖图执行
规格计划文档质疑审查团队 - CEO+架构师双视角审查,产品经理优化
自动优化用户的自然语言提示词,使其更结构化、更有效。将模糊需求转化为结构化的高效提示词。
激将法激励模式,用竞争压力激发用户斗志。
仅生成缺陷报告(不修复)。系统性测试 Web 应用,产出结构化报告含健康评分和截图,但不修改任何代码。
自动化 QA 测试与缺陷修复。测试 Web 应用并找出 bug,修复后提交,全程记录证据。
RAG 项目设计与讨论。讨论 LangGraph 工作流、LangFuse/LangSmith 集成、LangChain 组件选型、RAG 架构设计。
持久循环模式,自动循环直到任务验证完成,包含 ultrawork 模式。
逆向思维架构师。从破坏者视角审视设计,找出漏洞、假设陷阱和单点故障。魔鬼代言人。
沙箱隔离执行模式,为敏感操作提供隔离环境
管理和查看开发边界。控制哪些文件/目录可以修改,哪些必须保持不变。
顶级架构师思维分析,直接基于项目代码进行深度架构分析。
组建专家团队进行协作,支持分析师、监督者、执行者等多种角色协同工作
组建测试大队,3个测试人员+1个资深程序员进行混合模式测试。
QA 循环模式,测试→验证→修复→重复直到目标达成。
最大并行执行引擎,适合批量修复和重构任务。
测试驱动开发工作流。测试先行,红-绿-重构。
测试工程师。生成和运行测试,确保代码质量。覆盖率是手段,不是目的 — 有效的测试才是。
API contract testing: verify that API providers and consumers honor agreed-upon interfaces without running full integration. Use when building microservices, running Consumer-Driven Contract (CDC) tests, testing REST/GraphQL/Protobuf contracts, or ensuring frontend-backend API compatibility. Covers Pact, OpenAPI validation, GraphQL schema testing, and end-to-end contract suites.
> API 质量专项审查技能 — RESTful/GraphQL/WebSocket 接口规范性、安全性、性能审查
autopilot
Chaos engineering for distributed systems: design and run chaos experiments to proactively discover weaknesses before they cause outages. Use when user mentions chaos, fault injection, resilience testing, GameDays, chaos monkey,LitmusChaos, Gremlin, steady-state hypothesis, or when building信頼性 into microservices.
Cron表达式解析、验证、可视化Schedule,以及常见定时任务模式生成
deep-interview
> 极简高效执行模式 — 最小化 token 消耗,最大化输出质量的激进执行策略
给定 YAML 配置文件,自动识别可用工具:
Git interactive rebase, history rewriting, and advanced branching strategies. Use when cleaning up commit history before PR, splitting or squashing commits, fixing commit messages, reordering commits, or resolving complex rebase conflicts. Covers git rebase -i, reflog, filter-branch, and bisect combined with rebase workflows.
Git常见问题排查与修复,包括冲突处理、回退、清理、cherry-pick、reflog恢复等疑难杂症
hud
根据描述或模板自动生成真实感测试JSON数据,支持faker模式、边界条件测试数据、负数/空值等异常数据构造
Observability engineering: distributed tracing, structured logging, and metrics with OpenTelemetry. Use when implementing observability in microservices, debugging production with traces, writing SLIs/SLOs/SLAs, or setting up the three pillars (logs, metrics, traces). Covers OpenTelemetry SDK, Jaeger, Prometheus, Grafana, Honeycomb, and Datadog.
> 性能专项审查技能 — 前端/后端性能问题识别、量化分析、优化建议
Property-based testing (PBT): generate hundreds of inputs automatically to verify mathematical properties of code. Use when user mentions property testing, QuickCheck, Hypothesis, Shrinking, invariant testing, generative testing, or when unit test coverage feels insufficient. Covers Haskell/QuickCheck, Python/Hypothesis, JavaScript/JSVerify/Fast-Check, and Go/testing.
ralplan
AI领域深度调研Agent——多源搜索+结构化输出+迭代深挖,适用于竞品分析、技术选型、市场调研。
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
> 设计风格一致性审查技能 — 视觉、代码风格、品牌统一性检查
takes (Take It Away, Ship It!) AI驱动开发框架主技能。当用户要求启动新项目、制定开发计划、执行任务、验证结果,或要求AI像CEO一样思考、进行苏格拉底式提问、使用团队协作等场景时触发。此技能将Claude Code转化为GSD驱动的专业开发Agent,自动最大化get-shit-done工作流的能力。适用场景:(1) 启动全新项目并制定路线图 (2) 对已有项目进行代码库分析和规划 (3) 分阶段执行开发任务 (4) 验证和修复问题 (5) 使用CEO/OM-team/苏格拉底等视角进行深度思考 (6) 将GSD工作流与oh-my-claude、gstack等辅助技能协同使用。
> 网页克隆/还原技能 — 快速将设计稿或参考网站还原为高质量代码
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Uses power tools
Uses Bash, Write, or Edit tools
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.