搜索结果
全部能力
找到 17783 个相关结果
安全与治理 / 审核评估
google-calendar
google-calendar
Accesses the Google Calendar and Tasks API. Use this skill to view or manage calendars, events, schedules, or Google tasks.
通用助手 / 编排推荐
rapid-prototyper
rapid-prototyper
rapid-prototyper — an installable skill for AI agents, published by jackspace/claudeskillz.
自动化与集成 / 自动执行
Android协程流
android-coroutines-flow
使用协程、Flow、结构化并发、调度器和可安全取消的 Android 异步管道。
通用助手 / 编排推荐
cyrus-setup-prerequisites
cyrus-setup-prerequisites
Check and install prerequisites for Cyrus — Node.js, jq, gh CLI, and the cyrus-ai npm package.
软件工程 / 诊断修复
react-testing-library
react-testing-library
React Testing Library best practices for writing maintainable, user-centric tests. Use when writing, reviewing, or refactoring RTL tests. Triggers on test…
通用助手 / 编排推荐
spark-prairie-fire
spark-prairie-fire
触发:当你从零起步、资源极少、需要先找到最小可行切入口并建立稳定根据地时调用;常见信号包括 bootstrap、MVP、pilot、first foothold、小团队起步。 English: Trigger when starting from almost nothing and needing a viable foothold before scaling up. Use this skill to build a durable base, start small, and grow from a validated nucleus instead of scattering effort.
内容创作 / 生成
social-media-intelligence
social-media-intelligence
Social media monitoring, narrative tracking, and open-source intelligence for journalists. Use when tracking viral content spread, analyzing coordinated…
通用助手 / 编排推荐
research-codebase
research-codebase
Document codebase as-is with research directory for historical context
软件工程 / 诊断修复
skill-creator
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's…
软件工程 / 诊断修复
inertia-rails-architecture
inertia-rails-architecture
Server-driven architecture patterns for Inertia Rails + React. Load this FIRST when building any Inertia page or feature — it routes to the right skill. Decision matrix for data loading, forms, navigation, state management. NEVER useEffect+fetch, NEVER redirect_to for external URLs (use inertia_location), NEVER react-hook-form (use Form component). MUST invoke when adding pages, models with views, CRUD, or displaying data in an Inertia Rails app. ALWAYS `render inertia: { key: value }` to pass data — `@ivars` are NOT auto-passed as props.
内容创作 / 生成
content-creation-and-marketing
content-creation-and-marketing
B2B content creation, LinkedIn posts, blog writing, case studies, video scripts, email sequences, social media distribution, and content repurposing. Use when…
通用助手 / 编排推荐
documents
documents
Read, write, convert, and analyze documents — routes to PDF, DOCX, XLSX, PPTX sub-skills for creation, editing, extraction, and format conversion. USE WHEN…
软件工程 / 诊断修复
graphql-implementation
graphql-implementation
Builds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graphene. Use when creating flexible query…
安全与治理 / 审核评估
inertia-rails-controllers
inertia-rails-controllers
ALWAYS `render inertia: { key: data }` to pass data as props — instance variables are NOT auto-passed (only alba-inertia does that). Rails controller patterns for Inertia.js: render inertia, prop types (defer, optional, merge, scroll), shared data, flash, PRG redirects, validation errors. Use when writing controllers that load data, display records, or serve Inertia responses. CRITICAL: external URLs (Stripe/OAuth) MUST use inertia_location, NEVER redirect_to.
安全与治理 / 审核评估
fastapi
fastapi
Build Python APIs with FastAPI, Pydantic v2, and SQLAlchemy 2.0 async. Covers project structure, JWT auth, validation, and database integration with uv package manager. Prevents 7 documented errors. Use when: creating Python APIs, implementing JWT auth, or troubleshooting 422 validation, CORS, async blocking, form data, background tasks, or OpenAPI schema errors.
通用助手 / 编排推荐
otel-ottl
otel-ottl
OpenTelemetry Transformation Language (OTTL) expert. Use when writing or debugging OTTL expressions for any OpenTelemetry Collector component that supports…
软件工程 / 诊断修复
supabase-database
supabase-database
Perform database operations (CRUD) on Supabase tables using the REST API. Use for querying, inserting, updating, and deleting data in your Supabase database.
软件工程 / 诊断修复
stock-price-query
stock-price-query
实时股票行情查询,支持 A 股、港股、美股及大盘指数,支持批量查询。无需 API Key。Real-time stock & index quotes for A-shares, HK & US markets. Batch supported.
自动化与集成 / 自动执行
sugarcrm
sugarcrm
SugarCRM integration. Manage crm and sales data, records, and workflows. Use when the user wants to interact with SugarCRM data.
软件工程 / 诊断修复
screen-reader-testing
screen-reader-testing
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.