スキル一覧に戻る
iimuz

work-sessions

by iimuz

2🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: work-sessions description: Read-only access to markdown work-session files to list, view, and search session records.

Work Sessions

Contract

  • Read-only skill (editing is done directly)
  • Use only the scripts shipped with this skill
  • All commands require --root to locate /.agent/work-sessions
  • inputs MUST be provided without .md extension
  • Avoid network calls

Workflow

セッション一覧の取得

List all sessions in the work-sessions directory:

python3 scripts/list.py --root <root>

セッション内容の取得

Read a specific session file:

# セッション内容の全体を確認する場合
python3 scripts/read.py --root <root> 20260109_implement_auth

# セッション内容の概要(description)のみを確認する場合
python3 scripts/read.py --root <root> 20260109_implement_auth --description

セッション横断検索

Search for a keyword across all sessions:

python3 scripts/search.py --root <root> "JWT"

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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