在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用add-project
星标41
分支27
更新时间2026年7月12日 07:06
Add a project from a GitHub URL
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
Add a project from a GitHub URL
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Decompose a broad topic into linked GitHub issues with a master tracking issue
Fix a tracker issue end-to-end, or batch-queue all open GitHub issues from a repo
Queue a PR rebase mission (ex: /rebase https://github.com/owner/repo/pull/42). A bare rebase only rebases onto the base branch; add --fix to also apply review feedback.
Queue a review then rebase combo for a PR (ex: /rr https://github.com/owner/repo/pull/42)
Ask Kōan a question about a GitHub PR or issue — fetches context and posts an AI reply
Show resolved model config for the active CLI provider
| name | add_project |
| scope | core |
| group | config |
| emoji | ➕ |
| description | Add a project from a GitHub URL |
| version | 1.0.0 |
| audience | bridge |
| worker | true |
| commands | [{"name":"add_project","description":"Clone a GitHub repo and add it to the workspace","usage":"/add_project <github-url> [name]","aliases":["add","addproject"]}] |
| handler | handler.py |