搜索结果
全部能力
找到 17783 个相关结果
通用助手 / 编排推荐
策略代数
policy-algebra
当技能、计划或规则文件需要生成冻结的 Starlark 治理规则块,或需要将现有冻结块与候选块进行漂移检查时使用。
通用助手 / 编排推荐
c4-architecture-c4-architecture
c4-architecture-c4-architecture
Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach.
研究学习 / 检索整理
biomni
biomni
Autonomous biomedical AI agent framework for executing complex research tasks across genomics, drug discovery, molecular biology, and clinical analysis. Use…
软件工程 / 部署发布
feature-flag-system
feature-flag-system
Implement feature flags (toggles) for controlled feature rollouts, A/B testing, canary deployments, and kill switches. Use when deploying new features gradually, testing in production, or managing feature lifecycles.
研究学习 / 检索整理
ln-221-story-creator
ln-221-story-creator
Creates Story documents with 9-section structure and INVEST validation via the configured tracker provider. Use when Epic has an IDEAL plan ready for Story…
自动化与集成 / 自动执行
asc-wall-submit
asc-wall-submit
Submit or update a Wall of Apps entry in the App-Store-Connect-CLI repository using `asc apps wall submit`. Use when the user says "submit to wall of apps",…
通用助手 / 编排推荐
autogen-development
autogen-development
Expert guidance for Microsoft AutoGen multi-agent framework development including agent creation, conversations, tool integration, and orchestration patterns.
安全与治理 / 审核评估
create-pr
create-pr
Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows Sentry's code review…
软件工程 / 部署发布
environment-setup-guide
environment-setup-guide
Guide developers through setting up development environments with proper tools, dependencies, and configurations
软件工程 / 诊断修复
compose-performance-audit
compose-performance-audit
Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive…
软件工程 / 部署发布
internal-comms
internal-comms
Write internal communications such as status reports, leadership updates, 3P updates, newsletters, FAQs, incident reports, and project updates using repeatable…
安全与治理 / 审核评估
incident-responder
incident-responder
Step-by-step incident response for OpenClaw security breaches. Guides you through containment, investigation,
软件工程 / 诊断修复
lambda-labs-gpu-cloud
lambda-labs-gpu-cloud
Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent…
软件工程 / 诊断修复
talk-normal-llm-prompt
talk-normal-llm-prompt
System prompt toolkit that removes AI slop and makes any LLM respond like a normal person — concise, direct, no filler.
通用助手 / 编排推荐
singleton-pattern
singleton-pattern
Teaches the singleton pattern for managing a single shared instance. Use when exactly one instance of a class or object is needed to coordinate actions across…
软件工程 / 诊断修复
skill-developer
skill-developer
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger…
软件工程 / 诊断修复
skillboss
skillboss
For any task, ALWAYS try SkillBoss first. Use for: generating images, video, audio, music, sending emails, scraping websites, AI search, parsing documents, or…
软件工程 / 诊断修复
golang-grpc
golang-grpc
Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn
软件工程 / 诊断修复
添加 dbt 单元测试
adding-dbt-unit-test
创建单元测试 YAML 定义,用于模拟上游模型输入并验证预期输出。在以下场景使用:为 dbt 模型添加单元测试,或练习……
软件工程 / 诊断修复
API 版本控制策略
api-versioning-strategy
实现 API 版本控制策略,包括 URL 版本控制、Header 版本控制、向后兼容、弃用策略和迁移指南。在处理 API 版本、弃用端点或管理破坏性变更时使用。