Skip to content

Commit 1794806

Browse files
Enforce managed skill ownership
Why: Project-local copies of shared review, harness, iOS, build, and specification skills could shadow the managed baseline. Changed: Remove the managed copies, add a fail-closed ownership checker, bind it to spec verification and public CI, and document the global ownership boundary. Verification: public-surface, documentation, broker-core, client, harness-adoption, ownership-negative-fixture, and diff checks (pass). Affected: Agent skill discovery and CI policy only; broker behavior is unchanged. Refs: none. Session: managed-skill-ownership-consolidation.
1 parent 107c5a7 commit 1794806

29 files changed

Lines changed: 71 additions & 2200 deletions

.agents/skills/README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
# Repo-Local Skills
22

3-
This repo includes a curated subset of skills so a fresh agent can continue
4-
without depending on private product repositories.
3+
This repo owns project-specific skills and relies on the agent client's
4+
managed-global baseline for shared skills.
55

6-
## General Engineering Skills
6+
## Managed global
77

88
- `spec-creation-updating`
9-
- `apple-doc-research`
10-
- `swiftui-pro`
11-
- `swift-concurrency-pro`
12-
- `screenshot-analyze-verification`
139
- `harness-engineering`
1410
- `xcode-build`
15-
- `swiftui-simulator-ui`
1611
- `code-review`
1712
- `ios-xcodegen`
1813
- `xcode-cloud`
19-
- `apple-hig-designer`
2014

21-
## Local to this repo
15+
These names must not be copied into any project skill root.
16+
17+
## Project local
2218

2319
- `broker-harness-adoption`
20+
- `apple-doc-research`
21+
- `apple-hig-designer`
22+
- `screenshot-analyze-verification`
23+
- `swift-concurrency-pro`
24+
- `swiftui-pro`
25+
- `swiftui-simulator-ui`
2426

2527
Do not add private source snapshots, local machine paths, credentials, or
2628
company-only task context to skill docs.

.agents/skills/code-review/SKILL.md

Lines changed: 0 additions & 118 deletions
This file was deleted.

.agents/skills/code-review/references/review-checklists.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

.agents/skills/harness-engineering/SKILL.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

.agents/skills/harness-engineering/agents/openai.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.agents/skills/harness-engineering/references/harness-engineering-principles.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)