원클릭으로
tachi
Use when the user asks what TachiBot can do, which tools/skills exist, or which API keys are configured — help and discovery entry point
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user asks what TachiBot can do, which tools/skills exist, or which API keys are configured — help and discovery entry point
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user wants a security review of code or a diff — OWASP/CWE findings with severity, taint/data-flow analysis, and concrete fixes via security_review
Use when the user wants tests generated for code or a diff — enumerates edge cases and failure modes first, then emits runnable test code via testgen
Use when a task would benefit from a structured thinking technique but you're not sure which — recommends the right prompt technique for the intent (debug, spec, refactor, decision, design) and applies it
Use for decisions or judgments worth multiple independent perspectives — multi-model council with parallel analysis, search grounding, and synthesis (30-60s); for a quick single-call verdict use the jury tool directly
Use when the user shares or finishes a plan and wants it stress-tested before execution — adversarial multi-model pre-mortem with ranked risks, mitigations, and concrete plan edits
Use when code changes are ready for review — a diff exists, the user says "review my changes/PR", or a commit is about to happen. Multi-model diff review (Kimi, DeepSeek, GPT-5.5 panel + Gemini judge) with a MERGEABLE verdict
| name | tachi |
| description | Use when the user asks what TachiBot can do, which tools/skills exist, or which API keys are configured — help and discovery entry point |
| user-invocable | true |
Show available TachiBot skills, tools, and API key status.
/tachi
/tachi stats
When user invokes /tachi:
Present this overview:
## TachiBot - Multi-Model AI Orchestration
### Skills (slash commands)
| Skill | What it does | Example |
|-------|-------------|---------|
| `/judge` | Multi-model council - parallel analysis + synthesis | `/judge how to implement auth` |
| `/think` | Sequential reasoning chain with any model | `/think grok,gemini design a cache` |
| `/focus` | Mode-based reasoning (debate, research, analyze) | `/focus architecture-debate SQL vs NoSQL` |
| `/breakdown` | Strategic overview: first principles + feasibility | `/breakdown add real-time collaboration` |
| `/decompose` | Split into pieces, deep-dive each one | `/decompose implement auth system` |
| `/prompt` | Pick the right thinking technique for your problem | `/prompt why do users churn` |
| `/algo` | Algorithm analysis with 3 specialized models | `/algo optimize LRU cache O(1)` |
| `/tachi` | This help screen | `/tachi` |
### Quick Start
1. Pick a skill based on your task:
- **Need an answer?** -> `/judge`
- **Need to reason through something?** -> `/think`
- **Need to debate approaches?** -> `/focus architecture-debate`
- **Need a strategic overview?** -> `/breakdown`
- **Need to understand each piece deeply?** -> `/decompose`
- **Need a thinking technique?** -> `/prompt` (recommends one for you)
- **Algorithm or optimization?** -> `/algo`
2. Or use tools directly: `grok_search`, `gemini_brainstorm`, `qwen_coder`, etc.
Call the usage_stats tool to show what's configured:
mcp__tachibot-mcp__usage_stats({ action: "view", scope: "current", format: "table" })
Then summarize which providers are active based on whether their tools appear in available MCP tools.
/tachi stats:Call usage stats with full scope:
mcp__tachibot-mcp__usage_stats({ action: "view", scope: "all", format: "table" })
Present the usage data with insights about most-used tools and cost efficiency.