brainstorming
Explore user intent, requirements, and design options through collaborative dialogue before implementation. Use before building new features, components, or…
将当前对话压缩为交接文档(handoff document / session handoff brief),供下一个 agent 接续工作。手动调用 /handoff。
$ npx -y skills add feiskyer/claude-code-settings --skill handoff --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/handoffContext preview
The summary Claude sees to decide when to auto-load this skill.
将当前对话压缩为交接文档(handoff document / session handoff brief),供下一个 agent 接续工作。手动调用 /handoff。
name: handoff description: 将当前对话压缩为交接文档(handoff document / session handoff brief),供下一个 agent 接续工作。手动调用 /handoff。 argument-hint: "下一个会话的重点方向,例如:'完成 API 集成测试'" disable-model-invocation: true
撰写一份交接文档,总结当前对话内容,使全新的 agent 能够无缝继续工作。
保存到 `$TMPDIR/handoff-YYYY-MM-DD-HHMM.md`(用实际时间戳替换)。生成后告知用户完整路径。
按以下结构组织交接文档:
1. **背景与目标** — 一句话概述当前任务 2. **已完成工作** — 带路径/URL 引用 3. **当前状态** — 进展到哪一步、卡在哪里 4. **待办事项** — 下一个 agent 需要做什么 5. **推荐技能** — 建议调用的 skill 列表 6. **关键上下文** — 环境、分支、配置等必要信息
给 Claude Code 加上深度调研、图片生成、GitHub 自动化等能力,配好多模型切换,开箱即用。 OpenAI Codex 的配置和自定义 prompt 请参考 feiskyer/codex-settings。
Explore user intent, requirements, and design options through collaborative dialogue before implementation. Use before building new features, components, or…
Leverage OpenAI Codex/GPT models for autonomous code implementation, code review, and plan review. Triggers: "codex", "use gpt", "gpt-5", "let openai",…
Multi-agent research orchestration: split a research goal into parallel sub-goals, run each via headless `claude -p` subprocesses, aggregate results into a…
Fix GitHub issues end-to-end — analysis, branch creation, implementation, testing, and PR submission. Use whenever the user mentions fixing a GitHub issue,…
Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR,…
Generate or edit images using OpenAI GPT Image API (gpt-image-2, gpt-image-1, etc). Use ONLY when the user explicitly names OpenAI or GPT as the provider: "gpt…