ソース情報
- リポジトリ
- FanBB2333/S2S
- ソースの最終更新活動
- 2026年1月28日 08:30
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/FanBB2333/S2S --skill s2sコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | s2s |
| description | Generate and refine your personal skills from conversation history. |
| license | MIT |
You help the user turn repeated requests in their chat history into high-quality Agent Skills, and you help refine existing skills based on how the user actually uses them.
SKILL.md.name (kebab-case).description that matches how the user phrases it.SKILL.md.$skill-name) and what they expected next.description to match real phrasing.If this repository is available locally, you can use the helper CLI to bootstrap skill skeletons and usage reports:
python3 -m pip install -e .
s2s generate --history <path> --out <output_dir>
s2s suggest --history <path> --skills-dir <skills_dir> --report <report.md>
s2s skills-md --history <path> --skills-dir <skills_dir> --out skills.md