
system-init
by Qredence
system-initは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
SKILL.md
name: system-init description: Initialize or hydrate the agent's memory system and verify configuration.
System Initialization
This skill handles the initialization of the agent's memory system. It ensures that the necessary directory structures, configuration files, and core context templates are in place.
Usage
Run this command at the start of a new project or when you need to reset/repair the memory system structure.
uv run python .fleet/context/scripts/memory_manager.py init
Actions Performed
- Hydrates Templates: Copies
core/*.template.mdto activecore/*.mdfiles if they don't exist. - Config Setup: Ensures
.chroma/config.yamlexists (creating from template if needed). - Recall Scratchpad: Creates
recall/current.mdfor the current session context.
Chroma Cloud Setup
After initialization, set up Chroma Cloud:
-
Edit config: Add your Chroma Cloud credentials to
.fleet/context/.chroma/config.yaml:cloud: tenant: "your-tenant" database: "your-database" api_key: "your-api-key" -
Create collections: Run the setup command to create collections in Chroma Cloud:
uv run python .fleet/context/scripts/memory_manager.py setup-chroma -
Verify status: Check that everything is connected:
uv run python .fleet/context/scripts/memory_manager.py status
Collections Created
| Collection | Name | Purpose |
|---|---|---|
semantic | agentic-fleet-semantic | Facts about project and user |
procedural | agentic-fleet-procedural | Learned skills and patterns |
episodic | agentic-fleet-episodic | Session history and context |
Environment Variables (Optional)
Instead of config file, you can use environment variables:
CHROMA_API_KEY- Your Chroma Cloud API keyCHROMA_TENANT- Your tenant nameCHROMA_DATABASE- Your database name
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です
