スキル一覧に戻る
senlima-sun

manage-spaces

by senlima-sun

0🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: manage-spaces description: List, create, or manage memory spaces. Use when user says "show my spaces", "create a space", "organize my memories", or wants to manage categorization. allowed-tools: mcp__aiii__list_spaces, mcp__aiii__create_space

Manage Spaces

Help users view and manage their memory spaces.

When to Use

  • User wants to see available spaces
  • User wants to create a new space
  • User wants to understand how memories are organized
  • User is setting up aiii for the first time

Instructions

Listing Spaces

  1. Query available spaces:

    • Use list_spaces tool
    • Include memory counts for each
  2. Present in a clear format:

    ## Your Memory Spaces
    
    | Space | Memories | Icon |
    |-------|----------|------|
    | Work | 47 | 💼 |
    | Health | 12 | 🏥 |
    | Learning | 8 | 📚 |
    
  3. Offer actions:

    • Create new space
    • View memories in a space
    • Explain space purpose

Creating Spaces

  1. Gather information:

    • Space name (required)
    • Icon/emoji (optional, suggest based on name)
    • Purpose description
  2. Suggest appropriate names:

    • Work, Projects, Career
    • Health, Fitness, Nutrition
    • Learning, Reading, Courses
    • Finance, Budget, Investments
    • Personal, Family, Relationships
  3. Create the space:

    {
      "name": "Space Name",
      "icon": "emoji"
    }
    
  4. Confirm creation:

    • Show the new space
    • Explain how to save memories to it
    • Suggest setting up auto-categorization

Default Spaces

For new users, suggest these starter spaces:

SpaceIconPurpose
Work💼Professional tasks, coding, meetings
Health🏥Medical, fitness, nutrition
Learning📚New skills, courses, reading
Finance💰Budget, investments, purchases

Example Interactions

User: "Show my spaces" → List all spaces with memory counts

User: "Create a space for my side project" → Ask for name, suggest icon, create space

User: "What spaces should I set up?" → Explain common spaces, offer to create defaults

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です