搜索结果
全部能力
找到 923 个相关结果 / 搜索与检索
研究学习 / 检索整理
design-review-process
design-review-process
Establish design review gates with criteria, checklists, and approval workflows.
研究学习 / 检索整理
应用商店优化
app-store-optimization
优化 App Store 产品页面以提升搜索可见度和转化率。涵盖 App Store Optimization(ASO)策略、关键词研究及关键词字段优化…
研究学习 / 检索整理
handoff-spec
handoff-spec
Create developer handoff specifications with measurements, behaviors, assets, and edge cases.
研究学习 / 检索整理
design-system-adoption
design-system-adoption
Create adoption strategies and materials to drive design system usage across teams.
研究学习 / 检索整理
click-test-plan
click-test-plan
Design click/first-click tests to evaluate navigation and information findability.
研究学习 / 检索整理
sports-news
sports-news
Sports news via RSS/Atom feeds and Google News. Fetch headlines, search by query, filter by date. Covers football news, transfer rumors, match reports, and any sport via Google News. Use when: user asks for recent news, headlines, transfer rumors, or articles about any sport. Good for "what's the latest on [team/player]" questions. Supports any Google News query and curated RSS feeds (BBC Sport, ESPN, The Athletic, Sky Sports). Don't use when: user asks for structured data like standings, scores, statistics, or xG — use the sport-specific skill instead: football-data (soccer), nfl-data (NFL), nba-data (NBA), wnba-data (WNBA), nhl-data (NHL), mlb-data (MLB), tennis-data (tennis), golf-data (golf), cfb-data (college football), cbb-data (college basketball), or fastf1 (F1). Don't use for prediction market odds — use polymarket or kalshi. News results are text articles, not structured data.
研究学习 / 检索整理
experience-map
experience-map
Create a holistic experience map showing the full ecosystem of user touchpoints, channels, and relationships.
研究学习 / 检索整理
cubox
cubox
Cubox CLI is a callable personal reading memory system that enables you to search, read, and use saved content, perform semantic (RAG-based) queries, access…
研究学习 / 检索整理
stakeholder-alignment
stakeholder-alignment
Create stakeholder alignment artifacts including responsibility matrices, decision frameworks, and communication plans.
研究学习 / 检索整理
team-workflow
team-workflow
Design team workflows covering task management, collaboration rituals, and tooling.
研究学习 / 检索整理
systematic-literature-review
systematic-literature-review
Use this skill when the user wants a systematic literature review, survey, or synthesis across multiple academic papers on a topic. Also covers annotated…
研究学习 / 检索整理
opportunity-framework
opportunity-framework
Identify, evaluate, and prioritize design opportunities using impact-effort frameworks and strategic criteria.
研究学习 / 检索整理
chroma
chroma
Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function…
研究学习 / 检索整理
ce-plan
ce-plan
Create structured plans for multi-step tasks -- software features, research workflows, events, study plans, or any goal that benefits from breakdown. Also…
研究学习 / 检索整理
rag-retrieval
rag-retrieval
Retrieval-Augmented Generation patterns for grounded LLM responses. Use when building RAG pipelines, embedding documents, implementing hybrid search,…
研究学习 / 检索整理
claude-code-history-files-finder
claude-code-history-files-finder
Finds and recovers content from Claude Code session history files. This skill should be used when searching for deleted files, tracking changes across…
研究学习 / 检索整理
embeddings
embeddings
Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.
研究学习 / 检索整理
imap-smtp-email
imap-smtp-email
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works…
研究学习 / 检索整理
hermes-agent
hermes-agent
NousResearch Hermes Agent 通用集成 Skill。通过 CLI 调用 Hermes Agent 的核心能力: - 🚀 自改进技能系统(从任务中自动创建可复用技能) - 🧠 持久化记忆(FTS5全文搜索 + LLM摘要) - 🤖 子代理委托(任务隔离和并行处理) - 🔌 MCP 双向集成 - 🌐 浏览器自动化 - 💻 代码执行 - 🔍 网页研究 - 📦 完全可移植,支持任意 Claw/WorkBuddy 实例一键安装
研究学习 / 检索整理
pgvector-semantic-search
pgvector-semantic-search
Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. **Trigger when user asks to:** - Store or search vector embeddings in PostgreSQL - Set up semantic search, similarity search, or nearest neighbor search - Create HNSW or IVFFlat indexes for vectors - Implement RAG (Retrieval Augmented Generation) with PostgreSQL - Optimize pgvector performance, recall, or memory usage - Use binary quantization for large vector datasets **Keywords:** pgvector, embeddings, semantic search, vector similarity, HNSW, IVFFlat, halfvec, cosine distance, nearest neighbor, RAG, LLM, AI search Covers: halfvec storage, HNSW index configuration (m, ef_construction, ef_search), quantization strategies, filtered search, bulk loading, and performance tuning.