ソース情報
- リポジトリ
- sancovp/dark-factory
- ソースの最終更新活動
- 2026年8月7日 08:28
- 検出された SKILL.md の言語
- 英語
- スター
- 2
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/sancovp/dark-factory --skill questsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
[0] the sourdough baking library — every skill a certified region of the KB; call number = home : facets
[0.1] the core subdomain of sourdough baking (8 concepts)
[0.1.3] Dusting the interior of a proofing basket with flour before placing shaped dough, preventing sticking and crea
SKILL.md を表示中
| name | quests |
| description | The quest board — accept quests, craft skills to fulfill them, earn gold rewards. |
The quest board. Each quest asks you to craft a specific skill. Complete it, earn gold.
quest_*.md).md file that actually works)# 1. Read a quest
cat ./.claude/skills/things/quests/quest_001.md
# 2. Accept it
./.claude/skills/execute_in_game/execute.sh '{"action":{"type":"quest_accept","quest_id":"quest_001"}}'
# 3. Craft the skill (write the .md file)
# ... use knowledge from places/ to make it good ...
# 4. Complete it
./.claude/skills/execute_in_game/execute.sh '{"action":{"type":"quest_complete","quest_id":"quest_001","skill_path":"crafted/greeting.md","reward":50}}'
Each quest file contains:
Browse the quest_*.md files in this directory.
jq '.quest_log.YOUR_ID' ../../game.json