Restore skills-only structure tree in README

The sync-readme CI job expanded the tree to include the entire repo.
Revert to the clean skills-only view matching main.
This commit is contained in:
Antoine van der Lee
2026-03-24 14:10:09 +01:00
parent 71609fafe9
commit 63fb11efc8
+25 -42
View File
@@ -217,48 +217,31 @@ The skills share:
## Skill Structure
<!-- BEGIN SKILL STRUCTURE -->
```text
xcode-build-optimization-agent-skill/
.claude-plugin/
marketplace.json
plugin.json
references/
benchmark-artifacts.md
build-optimization-sources.md
build-settings-best-practices.md
recommendation-format.md
schemas/
build-benchmark.schema.json
scripts/
benchmark_builds.py
diagnose_compilation.py
generate_optimization_report.py
render_recommendations.py
summarize_build_timing.py
skills/
xcode-build-benchmark/
SKILL.md
references/
benchmarking-workflow.md - Benchmark contract, clean vs incremental rules, and artifact expectations
xcode-compilation-analyzer/
SKILL.md
references/
code-compilation-checks.md - Swift compile hotspot checks and code-level heuristics
xcode-project-analyzer/
SKILL.md
references/
project-audit-checks.md - Build setting, script phase, and dependency audit checklist
spm-build-analysis/
SKILL.md
references/
spm-analysis-checks.md - Package graph, plugin overhead, and module variant review guide
xcode-build-orchestrator/
SKILL.md
references/
orchestration-report-template.md - Prioritization, approval, and verification report template
xcode-build-fixer/
SKILL.md
references/
fix-patterns.md - Concrete before/after patterns for each fix category
skills/
xcode-build-benchmark/
SKILL.md
references/
benchmarking-workflow.md
xcode-compilation-analyzer/
SKILL.md
references/
code-compilation-checks.md
xcode-project-analyzer/
SKILL.md
references/
project-audit-checks.md
spm-build-analysis/
SKILL.md
references/
spm-analysis-checks.md
xcode-build-orchestrator/
SKILL.md
references/
orchestration-report-template.md
xcode-build-fixer/
SKILL.md
references/
fix-patterns.md
```
<!-- END SKILL STRUCTURE -->