brightdata
from GitHub
开发与编程
Build production-ready Bright Data integrations with best practices baked in. Reference documentation for developers using coding assistants (Claude Code, Cursor, etc.) to implement web scraping, search, browser automation, and structured data extraction. Covers Web Unlocker API, SERP API, Web Scraper API, and Browser API (Scraping Browser).
MingYuePop
from GitHub
开发与编程
功能开发阶段使用。明确具体功能的业务需求和验收标准,产出功能需求文档 (FRD)。
jungjaehoon-lifegamez
from GitHub
开发与编程
Always-on background context injection from MAMA memory. Automatically surfaces relevant decisions when you work on code, without explicit invocation.
CodeAlive-AI
from GitHub
开发与编程
Semantic code search and AI-powered codebase Q&A across indexed repositories. Use when understanding code beyond local files, exploring dependencies, discovering cross-project patterns, planning features, debugging, or onboarding. Queries like "How does X work?", "Show me Y patterns", "How is library Z used?". Provides search (fast, returns file locations and descriptions) and chat-with-codebase (slower, costs more, but returns synthesized answers).
metarhia
from GitHub
开发与编程
Apply error handling and recovery patterns in JavaScript/TypeScript or Node.js. Use when implementing error handling, retry logic, or when the user mentions domain errors, error recovery, error escalation.
royeedai
from GitHub
开发与编程
阶段验收与 Evidence Pack 守卫。在模块完成、阶段交付、准备上线或用户问"是否完成/能交付了吗"时使用。 它负责检查 Definition of Done、证据完整性和阻塞项,给出通过/阻塞结论,并生成 UAT 脚本供用户手工验证。 --- # 验收门禁 本 Skill 用于防止 AI 在缺少证据时过早宣称“完成”。 ## 使用时机 - 模块开发完成后准备验收 - 阶段交付前需要确认是否具备完成证据 - 用户问“是否完成了”“现在能交付了吗” - `code-review-guard` 需要给出最终通过 / 阻塞结论 ## 使用方式 1. 先识别当前模块的模块类型(`页面类` / `API 类` / `数据处理类` / `工具类`)和交付等级(`L1` / `L2` / `L3`) 2. 读取 `.spec.md`、`.ai-os/tasks.yaml`、`.ai-os/verification-matrix.yaml`、测试结果、构建结果、截图、接口样例或日志 3. 使用模板生成或更新 `.ai-os/acceptance.yaml` 4. 检查每个验收项是否有对应证据 5. 输出通过项、阻塞项、建议优化项 6. 仅在需要人工验证的场景下生成 UAT 脚本;若存在 blocker,不得把结果表述为“已完成” ## 约束 - 没有 Evidence Pack 时,不得用“基本完成”“差不多可交付”替代正式结论 - 只在确实需要人工验证的场景生成 UAT,不要对所有模块机械追加 - 本 Skill 负责验收门禁,不替代代码自审、正式发布检查或事故处理 ## 通用必查项 - Definition of Done 是否满足 - Evidence Pack 是否完整 - 本次变更要求的 restart / cold-start 验证是否已执行并留痕 - blocker 是否被显式记录 - 需求变更是否已同步到 spec / tasks / tests - 准备上线时是否还缺发布或回滚条件 ## 按模块类型检查验收证据 ### 页面类 - 至少存在关键页面截图、录屏或等价界面证据 - 至少存在一条可执行的人工验证路径 - 状态处理、权限和关键交互有可观测结果 ### API 类 - 至少存在请求 / 响应样例、契约测试或等价接口证据 - 错误处理和权限控制有可观测结果 - 如涉及数据写入,需说明幂等 / 回滚 / 风险边界 ### 数据处理类 - 至少存在运行日志、结果样例或等价执行证据 - 输入、输出、失败重试 / 补数策略已验证 - 如涉及调度,需说明触发方式和失败后的恢复路径 ### 工具类 - 至少存在命令执行样例、帮助输出或等价运行证据 - 参数 / 配置 / 输出格式已验证 - 安装 / 运行方式和失败退出行为可复现 ## 按交付等级缩放验收 ### L1 探索 - 允许轻量 Evidence Pack - 最少需要:构建或运行成功证据 + 一个关键结果证据 + 已知限制说明 - 若没有用户可见界面,可不强制生成完整 UAT 脚本 ### L2 标准 - 需要完整的 DoD 检查、构建 / 测试证据、关键结果证据和 UAT 脚本(如适用) - 对用户可见模块,必须有可执行 UAT ### L3 高风险 - L2 全部满足 - 已执行或明确记录 `security-guard`、`architecture-reviewer`、`release-manager` 相关结论 - 已明确发布、回滚、审批点和高风险剩余事项 ## 派生规则检查 - 按 `.agents/references/derived-rules.md` 的“共享基础能力优先”规则,检查阶段验收是否满足“基础能力可用 + 首条核心业务闭环可运行”,而不是只完成孤立模块 ## 模板引用 - 验收清单:读取 `.agents/templates/project/acceptance.yaml` 作为模板生成 `.ai-os/acceptance.yaml` ### 示例:页面类模块验收结论 - 输入:页面类模块 `.spec.md`、任务完成证据、关键页面截图、测试结果 - 输出:更新 `.ai-os/acceptance.yaml`,并明确“通过 / 阻塞 / 建议优化” - 约束:若截图、录屏或关键日志缺失,则结论只能是阻塞或待补证据 ## UAT 脚本模板 验收报告末尾在“需要人工验证”的场景下附带 UAT 脚本,供用户手工验证。 ```markdown ## 人工验证脚本(UAT) ### 前置条件 - [ ] 本地环境已启动(命令:`[启动命令]`) - [ ] 已具备测试数据 / 测试账号 ### 正常路径验证 | # | 操作步骤 | 预期结
thatrebeccarae
from GitHub
开发与编程
A/B and multivariate testing methodology. Design experiments, calculate sample sizes, determine statistical significance, avoid common pitfalls, and interpret results. Platform-agnostic framework applicable to landing pages, emails, ads, pricing, and product features. Use when the user asks about A/B testing, split testing, experiment design, statistical significance, or conversion experiments.
ntelioai
from GitHub
开发与编程
Things to NEVER do in ntelioUI2. Use when writing, reviewing, or fixing code — prevents the most common mistakes with jQuery, Widget lifecycle, imports, CSS, and Bootstrap integration.
agentward-ai
from GitHub
开发与编程
Detect and redact PII from text files. Supports 15 categories including credit cards, SSNs, emails, API keys, addresses, and more — with zero dependencies.
netresearch
from GitHub
开发与编程
Use when upgrading to PHP 8.1+, implementing type safety, configuring PHPStan/Rector/PHP-CS-Fixer, or modernizing PHP code with enums, DTOs, and readonly properties.
mountorc
from GitHub
开发与编程
Provides frontend programming guidelines based on ANX protocol, including catalog-based index lookup
john-data-chen
from GitHub
开发与编程
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.