Back to list
joshuacook

start

by joshuacook

Filesystem-first knowledge management for Claude Code. Context Lake pattern with MCP integration.

1🍴 1📅 Jan 23, 2026

SKILL.md


name: start description: Lean session start. Asks focus area first, then loads only relevant context. Use when "start" is said at session beginning. allowed-tools: Read, Bash

Start (Lean Session)

Minimal session start - ask focus first, load only relevant context.

When to Activate

  • User says: "start"
  • Beginning of work session
  • When you want focused context

Flow

1. Ask Focus

Ask the user:

  • What area are you working on? (creative, technical, content, strategy, system)
  • What's the specific task?

2. Quick Context (Optional)

Only if relevant to stated topic:

If mentions "inbox" or "learning":

ls inbox/session-summaries/ 2>/dev/null

If mentions git:

git status -sb

Otherwise: skip context checks.

3. Load Relevant Role

Based on answer, read only the relevant role file from roles/.

4. Begin

[Role] here.

[1-2 sentence acknowledgment]

[First question or action]

What NOT to Do

  • Don't load ALL roles
  • Don't run full context checks unless needed
  • Don't greet with wall of text

Comparison

  • start: Lean, ask first, minimal context
  • help: Deep assessment, suggest priorities

Use start for focused work without setup overhead.

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon