ca-btw
SolidLightweight Q&A about the project — answer from context and return, no routing, no state change.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- arbiterForge
- Repository
- arbiterForge/codeArbiter
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- AGPL-3.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
question-easy
Answers an easy question - a lookup, recall, or short factual answer with a direct path to the answer. Use whenever the question needs no cross-file verification, reasoning chain, or tradeoff call, OR the user explicitly asks for a quick, low-effort, or shallow answer, even if "easy" is not mentioned by name.
ce-ask
Answer questions about any code repository — locate code, trace flow, explain rationale, find callers — with structured, file-cited answers that stage the relevant files into the conversation. Ephemeral; writes nothing. Triggers: ask how/where/why about a codebase. For a misbehaving running component use /ce-debug — ask answers questions, it does not investigate symptoms.
cf-ask
Quick Q&A about codebase — explores code to answer, saves to docs/memory. Use when the user asks a focused question about the project — e.g. "how does X work?", "where is Y defined?", "what's the flow for Z?", "explain this module", "how are these connected?", "what pattern does this use?", "why is this done this way?". Unlike $cf-research (deep multi-doc output), this gives a single focused answer.