Skip to content

Commit 6547360

Browse files
davidmatousekclaude
andcommitted
fix(154): add .claude/skills/tachi-*/ to INSTALL_MANIFEST
All 18 tachi skill directories were missing from the install manifest. Agents reference these skills for detection patterns, domain knowledge, Gemini prompt construction, risk scoring rules, etc. — without them, agents silently degrade (e.g., the infographic agent can't read the prompt scaffold protocol and falls back to writing its own prompt, producing white-background flat images instead of dark-themed 3D visuals). Same class of bug as the scripts/ omission fixed earlier in this issue. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f2ad9be commit 6547360

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

INSTALL_MANIFEST.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Canonical list of files and directories that must be copied when installing tach
1313
| `templates/tachi/infographics/` | Infographic design templates | threat-infographic |
1414
| `templates/tachi/security-report/` | Typst PDF report templates | report-assembler |
1515
| `scripts/` (3 Python files) | Deterministic extraction scripts | report-assembler, threat-infographic |
16+
| `.claude/skills/tachi-*/` (18 dirs) | Agent skill references (detection patterns, domain knowledge) | All threat agents, infographic, report-assembler |
1617
| `adapters/claude-code/agents/references/` | SARIF generation and validation guides | risk-scorer, control-analyzer |
1718
| `brand/` | Logo assets for branded PDF reports | report-assembler |
1819
| `docs/guides/DEVELOPER_GUIDE_TACHI.md` | Full walkthrough with worked examples | User reference |
@@ -95,6 +96,24 @@ The install script parses this section automatically. One path per line — dire
9596
.claude/commands/tachi.infographic.md
9697
.claude/commands/tachi.security-report.md
9798
.claude/commands/tachi.architecture.md
99+
.claude/skills/tachi-shared/
100+
.claude/skills/tachi-infographics/
101+
.claude/skills/tachi-orchestration/
102+
.claude/skills/tachi-risk-scoring/
103+
.claude/skills/tachi-report-assembly/
104+
.claude/skills/tachi-threat-reporting/
105+
.claude/skills/tachi-control-analysis/
106+
.claude/skills/tachi-spoofing/
107+
.claude/skills/tachi-tampering/
108+
.claude/skills/tachi-repudiation/
109+
.claude/skills/tachi-info-disclosure/
110+
.claude/skills/tachi-denial-of-service/
111+
.claude/skills/tachi-privilege-escalation/
112+
.claude/skills/tachi-prompt-injection/
113+
.claude/skills/tachi-agent-autonomy/
114+
.claude/skills/tachi-tool-abuse/
115+
.claude/skills/tachi-data-poisoning/
116+
.claude/skills/tachi-model-theft/
98117
schemas/
99118
templates/tachi/
100119
scripts/extract-report-data.py

0 commit comments

Comments
 (0)