1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Skills vendored into the fl binary via `include_dir!` in cli/src/context.rs.
# Source of truth: forklaunch-platform/.claude/skills (private repo).
#
# Regenerate: scripts/sync-skills.bash
# Verify: scripts/sync-skills.bash --check
#
# `include` is an allowlist, not a mirror — anything not listed here is never
# vendored, even if it exists upstream. Excluded on purpose:
# - gstack: third-party workflow tooling, not ForkLaunch documentation.
# - db-query.md: a production-database runbook, not agent-facing content.
#
# The list below is EVERYTHING ELSE under .claude/skills. It used to be a
# shorter hand-maintained subset, which drifted: nine skills and SETUP.md were
# vendored while absent from the allowlist, so the next sync would have deleted
# them -- including getting-started, score, security, and the SETUP.md that
# /prereqs and /getting-started both link to. Add new skills here when they land
# upstream, or `sync-skills.bash --check` fails the build.
= "forklaunch-platform"
= "2b0eb5ecf69f5ed2636858f7d1d9a19bb490d2f5"
= [
"README.md",
"SETUP.md",
"backend-patterns",
"cli",
"common-tasks",
"compliance",
"encryption-key-rotation",
"deploy-mode",
"deployment-approvals",
"design-system",
"development-guidelines",
"framework",
"frontend-patterns",
"getting-started",
"imports-and-structure",
"infra",
"infrastructure-and-utilities",
"integrations",
"investigator",
"managed-app-repo",
"managed-apps",
"managed-provisioning",
"managed-relay",
"observability",
"plan",
"plan-ceo-review",
"plan-design-review",
"plan-devex-review",
"plan-eng-review",
"platform-architecture",
"prereqs",
"quick-reference",
"score",
"score-self-heal",
"security",
"studio",
"tanstack",
"vercel-frontend",
"websockets-and-mappers",
]