Templates

Templates from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 91 skills 4 authors

Skills in this plugin

91
  1. Feat · ufomiao
    Add New Feature
    0 installs
  2. Nap · gabrielmoreira
    Context hygiene — compress, prune, archive .squad/ state
    17 repo stars
  3. Workflow · ufomiao
    Professional AI programming assistant with structured workflow (Research -> Ideate -> Plan -> Execute -> Optimize -> Review) for developers
    0 installs
  4. Bmad Init · ufomiao
    Initialize or update BMad-Method (V6) in your project
    0 installs
  5. Ccg Skills · fengshao1227 bundle
    CCG Skills - Quality gates, documentation generator, and multi-agent orchestration. Auto-installed by CCG workflow system.
    1 install
  6. Squad · gabrielmoreira
    Squad's command catalog and interactive menu. Invoke via /squad (slash command) or natural language ("squad commands", "what can squad do", "show me squad options"). Presents categorized operations (Install & Upgrade, Team Management, Issues & PRs, Plugins & Skills, Model & Cost, Sessions & State) as an interactive picker. Routes to the right squad CLI command or the Squad coordinator agent.
    17 repo stars
  7. Reflect · gabrielmoreira
    Learning capture system that extracts HIGH/MED/LOW confidence patterns from conversations to prevent repeating mistakes. Use after user corrections ("no", "wrong"), praise ("perfect", "exactly"), or when discovering edge cases. Complements .squad/agents/{agent}/history.md and .squad/decisions.md.
    17 repo stars
  8. Reskill · gabrielmoreira
    Team-wide charter and history optimization through skill extraction
    17 repo stars
  9. Git Rollback · ufomiao
    Interactively rollback Git branch to historical version; lists branches, versions, then executes reset/revert after confirmation
    0 installs
  10. Init Project · ufomiao
    Initialize project AI context, generate/update root-level and module-level CLAUDE.md indexes
    0 installs
  11. Init Mode · gabrielmoreira
    Team initialization flow (Phase 1 proposal + Phase 2 creation)
    17 repo stars
  12. Squad Help · gabrielmoreira
    How to actually use Squad — Squad is a custom Copilot agent (invoked via the task tool with agent_type='Squad'), not a skill. This file explains the right invocation paths for setting up a team, listing squad commands, and initializing Squad in a new project.
    17 repo stars
  13. Cross Squad · gabrielmoreira
    Coordinating work across multiple Squad instances — discovery, delegation, and disambiguation when the user says 'squad' (the product) vs casual English 'group of agents'.
    17 repo stars
  14. Git Blame · baobao1996121
    代码追溯专家 - 查找代码修改者、关联PR、获取改动背景。 触发词: 谁改的, 谁写的, blame, 追溯, 找作者, 这行代码, 提交记录, 谁提交的, PR, 代码历史
    1 install
  15. Economy Mode · gabrielmoreira
    Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.
    17 repo stars
  16. Agent Conduct · gabrielmoreira
    Shared hard rules enforced across all squad agents
    17 repo stars
  17. Fact Checking · gabrielmoreira
    Review and validate claims using counter-hypothesis testing. Use when verifying technical content, checking references, validating API endpoints, or performing quality assurance on deliverables.
    17 repo stars
  18. Tiered Memory · gabrielmoreira
    Three-tier agent memory model (hot/cold/wiki) for context reduction per spawn
    17 repo stars
  19. Git Clean Branches · ufomiao
    Safely find and clean up merged or stale Git branches with dry-run mode and custom base/protected branches support
    0 installs
  20. Bt Panel · fengshao1227
    通过宝塔 (aaPanel/BT Panel) API 远程管理服务器 — 部署项目、更新已有站点、上传/下载/读写文件、执行 shell、操作 MySQL 数据库。当用户提到宝塔、更新线上、部署到服务器、`/www/wwwroot`、或给出宝塔面板地址 + API 密钥时触发。
    1 install
  21. Docs Standards · gabrielmoreira
    Microsoft Style Guide + Squad-specific documentation patterns
    17 repo stars
  22. Error Recovery · gabrielmoreira
    Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure.
    17 repo stars
  23. External Comms · gabrielmoreira
    PAO workflow for scanning, drafting, and presenting community responses with human review gate
    17 repo stars
  24. Personal Squad · gabrielmoreira
    User-level AI agents that travel with you across projects
    17 repo stars
  25. Pr Screenshots · gabrielmoreira
    Capture Playwright screenshots and embed them in GitHub PR descriptions
    17 repo stars
  26. Squad Commands · gabrielmoreira
    Categorized catalog of common Squad operations. Coordinator reads this file and presents it as an interactive menu when the user asks for available commands or help.
    17 repo stars
  27. Expert Index · baobao1996121
    专家索引 - 智能推荐合适的领域专家。 触发关键词: 推荐专家、不确定找谁、哪个专家、专家列表、帮我选专家、有哪些专家。 输入: 问题描述或功能关键词。 输出: 推荐的专家列表及调用方式。 **重要**: 这是唯一维护专家列表的地方,其他 skill 通过引用此索引获取专家信息。
    1 install
  28. Pbi Reviewer · baobao1996121
    需求返讲助手 - 帮助研发人员进行需求评审和返讲文档撰写。 触发关键词: 需求返讲、评审需求、返讲文档、检查需求、需求拆解、PBI评审、需求完整性。 输入: DevOps PBI链接、需求描述、或PBI内容。 输出: 需求返讲文档、检查清单结果、风险点、遗漏项。 适用场景: 收到PM需求后进行评审、检查需求完整性、撰写返讲文档。
    1 install
  29. History Hygiene · gabrielmoreira
    Record final outcomes to history.md, not intermediate requests or reversed decisions
    17 repo stars
  30. Model Selection · gabrielmoreira
    Determines which LLM model to use for each agent spawn
    17 repo stars
  31. Release Process · gabrielmoreira
    Pre-release validation, npm publish procedures, and post-publish verification
    17 repo stars
  32. Secret Handling · gabrielmoreira
    Never read .env files or write secrets to .squad/ committed files
    17 repo stars
  33. Test Discipline · gabrielmoreira
    Update tests when changing APIs — no exceptions
    17 repo stars
  34. Distributed Mesh · gabrielmoreira
    How to coordinate with squads on different machines using git as transport
    17 repo stars
  35. Session Recovery · gabrielmoreira
    Find and resume interrupted Copilot CLI sessions using session_store queries
    17 repo stars
  36. Gh Auth Isolation · gabrielmoreira
    Safely manage multiple GitHub identities (EMU + personal) in agent workflows
    17 repo stars
  37. Reviewer Protocol · gabrielmoreira
    Reviewer rejection workflow and strict lockout semantics
    17 repo stars
  38. Squad Conventions · gabrielmoreira
    Core conventions and patterns used in the Squad codebase
    17 repo stars
  39. Versioning Policy · gabrielmoreira
    Semver versioning rules for Squad SDK and CLI — prevents prerelease version incidents
    17 repo stars
  40. Workflow Router · baobao1996121
    研发工作流入口 - 帮助用户快速进入正确的工作流阶段。 触发关键词: 工作流, 流程, 从哪开始, 帮我, 我该怎么做, 下一步, workflow, 不知道用什么, 新手引导, 怎么用
    1 install
  41. Pr Review Response · gabrielmoreira
    Teaches agents to reply to PR review comment threads after fixing issues, making resolutions traceable
    17 repo stars
  42. App Skill Wizard · baobao1996121
    Skill 创建向导 - 交互式引导按模块生成 Copilot 专家 Skill。 支持任意平台和应用层级,自动从 project-profile.json 读取技术栈配置。 分批深度研究 + 分批生成,确保代码入口精确。 触发关键词: 创建Skill, 新应用专家, 生成模块专家, app skill wizard, 新增应用, 为应用创建专家, 添加应用Skill, create app skills, 平台Skill, 再生专家, regenerate experts, 批量生成Skill, 项目接入, project setup, 新项目专家
    1 install
  43. Agent Collaboration · gabrielmoreira
    Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication
    17 repo stars
  44. CI Validation Gates · gabrielmoreira
    Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22
    17 repo stars
  45. Iterative Retrieval · gabrielmoreira
    Max-3-cycle protocol for agent sub-tasks with WHY context and coordinator validation. Use when spawning sub-agents to complete scoped work.
    17 repo stars
  46. Ralph Two Pass Scan · gabrielmoreira
    Cuts GitHub API calls by separating lightweight list scanning from full hydration
    17 repo stars
  47. Squad Version Check · gabrielmoreira
    Internals of how @bradygaster/squad-cli stamps its version, how `squad upgrade` works (what it preserves vs overwrites), and how to probe the npm registry for the latest version from a coordinator prompt.
    17 repo stars
  48. Devops · gabrielmoreira bundle
    DevOps 能力索引。Git、测试、DevSecOps、数据库。当用户提到 DevOps、CI/CD、Git、测试时路由到此。
    17 repo stars
  49. Mobile · gabrielmoreira
    移动开发。iOS、Android、SwiftUI、Jetpack Compose、React Native、Flutter、跨平台。当用户提到移动开发、iOS、Android、跨平台时路由到此。
    17 repo stars
  50. Client Compatibility · gabrielmoreira
    Platform detection and adaptive spawning for CLI vs VS Code vs other surfaces
    17 repo stars
  51. E2e Template Testing · gabrielmoreira
    End-to-end validation of coordinator and agent template changes
    17 repo stars
  52. Github Multi Account · gabrielmoreira
    Detect and set up account-locked gh aliases for multi-account GitHub. The AI reads this skill, detects accounts, asks the user which is personal/work, and runs the setup automatically.
    17 repo stars
  53. Notification Routing · gabrielmoreira
    Route agent notifications to specific channels by type — prevent alert fatigue from single-channel flooding
    17 repo stars
  54. Project Onboarding · gabrielmoreira
    项目接入辅助 Skill - 提供 ProjectSetup Agent 的 schema 定义、subAgent prompt 模板和质量标记规范。 触发关键词: project-onboarding, 项目接入辅助, 接入schema, component-map
    17 repo stars
  55. Coordinator Init Mode · gabrielmoreira
    The complete two-phase Init Mode protocol the Squad coordinator runs when no team exists yet in the current repo. Phase 1 = propose the team (no files created, wait for user confirm). Phase 2 = create .squad/ scaffolding, casting state, .gitattributes for merge drivers, and the always-on built-ins (Scribe, Ralph, Rai, Fact Checker). Loaded on demand when the coordinator detects no .squad/team.md exists.
    17 repo stars
  56. Windows Compatibility · gabrielmoreira
    Cross-platform path handling and command patterns
    17 repo stars
  57. Experience Codifier · gabrielmoreira
    经验固化协议:将解决问题中发现的最佳实践自动提炼、分类、写入 Agent 规则或 Skill 知识库,并同步上传。 触发关键词: 固化经验, 总结教训, 升级规则, 经验沉淀, codify experience, harness learning, 提炼经验
    17 repo stars
  58. Adapt · gabrielmoreira
    Adapts unfamiliar public websites generically, testing search inputs, buttons, openers, and popups before deciding whether a dedicated site profile is needed.
    17 repo stars
  59. SEO Page Builder · gabrielmoreira bundle
    用于创建、审计或优化 SEO 工具页、AI generator/remover/enhancer/converter/editor 功能页、feature page JSON、工具页 on-page SEO brief,以及 App Router/i18n 功能页路由。
    17 repo stars
  60. Bug Diagnosis Expert · gabrielmoreira
    Bug 辅助诊断专家 - 两种模式:批量分析历史 Bug 生成模式库,实时诊断定位嫌疑文件。 模式A: 读取 data/bug_analysis/ 的 JSON 数据,分析并生成 bug-patterns.md 到模块 Skill。 模式B: 接收 Bug ID 或描述,路由到对应模块专家,聚合诊断建议。 触发关键词: Bug诊断, 缺陷分析, 问题排查, bug diagnosis, 更新Bug模式库, Bug模式, 嫌疑文件, regression, 崩溃分析, 黑图排查, bug-patterns
    17 repo stars