所有 Skills

找到 8065 个 Skills

Skills 列表

fusion-developer-app

fusion-developer-app

2research-knowledge

Guides feature development in Fusion Framework React apps, including app-scoped framework research, test authoring, and test-time mocking needed to choose and verify the right integration patterns. USE FOR: building features, components, pages, hooks, services, API integrations, module configuration, and their tests. DO NOT USE FOR: issue authoring, skill authoring, CI/CD configuration, backend service changes, or general Fusion documentation unrelated to app implementation.

equinor avatarequinor
获取
fusion-rules

fusion-rules

2agent-workflows

Entrypoint for AI coding assistant rule authoring across GitHub Copilot, Cursor, and Claude Code. USE FOR: setting up rules, reviewing existing rules, scaffolding instruction files, or asking which editor format to use. DO NOT USE FOR: authoring skills (SKILL.md), agent definitions (.agent.md), or CI enforcement of rule files.

equinor avatarequinor
获取
fusion-devtools

fusion-devtools

2backend-api

Use Fusion DevTools CLI (fdev) for API testing, token acquisition, service discovery, and person lookup during development. USE FOR: calling Fusion REST APIs, getting access tokens as JSON, discovering services and environments, resolving persons, PIM role activation. DO NOT USE FOR: modifying backend service code, deploying services, infrastructure changes, CI/CD pipeline configuration, or Service Bus operations.

equinor avatarequinor
获取
fusion-core-services

fusion-core-services

2backend-api

Guides integrations across Fusion Core service APIs from a single installable skill. USE FOR: service discovery across apps, people, context, roles, notifications, reports, tasks, and other Fusion Core APIs; cross-service integration planning; choosing the right endpoint/model guidance for a workflow. DO NOT USE FOR: modifying Fusion backend source code, non-Fusion APIs, or generic cloud architecture work without a Fusion service integration target.

equinor avatarequinor
获取
xmind

xmind

2backend-api

当用户要求"解析 xmind"、"打开思维导图"、"创建 xmind"、"新建思维导图"、"更新 xmind"、"修改思维导图"、"xmind 转 markdown"、"查看 xmind 内容"时,应使用此技能。此技能提供 XMind 思维导图文件的解析、创建和更新能力,支持 XMind 8 和 XMind Zen/2020+ 两种格式,并将内容转换为 Markdown 作为会话记忆,方便持续交流。

mitscherlich avatarmitscherlich
获取
fusion-developer-portal

fusion-developer-portal

2devops-cloud

Guides development of Fusion portal shells — scaffolding, module configuration, app loading, routing, header/context integration, analytics, and deployment using the Fusion Framework CLI portal commands. USE FOR: create portal, scaffold portal, configure portal modules, portal app loading, portal routing, portal header, context selector, portal analytics, portal telemetry, portal manifest, ffc portal dev, portal deployment, embed apps in portal. DO NOT USE FOR: app-level feature development (use fusion-app-react-dev), backend service changes, Fusion Help Center integration, skill authoring.

equinor avatarequinor
获取
create-plan

create-plan

2backend-api

実装タスクの計画を `_/local-plans/<plan-name>.md` に作成する。「計画立てて」「設計して」「実装方針を考えて」「タスク分解して」で使用。 Explore Agent でコードベースを先に調査し、検証可能な粒度・並列実行可能な単位で記述する。 plan-verifier Agent で検証可能な標準フォーマット(背景・現状・設計・ファイル構成ツリー・実装ステップ・検証方法)に従う。 実装消化は implement-issue、Issue 化は create-issue-tree(未導入なら create-issue)を参照。

fandhe-ai avatarfandhe-ai
获取
conductor-setup

conductor-setup

2productivity

Configure .conductor/settings.toml, migrate legacy conductor.json, and set up local/cloud Conductor workspace scripts, env vars, files, and caches.

biw avatarbiw
获取
review-fix-address-bots

review-fix-address-bots

2testing-qa

Integrate the PR base, run persistent read-only reviewers, fix and re-review findings, validate with repo-native commands, address review bots, and compare model quality.

biw avatarbiw
获取
fusion-help-docs

fusion-help-docs

2devops-cloud

Guides app teams through authoring, structuring, and publishing help documentation (articles, release notes, FAQs) using the fusion-help-cli. USE FOR: write help articles, create release notes, set up help docs, publish documentation, sync articles, configure help config file, maintain app help content. DO NOT USE FOR: building the CLI itself, modifying Fusion.Services.Help internals, or non-documentation tasks.

equinor avatarequinor
获取
create-commit

create-commit

2devops-cloud

Conventional Commits 形式で git コミットを作成する。staged 差分から type/scope を推定し、breaking change やシークレット混入 (.env 等) を検出。pre-commit フックを必ず通す (`--no-verify` 不可)。「コミットして」「git commit」「変更を記録して」などで使用。

fandhe-ai avatarfandhe-ai
获取
connector-spotify

connector-spotify

2backend-api

MANDATORY recipe for every Caffeine build that reads Spotify catalog data or drives a user's Spotify account from a canister. The supported path is the `spotify-client` mops package (Spotify Web API) over outbound HTTPS with an OAuth 2.0 bearer token minted off-chain. Hand-rolling `ic.http_request` calls to `api.spotify.com` is a FORBIDDEN anti-pattern — it bypasses the non-replicated-outcall safeguard (player state and `progress_ms` differ per node and fail consensus), the generated JSON decoding, and the bearer handling. Load this skill whenever the user, spec, or any prior task mentions Spotify, a song, track, artist, album, playlist, music search, new releases, genres, markets, "what's playing", recently played, the queue, player controls (play / pause / skip / shuffle / repeat), a saved library, podcasts (shows or episodes), chapters or audiobooks — and BEFORE writing any code that touches a Spotify endpoint.

caffeinelabs avatarcaffeinelabs
获取
implement-issue-tree

implement-issue-tree

2agent-workflows

親イシュー配下のサブイシュー(孫含む)を依存順を保ちつつ worktree で並列に自動実装・push 前 review・PR 作成・CI 監視・マージ可能状態化まで一括自動化。 「イシューツリーを並列実装」「配下のサブイシューをまとめて実装」「ツリー全体を並列で実装して」「イシュー階層を自動開発」で使用。 per-issue 計画立案(Plan: セッション継承モデル)→実装(Implement: sonnet)の分業。push 前 review(Review 通過後にのみ push・PR 作成して CI を 1 回だけ起動)。 外部チェック構成は args の externalChecks で明示({"app", "context"} の組で宣言。[] で「なし」を確定して不要待機なし・未指定なら自動マージ停止・slug のみの旧形式は自動マージ fail-closed)。 自動 squash merge は autoMerge: true + externalChecks 明示(全 App の信頼済み context 宣言込み)の opt-in で実行(merge-exec の自己取得再検証 + サーバー側 branch protection 実測が前提。既定 false はマージ可能状態で停止し人間がマージ。サーバー側 workflow サンプル(upstream の docs/implement-issue-tree/auto-merge-sample.yml 参照)+ branch protection への委譲も可)。並列度(parallel)と依存(dependsOn)で実行順を制御。 Phase 単位で厳密に直列化したい場合は phaseGate: true(opt-in。ルート直下の子〔Phase 親〕を sub-issues リスト順に直列化し、前 Phase の全子孫が merged/closed になるまで次 Phase 配下に着手しない。既定 false は現行の post-order 優先度のみ)。 単一イシューの実装は implement-issue、PR レビューは implement-review-pr を参照。

fandhe-ai avatarfandhe-ai
获取
create-pr

create-pr

2design-ui

Conventional Commits 形式で GitHub PR を作成する。OWASP Top 10 のセキュリティチェック必須で、問題があれば PR 作成を中止。Summary/Test plan/Design を含む body を生成。「PR 作って」「プルリク」「`gh pr create`」などで使用。別リポジトリ (upstream) への貢献は contribute-skill。

fandhe-ai avatarfandhe-ai
获取
implement-issue

implement-issue

2agent-workflows

GitHub Issue を読み込み、`_/local-plans/<issue-number>-<slug>.md` に詳細計画を作成して**ユーザー承認後**にコードを実装する。実装後はセキュリティレビュー (OWASP Top 10) → テスト実行 → Conventional Commits でコミット。Issue 番号や URL を渡された実装依頼、「Issue #N を実装して」「この Issue を着手」などで使用。

fandhe-ai avatarfandhe-ai
获取
create-issue

create-issue

2database

GitHub Issue を親子構造 (sub-issues) で作成する。`gh issue create` で親・子 Issue を生成し、`gh api .../sub_issues` で親子関係を紐付ける。タイトルは Conventional Commits 形式 (`feat:`, `fix:` 等) を推奨。「Issue 作って」「タスクを分解して Issue 化」などで使用。

fandhe-ai avatarfandhe-ai
获取
implement-review

implement-review

2frontend

コード変更 (`git diff`) の品質・アーキテクチャ準拠・セキュリティ (OWASP Top 10) を Agent ツール委譲で読み取り専用レビューする。コミット前/PR 作成前のセルフレビュー、「変更をレビューして」「コードレビューして」などで使用。GitHub PR のレビューには implement-review-pr を使用。

fandhe-ai avatarfandhe-ai
获取
implement-review-pr

implement-review-pr

2research-knowledge

GitHub PR の CI ステータス (`gh pr checks`)・コード品質・セキュリティ (OWASP Top 10)・Conventional Commits 準拠をレビューする。`gh pr review --approve/--request-changes/--comment` でレビュー投稿も可能。「PR #N をレビュー」「PR レビューして」などで使用。ローカル diff のレビューには implement-review を使用。

fandhe-ai avatarfandhe-ai
获取
screensdesign-data

screensdesign-data

2design-ui

Research mobile apps, broader-market competitors, positioning, public App Store reviews, onboarding, paywalls, recorded screens, user flows, App Store creatives, developers, and saved collections through the ScreensDesign MCP. Use when the user asks for mobile product or market research, app ideas, competitor comparisons, revenue/download evidence, review pain points or sentiment, UI references, visual similarity, sequence analysis, or ScreensDesign MCP setup and skill updates.

screensdesign-com avatarscreensdesign-com
获取
replicas-agent

replicas-agent

1backend-api

指导在 Replicas 云工作区内运行的后台编码代理

replicas-group avatarreplicas-group
获取
agent-pulse

agent-pulse

1agent-workflows

使用 Agent Pulse 检查本地 AI 代理活动,涵盖 Hermes、Claude Code、Codex、DeepSeek、OpenClaw、Copilot、Aider、Qwen、OpenCode、Goose、Cursor、Antigravity 和 Amp 日志。当用户询问 AI 代理会话、令牌、工具/搜索调用、模型使用、预估成本、预算、预测、健康检查、报告、设置诊断、Web/API/指标导出或 MCP 集成时使用。

jane-o-o-o-o avatarjane-o-o-o-o
获取
paperclip

paperclip

1research-knowledge

Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.

getpaperclipai avatargetpaperclipai
获取
design-guide

design-guide

1frontend

Paperclip UI 设计系统指南,用于构建一致、可复用的前端组件。在创建新的 UI 组件、修改现有组件、向前端添加页面或功能、设计 UI 元素,或需要理解设计语言和约定时使用。涵盖:组件创建、设计令牌、排版、状态/优先级系统、组合模式以及 /design-guide 展示页面。始终将此技能与 frontend-design 技能(视觉质量)和 web-design-guidelines 技能(Web 最佳实践)结合使用。

getpaperclipai avatargetpaperclipai
获取
para-memory-files

para-memory-files

1research-knowledge

基于文件的记忆系统,采用Tiago Forte的PARA方法。每当需要跨会话存储、检索、更新或组织知识时,使用此技能。涵盖三个记忆层:(1)PARA文件夹中的知识图谱,包含原子化YAML事实;(2)作为原始时间线的每日笔记;(3)关于用户模式的隐性知识。还处理计划文件、记忆衰减、每周综合以及通过qmd进行回忆。在任何记忆操作时触发:保存事实、撰写每日笔记、创建实体、运行每周综合、回忆过去上下文或管理计划。

getpaperclipai avatargetpaperclipai
获取
想按分类查看?试试 /category/writing-content.