mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-05-09 22:07:32 +02:00
docs(skills): question-bank fixes (#97)
This commit is contained in:
@@ -209,9 +209,9 @@
|
||||
### Q5
|
||||
- **Category**: conceptual
|
||||
- **Question**: What is the approximate context budget allocated to skill metadata (Level 1)?
|
||||
- **Options**: A) 0.5% of context window | B) 2% of context window | C) 5% of context window | D) 10% of context window
|
||||
- **Options**: A) 0.5% of context window | B) 1% of context window | C) 5% of context window | D) 10% of context window
|
||||
- **Correct**: B
|
||||
- **Explanation**: Skill metadata occupies about 2% of the context window (fallback: 16,000 characters). This is configurable with `SLASH_COMMAND_TOOL_CHAR_BUDGET`.
|
||||
- **Explanation**: Skill metadata occupies about 1% of the context window (fallback: 8,000 characters). This is configurable with `SLASH_COMMAND_TOOL_CHAR_BUDGET`.
|
||||
- **Review**: Context budget section
|
||||
|
||||
### Q6
|
||||
@@ -269,9 +269,9 @@
|
||||
### Q2
|
||||
- **Category**: practical
|
||||
- **Question**: What is the priority order for agent definitions?
|
||||
- **Options**: A) Project > User > CLI | B) CLI > User > Project | C) User > Project > CLI | D) They all have equal priority
|
||||
- **Options**: A) Project > User > CLI | B) CLI > Project > User | C) User > Project > CLI | D) They all have equal priority
|
||||
- **Correct**: B
|
||||
- **Explanation**: CLI-defined agents (`--agents` flag) override User-level (`~/.claude/agents/`), which override Project-level (`.claude/agents/`).
|
||||
- **Explanation**: CLI-defined agents (`--agents` flag) override Project-level (`.claude/agents/`), which override User-level (`~/.claude/agents/`).
|
||||
- **Review**: File locations section
|
||||
|
||||
### Q3
|
||||
|
||||
Reference in New Issue
Block a user