Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Skills 5/6: /skill add and /skill remove, from a folder or a git URL

オープン
#1,407 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

@AbirAbbas がすでに取り組んでいます。

2026年9月23日 から。

評価

この issue はまだ評価されていません。

説明

area:chat feature

Step 5 of #1277. It lands in the single pull request for #1277 (branch feat/1277-skills).

What

/skill add ~/some/folder                    copies it into ~/.codeaf/skills/<name>/
/skill add ~/some/folder --project          into <project>/.codeaf/skills/<name>/
/skill add https://github.com/o/r           clones, finds every SKILL.md, copies each
/skill add https://github.com/o/r/tree/main/skills/pdf   one folder out of a repo
  • A URL is cloned to a temporary folder with the git on PATH, and the skills are copied out. Nothing in it is executed.
  • A name already present asks before it is overwritten.
  • /skill remove <name> removes only from codeaf's own folders, never from another harness's. It never touches a folder in ~/.codeaf/skills that has no SKILL.md: the resident keeps bin/ and its promoted commands there.

Acceptance, end to end

Real binary in tmux, no network:

  • /skill add <fixture folder> puts ~/.codeaf/skills/<name>/SKILL.md on disk, and the skill appears in the picker and the Skills tab with the codeaf mark.
  • /skill add file:///…/bare.git (a local bare repository holding two skills) copies both.
  • A …/tree/<ref>/<path> URL copies only that folder.
  • /skill remove <name> for a skill that lives only in ~/.claude/skills is refused with a message naming where it lives. ~/.codeaf/skills/bin/ survives every remove.
主要言語
Go
スター
115
フォーク
14
平均マージ
9時間 38分
マージ済み PR(30日)
749

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Agent-Field/CodeAF のほかの issue

Agent-Field/CodeAF の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。