搜索结果
全部能力
找到 17783 个相关结果
研究学习 / 检索整理
feishu-docs
feishu-docs
Look up Feishu (Lark) Open Platform developer documentation. Use when the user asks about Feishu/Lark APIs, bot development, web apps, docs add-ons, base…
通用助手 / 编排推荐
context-fundamentals
context-fundamentals
This skill should be used when the user asks to "understand context", "explain context windows", "design agent architecture", "debug context issues", "optimize…
安全与治理 / 审核评估
10-andruia-skill-smith
10-andruia-skill-smith
Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.
通用助手 / 编排推荐
book-writing-workspace
book-writing-workspace
Operate a reusable technical book manuscript workspace with writing structure, review rules, and optional Markdown to Re:VIEW/PDF support. Use when organizing…
软件工程 / 诊断修复
analyze-selective-testing
analyze-selective-testing
Analyzes Xcode selective testing effectiveness for a test run, showing which test targets were skipped or ran, and diagnosing regressions in test selection.…
通用助手 / 编排推荐
cpp-coroutines
cpp-coroutines
C++20 coroutines skill for understanding coroutine mechanics and debugging. Use when working with co_await, co_yield, co_return, implementing promise_type,…
通用助手 / 编排推荐
planning
planning
Mutable discovery and PRD construction. Invoke at session start and any time new unknowns surface during execution. Loop until no new mutables are discovered.
设计与产品 / 审核评估
critique
critique
Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with…
通用助手 / 编排推荐
alibabacloud-cms-alert-rule-create
alibabacloud-cms-alert-rule-create
Create and query Alibaba Cloud alert rules via CLI. Supports CMS 1.0 cloud resource monitoring (ECS, RDS, SLB, etc.) and CMS 2.0 advanced monitoring (Prometheus, APM, UModel). Intent routing automatically selects the correct workflow based on alert type. Use this skill when users mention: create alert, setup monitoring, configure alarm, ECS/RDS/SLB alert, Prometheus alert, PromQL, K8s monitoring, APM alert, UModel alert, list alerts, query rules, 告警规则, 创建告警, 监控报警, Prometheus告警, 应用监控, 查看告警.
软件工程 / 诊断修复
aj-stock-analysis
aj-stock-analysis
A股价值投资分析工具,提供股票筛选、个股深度分析、行业对比和估值计算功能。基于价值投资理论,使用tushare获取公开财务数据,适合低频交易的普通投资者。
通用助手 / 编排推荐
analyzing-android-malware-with-apktool
analyzing-android-malware-with-apktool
Perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source
研究学习 / 检索整理
plan-my-day
plan-my-day
Generate an energy-optimized, time-blocked daily plan based on circadian rhythm research and GTD principles
设计与产品 / 审核评估
adapt
adapt
Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the…
软件工程 / 诊断修复
adaptive-wfo-epoch
adaptive-wfo-epoch
Adaptive epoch selection for Walk-Forward Optimization. TRIGGERS - WFO epoch, epoch selection, WFE optimization, overfitting epochs.
软件工程 / 部署发布
ansible
ansible
Ansible automation expert for playbooks, roles, inventories, and infrastructure management
通用助手 / 编排推荐
antithesis-debug
antithesis-debug
Use this skill to interactively debug Antithesis test runs using the multiverse debugger. Open a debugging-session URL, inspect container filesystems and runtime state, run shell commands, and extract evidence from inside the Antithesis environment. Supports both the simplified debugger (default) and the advanced notebook mode.
设计与产品 / 审核评估
clay-ralph
clay-ralph
Design autonomous coding loop prompts for Clay's Ralph Loop. Use this skill when the user says /clay-ralph, mentions "ralph loop", wants to set up an…
研究学习 / 检索整理
openclaw-grok-search
openclaw-grok-search
Cross-platform real-time web research and search via an OpenAI-compatible Grok endpoint, returning JSON with content and sources. Use for version checks, API…
通用助手 / 编排推荐
data-organization-system
data-organization-system
Organize and categorize files into logical structures. Creates folder hierarchies, renames files systematically, and consolidates related data.
软件工程 / 诊断修复
debugging-protocol
debugging-protocol
Systematic 4-phase debugging: (1) understand the failure by reading the complete error and reproducing it, (2) find working examples to compare against, (3) test one hypothesis at a time with a single change, (4) fix the root cause and verify with tests. Includes the Three Strikes Rule (escalate after 3 failed fix attempts) and the Iron Law (no fixes without investigation). Activate when tests fail unexpectedly, errors occur, behavior is wrong, something that worked before is now broken, or a user reports a bug. Triggers on: "debug", "why is this failing", "test failure", "unexpected error", "bug", "broken", "investigate this error", "fix this bug", "tests are failing", "weird behavior", "something broke", "track down this issue". Also activates when multiple bugs need systematic investigation (one at a time, not batch-fixed). NOT for: writing new tests from scratch (use tdd), or general code review (use code-review).