skill
仓库创建 2026年7月5日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
对技能/插件开发者友好,能校验格式并完成 dry-run 与提交流程。
▸ 风险提示
会执行仓库写入与提交操作,需要 Git 权限与注意凭据安全。
这个 Skill 做什么
为 octo/插件仓库自动生成并提交新技能、代理或钩子骨架。
自动在 octo 插件库或宿主工程里生成技能、代理或 hook 的骨架代码,并能做 dry‑run 与提交。适合要添加新能力、节省写 frontmatter、遵守 hook 事件格式时用。按步骤登记进度并校验格式,减少人工提交出错。
▸ 展开 SKILL.md 英文原文
Author a new skill, agent, or hook - into the octo plugin repo or a host project's .claude/. Knows the current frontmatter formats, hook events, and plugin layout; scaffolds, dry-runs, and commits.
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/skill/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/skill/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Progress Contract
Register these steps as a native task list at Step 2, before doing anything else.
Report progress as N steps remaining, size class S/M/L — never wall-clock ETAs.
Steps: (1) clarify, (2) register-progress, (3) scaffold, (4) validate, (5) commit.
## Canonical Format References
Before scaffolding, read these files — they are the source of truth for the formats you must follow:
**OCTO_ROOT** = `${CLAUDE_PLUGIN_ROOT}` when set; otherwise two directories above this skill's base directory (`skills/<name>/` sits at `<plugin-root>/skills/<name>/`). Resolve once at start.
- **Skill frontmatter + body**: `$OCTO_ROOT/skills/plan/SKILL.md`
- **Agent frontmatter + body**: `$OCTOvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有