kb-createlisted
Install: claude install-skill davidmatousek/tachi
# KB Create Skill
## Purpose
Guided pattern and bug creation with interactive prompts, automatic quality validation, and improvement suggestions. Ensures high-quality KB entries that meet institutional knowledge standards.
## Decision Tree: Pattern vs Bug
```
Should I create a PATTERN or BUG entry?
START: Do you have a reusable solution or specific error fix?
↓
Is this a specific error with an exact error message?
→ YES: Is the solution configuration/environment-specific?
→ YES: Create BUG entry
→ NO: Could be either - is it reusable across projects?
→ YES: Create PATTERN
→ NO: Create BUG
→ NO: Is this a general solution to a common problem?
→ YES: Create PATTERN
→ NO: Is it a design decision or architectural guidance?
→ YES: Create PATTERN
→ NO: Maybe not KB-worthy - consider documentation instead
```
**Pattern**: Reusable solutions, design patterns, best practices, architectural guidance
**Bug**: Specific errors with exact error messages, environment issues, configuration fixes
## Pattern Creation Workflow
### Step 1: Collect Basic Information
```
Creating new KB Pattern
Required fields (asterisk = required):
* Title (10-100 characters):
→ Example: "PostgreSQL Connection Pool Optimization"
* Category (select one):
1. ARCH (Architecture & Design)
2. DB (Database)
3. API (API Design)
4. AUTH (Authentication)
5. SECURITY (Security)
6. TEST (Testing)
7. PERF (Performance)
8. FRONTEND (Frontend)
9. INF