mirror of
https://github.com/twostraws/Swift-Concurrency-Agent-Skill.git
synced 2026-09-14 13:28:02 +08:00
2ce6d30a8c
- .claude-plugin/marketplace.json at the repo root — makes this repo a
Claude Code marketplace source
- swift-concurrency-pro/.claude-plugin/plugin.json — plugin manifest
with "skills": "./skills/"
- swift-concurrency-pro/skills/swift-concurrency-pro/SKILL.md — plugin
version of the skill using ${CLAUDE_SKILL_DIR}/references/ paths
- swift-concurrency-pro/skills/swift-concurrency-pro/references —
symlink to ../../references so both install paths share one set of
reference files
- swift-concurrency-pro/SKILL.md — unchanged; the npx workflow continues
to use the plain relative references/ paths
Modeled exactly on the pattern GLinnik21 introduced in
twostraws/SwiftUI-Agent-Skill#13.