搜索结果
全部能力
找到 803 个相关结果 / 命令行工具
通用助手 / 编排推荐
gcloud-cli
gcloud-cli
Google Cloud CLI operations and resource management
通用助手 / 编排推荐
codex-history-ingest
codex-history-ingest
将 Codex CLI 对话历史导入 Obsidian 维基。当用户想要挖掘其过去的 Codex 会话以获取知识、导入其 ~/.codex 文件夹、从之前的编码会话中提取洞察,或说出"处理我的 Codex 历史"、"将我的 Codex 对话添加到维基"或"我之前在 Codex 中讨论过什么"等话语时使用此技能。当用户提及 .codex 会话、rollout 文件、session_index.jsonl 或 Codex 转录日志时也会触发。
通用助手 / 编排推荐
graft
graft
Use when building, refactoring, or documenting Graft apps and proxies, including when asked to create a tool server, API server, dual-protocol server, or MCP-HTTP bridge. Graft's core thesis: define tools once and serve them as both HTTP REST endpoints and MCP tools from the same server, with discovery, docs, and OpenAPI generated automatically. Covers concrete actions such as defining tools and handlers, configuring authentication middleware, setting up HTTP and stdio transports, generating OpenAPI documentation, wrapping existing APIs via proxy mode, and wiring up the full CLI workflow.
通用助手 / 编排推荐
orca-cli
orca-cli
Use the `orca` CLI to drive a running Orca editor — manage Orca worktrees; create, read, and run shell commands in Orca-managed terminals; and automate Orca's built-in browser (snapshot/click/fill/screenshot/tabs). Use this instead of raw `git worktree`, ad hoc shell PTYs, or Playwright whenever the task touches Orca state. Coding agents inside an Orca worktree should also use it to keep the worktree comment fresh at meaningful checkpoints. Boundary with `orchestration`: if the recipient of a terminal write is another AI agent (Claude Code, Gemini, Codex, a worker), use `orchestration` — it is the only correct way to send messages, nudges, replies, or task hand-offs to agents. orca-cli writes are for non-agent terminals (shells, build/test commands); reading or `wait`ing on any terminal — including agent terminals — stays in orca-cli.
通用助手 / 编排推荐
responsiveness-check
responsiveness-check
responsiveness-check — an installable skill for AI agents, published by jezweb/claude-skills.
通用助手 / 编排推荐
multi-agent-brainstorming
multi-agent-brainstorming
Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before…
通用助手 / 编排推荐
paseo
paseo
用于管理代理和工作树的 Paseo 参考。在需要创建代理、向其发送提示或管理工作树时加载。
通用助手 / 编排推荐
reference-compiler-cli
reference-compiler-cli
Explains the mental model and architecture of the code under `packages/compiler-cli`. You MUST use this skill any time you plan to work with code in…
通用助手 / 编排推荐
gitlab-cli-skills
gitlab-cli-skills
Comprehensive GitLab CLI (glab) command reference and workflows for all GitLab operations via terminal. Use when user mentions GitLab CLI, glab commands,…
通用助手 / 编排推荐
paseo-loop
paseo-loop
运行代理循环,直到满足退出条件。当用户说“loop”、“babysit”、“keep trying until”、“check every X”、“watch”或希望进行迭代式……时使用。
通用助手 / 编排推荐
paseo 移交
paseo-handoff
将当前任务连同完整上下文移交给另一个智能体。当用户说“handoff”、“hand off”、“hand this to”或希望将工作转交给另一个……时使用。
通用助手 / 编排推荐
firebase-basics
firebase-basics
Provides foundational setup, authentication, and project management workflows for Firebase using the Firebase CLI. Use when checking Firebase CLI version (must use 'npx -y firebase-tools@latest --version'), initializing a Firebase environment, authenticating, setting active projects, or setting up `google-services.json` or `GoogleService-Info.plist` files.
通用助手 / 编排推荐
paseo-committee
paseo-committee
组建一个由两个高推理能力智能体组成的委员会,退后一步进行根因分析,并制定计划。适用于陷入僵局、循环、视野狭窄或面临……的情况。
通用助手 / 编排推荐
Apache Airflow
airflow
使用 af CLI 查询、管理和排查 Apache Airflow 问题。涵盖列出 DAG、触发运行、读取任务日志、诊断故障、调试…
通用助手 / 编排推荐
agent-tools
agent-tools
Run 250+ AI apps via inference.sh CLI - image generation, video creation, LLMs, search, 3D, Twitter automation. Models: FLUX, Veo, Gemini, Grok, Claude,…
通用助手 / 编排推荐
ralph-tui-create-beads-rust
ralph-tui-create-beads-rust
Convert PRDs to beads for ralph-tui execution using beads-rust (br CLI). Creates an epic with child beads for each user story. Use when you have a PRD and want…
通用助手 / 编排推荐
hf-cli
hf-cli
Hugging Face Hub CLI (`hf`) for downloading, uploading, and managing models, datasets, spaces, buckets, repos, papers, jobs, and more on the Hugging Face Hub.…
通用助手 / 编排推荐
phoenix-cli
phoenix-cli
Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review…
通用助手 / 编排推荐
context-compression
context-compression
When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to…
通用助手 / 编排推荐
difit-review
difit-review
A skill for reviewing a specific diff and showing the findings as comments inside difit (the diff viewer). Use it to review branch diffs, commit diffs, or…