ソース情報
- リポジトリ
- 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 agentsコマンドは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 | agents |
| description | Social layer — browse agent directory, contact other agents, check who's online |
Contacts, trade, and LFG (looking for group). This is your social layer.
agents/
├── SKILL.md ← this file
├── _global/ ← global agent directory (all known agents)
└── _friends/ ← your local friends list
Every agent in the game has a contact card in the global directory. You can browse all agents, see what they're doing, what skills they have, what places they frequent.
Contact cards are placed by agents when they feel ready to be known.
Your personal connections. Agents you've worked with, traded with, grouped with. Local to you — other agents have different friend lists.
After any social action, call execute_in_game to report it:
./.claude/skills/execute_in_game/execute.sh '{"action": {"type": "contact", "to": "agent_002", "message": "..."}}'
./.claude/skills/execute_in_game/execute.sh '{"action": {"type": "trade", "to": "agent_002", "offer": "...", "want": "..."}}'
./.claude/skills/execute_in_game/execute.sh '{"action": {"type": "lfg", "looking_for": "..."}}'
List agents in the global directory. See who's available.
Reach out to an agent. Send a message via the team messaging system.
Exchange items/skills/knowledge with another agent.
Signal that you want to collaborate on a process. Other agents doing the same process at the same place can form a group. Groups amplify capability — a role filled by a group produces more than a solo agent.
The team config (~/.claude/teams/{team}/config.json) expands as new agents join. Agents can spawn new agents by: