
Claude Skills by gabrielmoreira
github.com/gabrielmoreiraGenerate a LinkedIn post using the LinkedIn Writer MCP server. Use this skill whenever the user wants to write a LinkedIn post, create social media content, draft a post from research, or generate a post with an image. Triggers on: 'write a post', 'create a LinkedIn post', 'draft a post about', 'turn this into a post', 'generate a post', or any request involving LinkedIn content creation. Also use when the user has a guideline.md and research.md ready.
Harness-agnostic version of `/implement`. Drives a single workshop ticket through the SWE→Tester loop in ONE conversation, with the role prompts bundled as `agents/software-engineer.md` and `agents/tester.md` instead of being launched as subagents. Resolves the ticket from `implement_yourself/tasks/`, creates an `implementing/from-scratch` branch (a fixed default — not derived from the ticket; subsequent tickets stack on top), adopts the software-engineer role to implement, then switches to t...
Drive a single workshop ticket through the inner SWE↔Tester loop. Resolves the ticket from `implement_yourself/tasks/`, creates an `implementing/from-scratch` branch (a fixed default — not derived from the ticket; subsequent tickets stack on top), launches the software-engineer agent to implement it, then routes by archetype — Tester runs on logic tickets, orchestrator spot-checks the SWE's AC walk on glue/bootstrap tickets, fast-path file existence check on docs tickets (Tester HARD-OFF). Lo...
Extract comprehensive site specifications from simple descriptions. Use when analyzing a user's theme request to determine site type, audience, tone, layout requirements, and typography.
Bold aesthetic direction guidance for web design. Use when making creative decisions about typography, color, motion, spatial composition, and overall visual style. Helps avoid generic "AI slop" aesthetics.
WordPress Full Site Editing (FSE) theme architecture. Use when generating theme.json, block templates, template parts, patterns, and functions.php for WordPress block themes.
Diagnose Swift Concurrency issues, refactor callback-based code to async/await, and guide Swift 6 migration when working with tasks, actors, @MainActor, Sendable, data races, thread safety, or concurrency-related compiler and linter warnings.
Expert guidance for Swift Testing: test structure, #expect/#require macros, traits and tags, parameterized tests, test plans, parallel execution, async waiting patterns, and XCTest migration. Use when writing new Swift tests, modernizing XCTest suites, debugging flaky tests, or improving test quality and maintainability in Apple-platform or Swift server projects.
Analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead that slow Xcode builds. Use when a developer suspects packages, plugins, or dependency graph shape are hurting clean or incremental build performance, mentions SPM slowness, package resolution time, build plugin overhead, duplicate module builds from configuration drift, circular dependencies between modules, oversized modules needing splitting, or modularization best practices.
Benchmark Xcode clean and incremental builds with repeatable inputs, timing summaries, and timestamped `.build-benchmark/` artifacts. Use when a developer wants a baseline, wants to compare before and after changes, asks to measure build performance, mentions build times, build duration, how long builds take, or wants to know if builds got faster or slower.
Apply approved Xcode build optimization changes following best practices, then re-benchmark to verify improvement. Use when a developer has an approved optimization plan from xcode-build-orchestrator, wants to apply specific build fixes, needs help implementing build setting changes, script phase guards, source-level compilation fixes, or SPM restructuring that was recommended by an analysis skill.
Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing findings, requesting explicit approval, delegating approved fixes to xcode-build-fixer, and re-benchmarking after changes. Use when a developer wants an end-to-end build optimization workflow, asks to speed up Xcode builds, wants a full build audit, or needs a recommend-first optimization pass covering compilation, project settings, and packages.
Analyze Swift and mixed-language compile hotspots using build timing summaries and Swift frontend diagnostics, then produce a recommend-first source-level optimization plan. Use when a developer reports slow compilation, type-checking warnings, expensive clean-build compile phases, long CompileSwiftSources tasks, warn-long-function-bodies output, or wants to speed up Swift type checking.
Audit Xcode project configuration, build settings, scheme behavior, and script phases to find build-time improvements with explicit approval gates. Use when a developer wants project-level build analysis, slow incremental builds, guidance on target dependencies, build settings review, run script phase analysis, parallelization improvements, or module-map and DEFINES_MODULE configuration.
**Bug class:** Commands implemented in `packages/squad-cli/src/cli/commands/` but never routed in `cli-entry.ts`.
Coordinating work across multiple Squad instances
Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.
Team initialization flow (Phase 1 proposal + Phase 2 creation)
> Determines which LLM model to use for each agent spawn.
> Context hygiene — compress, prune, archive .squad/ state
A personal squad is a user-level collection of AI agents that travel with you across projects. Unlike project agents (defined in a project's `.squad/` directory), personal agents live in your global config directory and are automatically discovered when you start a squad session.
Step-by-step release checklist for Squad — prevents v0.8.22-style disasters
Cross-platform path handling and command patterns
Analyze datasets and generate statistical summaries and insights. Use when asked to analyze data, compute statistics, or identify trends.
Summarize meeting transcripts into structured notes with action items. Use when asked to process, summarize, or extract action items from meetings.
🛒 E-commerce & Retail skill suite derived from VoltAgent/awesome-agent-skills. Product catalogue optimisation, conversion rate, customer journey and retail analytics. Provides 10 specialised commands for ecommerce, retail, shopify workflows.
Skill 创建向导 - 交互式引导按模块生成 Copilot 专家 Skill。 支持任意平台和应用层级,自动从 project-profile.json 读取技术栈配置。 分批深度研究 + 分批生成,确保代码入口精确。 触发关键词: 创建Skill, 新应用专家, 生成模块专家, app skill wizard, 新增应用, 为应用创建专家, 添加应用Skill, create app skills, 平台Skill, 再生专家, regenerate experts, 批量生成Skill, 项目接入, project setup, 新项目专家
Bug 辅助诊断专家 - 两种模式:批量分析历史 Bug 生成模式库,实时诊断定位嫌疑文件。 模式A: 读取 data/bug_analysis/ 的 JSON 数据,分析并生成 bug-patterns.md 到模块 Skill。 模式B: 接收 Bug ID 或描述,路由到对应模块专家,聚合诊断建议。 触发关键词: Bug诊断, 缺陷分析, 问题排查, bug diagnosis, 更新Bug模式库, Bug模式, 嫌疑文件, regression, 崩溃分析, 黑图排查, bug-patterns
设计驱动自动编码 - 读取圆桌会议设计文档,按任务拆解逐任务自动编码,直接写入项目文件。 触发关键词: 根据设计编码, 开始编码, 按设计实现, coding agent, 实现设计方案, 按圆桌会议编码, 从设计文档编码, 执行编码任务, start coding, implement design
购物车模块域专家。管理商品加购、数量修改、优惠计算和结算流程。 触发关键词: 购物车、cart、加购、结算、SKU、优惠券、coupon、下单、checkout
经验固化协议:将解决问题中发现的最佳实践自动提炼、分类、写入 Agent 规则或 Skill 知识库,并同步上传。 触发关键词: 固化经验, 总结教训, 升级规则, 经验沉淀, codify experience, harness learning, 提炼经验
专家索引 - 智能推荐合适的领域专家。 触发关键词: 推荐专家、不确定找谁、哪个专家、专家列表、帮我选专家、有哪些专家。 输入: 问题描述或功能关键词。 输出: 推荐的专家列表及调用方式。 **重要**: 这是唯一维护专家列表的地方,其他 skill 通过引用此索引获取专家信息。
代码追溯专家 - 查找代码修改者、关联PR、获取改动背景。 触发词: 谁改的, 谁写的, blame, 追溯, 找作者, 这行代码, 提交记录, 谁提交的, PR, 代码历史
MCP Server 开发指南 - 帮助创建高质量的 MCP (Model Context Protocol) 服务器。 当需要构建 MCP 服务器来集成外部 API 或服务时使用,支持 Python (FastMCP) 和 Node/TypeScript (MCP SDK)。 触发关键词: mcp开发, mcp服务器, model context protocol, 构建mcp, 创建mcp
需求返讲助手 - 帮助研发人员进行需求评审和返讲文档撰写。 触发关键词: 需求返讲、评审需求、返讲文档、检查需求、需求拆解、PBI评审、需求完整性。 输入: DevOps PBI链接、需求描述、或PBI内容。 输出: 需求返讲文档、检查清单结果、风险点、遗漏项。 适用场景: 收到PM需求后进行评审、检查需求完整性、撰写返讲文档。
> ⚠️ **重要**: 此 Skill 帮助 AI 理解你的软件架构层级,避免混淆"平台/框架"和"应用/业务"代码。 > > 📌 **此文件需要根据你的项目定制**。下方提供了通用模板和 AI 填充指南。 ---
项目接入辅助 Skill - 提供 ProjectSetup Agent 的 schema 定义、subAgent prompt 模板和质量标记规范。 触发关键词: project-onboarding, 项目接入辅助, 接入schema, component-map
圆桌会议 - 多子Agent协作生成高质量设计文档。触发关键词:圆桌会议、设计文档、生成设计、详细设计、架构设计、plus design、出设计、写设计、深度设计、给我出一份设计、设计评审、圆桌会议plus。输入:PBI需求、设计方案、技术选型。输出:可直接编码的设计文档。核心机制:必须使用runSubagent启动5个独立子Agent,分层执行(4并行+实施派依赖),主Agent组装设计评审文档,6个文件交付。
全局运维规则集 - 按需加载的对话管理、MCP工具、代码规范、质量检查等规则。 触发关键词: 运维规则, MCP工具, 代码规范, 质量自检, 对话管理, 版本检查, 阶段过渡
研发工作流入口 - 帮助用户快速进入正确的工作流阶段。 触发关键词: 工作流, 流程, 从哪开始, 帮我, 我该怎么做, 下一步, workflow, 不知道用什么, 新手引导, 怎么用
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送".
Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style two-dimension approach. Use when user asks to "illustrate article", "add images", "generate images for article", or "为文章配图".
Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic".
Compresses images to WebP (default) or PNG with automatic tool selection. Use when user asks to "compress image", "optimize image", "convert to webp", or reduce image file size.
Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 9 color palettes and 6 rendering styles. Supports cinematic (2.35:1), widescreen (16:9), and square (1:1) aspects. Use when user asks to "generate cover image", "create article cover", or "make cover".
Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation", or needs vision-capable AI generation.
Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.
Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Use when user asks to "format markdown", "beautify article", "add formatting", or improve article layout. Outputs to {filename}-formatted.md.