agentic-workflow
掌握AI代理工作流
学习针对Claude Code、Gemini和Codex等AI代理的优化工作流。此技能提供命令、快捷键和多代理模式,帮助提升日常开发效率。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“agentic-workflow”。 How do I cancel a running task in Claude Code?
预期结果:
Press Esc Esc to cancel the last task immediately. This is the highest priority shortcut in Claude Code.
正在使用“agentic-workflow”。 What MCP servers should I use for browser automation?
预期结果:
Use the Playwright MCP server for controlling web browsers. It is designed for E2E testing and browser automation tasks.
正在使用“agentic-workflow”。 How can I work on multiple branches simultaneously?
预期结果:
Use git worktrees: 'git worktree add ../myapp-feature-auth feature/auth' creates an independent working directory for each branch. Run separate AI sessions per worktree.
安全审计
安全All static findings are false positives. This is a documentation/guide skill providing productivity tips for AI agents (Claude Code, Gemini, Codex). The scanner detected markdown table delimiters as shell commands, standard Docker install URLs as malicious URLs, git worktree syntax as path traversal, and environment variable references as credential access. No actual security risks present.
严重问题 (1)
中风险问题 (6)
质量评分
你能构建什么
开发者效率提升
学习键盘快捷键和斜杠命令以更快地导航Claude Code,减少上下文切换时间。
多代理编排
设置结合Claude用于规划、Gemini用于大规模分析、Codex用于命令执行的协作工作流。
Git工作流自动化
使用AI代理自动生成提交信息、创建PR,并管理git worktree以进行并行开发。
试试这些提示
Show me the current token usage and context window status using the appropriate Claude Code command.
Analyze the current git changes and write an appropriate commit message, then commit them.
Set up a Docker container with Claude Code installed for safe experimentation. Include instructions for mounting the workspace.
Use the multi-agent pattern: ask Gemini to analyze the codebase structure, then have Codex run tests on the changes.
最佳实践
- 定期使用/clear或/context防止上下文污染并保持性能
- 保持MCP服务器数量在10个以下、活跃工具在80个以下,以获得最佳性能
- 策略性地组合代理:Claude用于规划/编码,Gemini用于大规模分析,Codex用于运行命令
避免
- 避免在单个会话中连续使用Claude数周而不重置——上下文会随时间衰减
- 不要同时启用过多MCP服务器——会导致工具选择混乱
- 避免将AI用于手动执行更快的简单任务——上下文切换开销过大