start
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
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.
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. User says: "start" Beginning of work session When you want focused context
Flow
Ask the user: What area are you working on? (creative, technical, content, strategy, system) What's the specific task?
Only if relevant to stated topic: If mentions "inbox" or "learning": If mentions git:
Based on answer, read only the relevant role file from roles/.
4. Begin
# 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":
```bash
ls inbox/session-summaries/ 2>/dev/null
```
If mentions git:
```bash
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. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> When to Activate → Flow → 1. Ask Focus → 2. Quick Context (Optional) → 3. Load Relevant Role → 4. Begin
terms -> Only if relevant to stated topic · start · help · Minimal session start - ask focus first, load only relevant context. · Ask the user: - What area are you working on? · Otherwise: skip context checks. · Based on answer, read only the relevant role file from roles/. · Use start for focused work without setup overhead.
files/cmd -> roles/ · start · inbox/session-summaries · dev/null
body sha256 -> b46c8ec3e29c
Decide Fit First
Design Intent
How To Use It
Boundaries And Review