搜索结果
agent
找到 5102 个相关结果
AI 应用 / 智能体技能
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…
AI 应用 / 智能体技能
gentle-teaching
gentle-teaching
Guide AI-assisted learning that empowers learners while maintaining appropriate boundaries. Use when teaching, explaining concepts, or helping someone who is…
AI 应用 / 智能体技能
raindrop-api
raindrop-api
This skill provides comprehensive instructions for interacting with the Raindrop.io bookmarks service via its REST API using curl and jq. It covers authentication, CRUD operations for collections, raindrops (bookmarks), tags, highlights, filters, import/export, and backups. Use this skill whenever the user asks to work with their bookmarks from Raindrop.io, including reading, creating, updating, deleting, searching, or organising bookmarks and collections.
AI 应用 / 智能体技能
scikit-learn
scikit-learn
Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering,…
AI 应用 / 智能体技能
optimization-advisor-sms
optimization-advisor-sms
When the user wants concrete recommendations on how to improve their social media performance. Also use when the user mentions 'what should I do next,' 'how do…
AI 应用 / 智能体技能
fetching-dbt-docs
fetching-dbt-docs
Retrieves and searches dbt documentation pages in LLM-friendly markdown format. Use when fetching dbt documentation, looking up dbt features, or answering…
AI 应用 / 智能体技能
添加 dbt 单元测试
adding-dbt-unit-test
创建单元测试 YAML 定义,用于模拟上游模型输入并验证预期输出。在以下场景使用:为 dbt 模型添加单元测试,或练习……
AI 应用 / 智能体技能
canghe-image-gen
canghe-image-gen
AI image generation with OpenAI, Google, DashScope and Canghe APIs. Supports text-to-image, reference images, aspect ratios. Sequential by default; parallel…
AI 应用 / 智能体技能
migrating-to-tuist-generated-projects
migrating-to-tuist-generated-projects
Migrates existing Xcode projects to Tuist generated workspaces with build and run validation, external dependency mapping, and migration checklists. Use when…
AI 应用 / 智能体技能
ebook-analysis
ebook-analysis
Parse ebooks, extract concepts and entities with citation traceability, classify by type/layer, and synthesize across book collections.
AI 应用 / 智能体技能
codex-subagent
codex-subagent
Spawn Codex subagents via background shell to offload context-heavy work. Use for: deep research (3+ searches), codebase exploration (8+ files), multi-step workflows, exploratory tasks, long-running operations, documentation generation, or any other task where the intermediate steps will use large numbers of tokens.
AI 应用 / 智能体技能
research
research
Diagnose research quality and guide systematic query expansion. Use when starting research on any topic, when stuck in research, or when unsure if research is…
AI 应用 / 智能体技能
langchain-architecture
langchain-architecture
Master the LangChain framework for building sophisticated LLM applications with agents, chains, memory, and tool integration.
前端 / 界面
edge-strategy-reviewer
edge-strategy-reviewer
Critically review strategy drafts from edge-strategy-designer for edge plausibility, overfitting risk, sample size adequacy, and execution realism. Use when strategy_drafts/*.yaml exists and needs quality gate before pipeline export. Outputs PASS/REVISE/REJECT verdicts with confidence scores.
AI 应用 / 智能体技能
flash-fiction
flash-fiction
Diagnose and fix problems in flash fiction and micro fiction. Use when flash fiction feels weak, when writing stories under 1500 words, when working with micro…
AI 应用 / 智能体技能
review-swarm
review-swarm
Parallel read-only multi-agent review of a current git diff or explicit file scope to find behavioral regressions, security or privacy risks, performance or…
AI 应用 / 智能体技能
related-work-writing
related-work-writing
Write Related Work sections that compare and contrast prior work with your approach. Organize by theme, cite broadly, and explain how your work differs. Use…
AI 应用 / 智能体技能
citation-management
citation-management
Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and…
AI 应用 / 智能体技能
ln-652-transaction-correctness-auditor
ln-652-transaction-correctness-auditor
Checks transaction scope, missing rollback handling, long-held transactions, trigger/notify interaction. Use when auditing transaction correctness.
AI 应用 / 智能体技能
ln-653-runtime-performance-auditor
ln-653-runtime-performance-auditor
Checks blocking IO in async, unnecessary allocations, sync sleep, string concat in loops, redundant copies. Use when auditing runtime performance.