# Master Skills Index Every Claude Code Skill used across the SDP development effort, and exactly where its real, version-controlled source lives. `~/.claude/skills/` on any machine should be a symlink pointing at a locally-synced copy of the depot path listed here -- never a loose, unversioned copy. See the `skills-sync` skill (in this same `skills/` directory) to bootstrap a new machine's symlinks or bring existing ones up to date. This table is the manifest `skills-sync` parses -- keep the column order and `|`-delimited format intact when adding a row. `Server` is the P4PORT to sync from; `Depot Path` is the skill's directory under that server. | Skill | Server | Depot Path | Purpose | |---|---|---|---| | `install-sdp-test-suite-run` | `public.perforce.com:1666` | `//test-install_sdp/dev/ai_dev_support/skills/install-sdp-test-suite-run` | Run the AWS install-fleet `install_sdp.sh` regression suite | | `sdp-jenkins-build-check` | `public.perforce.com:1666` | `//test-install_sdp/dev/ai_dev_support/skills/sdp-jenkins-build-check` | Check/trigger the SDP Docker/Podman Jenkins build | | `sdp-release-process-run` | `public.perforce.com:1666` | `//test-install_sdp/dev/ai_dev_support/skills/sdp-release-process-run` | Execute the SDP Release Process step by step, with human confirmation per step | | `sdp-jira-jobs` | `public.perforce.com:1666` | `//test-install_sdp/dev/ai_dev_support/skills/sdp-jira-jobs` | File/update SDP issues in JIRA -- summary/description, P4Blog, Resolution, fixVersion conventions | | `bsw-lab-ssh` | `ssl:ppn.perforce.com:1670` | `//BattleSchool/Gen7/ai/skills/bsw-lab-ssh` | Safe multi-line SSH to BSW lab hosts | | `bsw-gen6-lab-create` | `ssl:ppn.perforce.com:1670` | `//BattleSchool/main/ai/skills/bsw-gen6-lab-create` | Create/access/license-refresh/teardown a BSW Gen6 lab | | `bsw-ppn-jobs` | `ssl:ppn.perforce.com:1670` | `//BattleSchool/Gen7/ai/skills/bsw-ppn-jobs` | File/update BSW jobs on the PPN P4 Server | | `bsw-qa-build-run` | `ssl:ppn.perforce.com:1670` | `//BattleSchool/Gen7/ai/skills/bsw-qa-build-run` | Trigger/analyze BSW `qa_build` lab runs | | `skills-sync` | `public.perforce.com:1666` | `//p4-sdp/dev/ai_dev_support/skills/skills-sync` | Bootstrap/update `~/.claude/skills/*` symlinks from this manifest | ## Naming note (2026-09-03) `ai_dev_support/` (this directory, isolated, never released) is exclusively for *our own* internal SDP-development tooling -- skills, session logs, handoff docs. It is distinct from the planned `ai/dev/` and `ai/ops/` (SDP-1386, not isolated, shipped as real product content for SDP contributors/operators). Don't add customer-facing skills here, and don't add our own dev-process skills under a future `ai/` -- the two audiences and release postures are different on purpose. As of 2026-09-03, three other Public Depot projects (`p4lf`, `p4mona`, `p4sudo`) also use this same `ai_dev_support/` convention -- not part of the SDP effort, listed here only so a future rename doesn't get re-litigated from scratch.