claude-code
仓库创建 2026年7月27日最近提交 21 小时前SkillHot 收录 16 小时前
这个 Skill 做什么
用 Claude Code CLI 把编程工作委托给 Anthropic 的智能代理:能读写文件、跑 shell、启动子代理并管理 git 流程。常在需要自动化实现功能、处理 PR 或大规模代码修改时用。优势是它更像在终端里跑的自治编码助手,可以执行复杂的工程级任务。
▸ 展开 SKILL.md 英文原文
Delegate coding to Claude Code CLI (features, PRs).
0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/autonomous-ai-agents/claude-code/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/autonomous-ai-agents/claude-code/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Claude Code — Hermes Orchestration Guide Delegate coding tasks to [Claude Code](https://code.claude.com/docs/en/cli-reference) (Anthropic's autonomous coding agent CLI) via the Hermes terminal. Claude Code v2.x can read files, write code, run shell commands, spawn subagents, and manage git workflows autonomously. ## Prerequisites - **Install:** `npm install -g @anthropic-ai/claude-code` - **Auth:** run `claude` once to log in (browser OAuth for Pro/Max, or set `ANTHROPIC_API_KEY`) - **Console auth:** `claude auth login --console` for API key billing - **SSO auth:** `claude auth login --sso` for Enterprise - **Check status:** `claude auth status` (JSON) or `claude auth status --text` (hu
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有