Releases: Erikote04/Swift-API-Design-Guidelines-Agent-Skill
Releases · Erikote04/Swift-API-Design-Guidelines-Agent-Skill
Release list
1.0.0
Swift API Design Guidelines Skill v1.0.0
First stable release of the Swift API Design Guidelines Agent Skill.
Highlights
- Introduces a complete skill package for Swift API design review and implementation.
- Focuses on point-of-use clarity, naming, argument labels, terminology, documentation comments, and conventions.
- Provides structured workflows for reviewing code, improving existing APIs, and implementing new API surfaces.
Included in this release
swift-api-design-guidelines-skill/SKILL.mdwith overview, decision tree, core guidelines, quick reference, checklist, references, and philosophy.swift-api-design-guidelines-skill/references/with focused modules:fundamentals.mdpromote-clear-usage.mdstrive-for-fluent-usage.mduse-terminology-well.mdgeneral-conventions.mdparameters.mdargument-labels.mdspecial-instructions.md
- Root
AGENTS.mddefining authoring/maintenance standards for the skill. .claude-plugin/plugin.jsonand.claude-plugin/marketplace.jsonfor Claude plugin distribution.- Expanded
README.mdwith usage instructions and reference structure block. - New
CONTRIBUTING.mdwith contribution workflow and quality standards.
Repository automation
- Added
.github/copilot-instructions.mdfor repo-specific Copilot review guidance. - Added
.github/FUNDING.yml. - Added README sync automation:
.github/scripts/sync-readme.js.github/workflows/sync-readme-references.yml
- Added release automation:
.github/workflows/release.yml
Notes
- License: MIT
- This release establishes the baseline (
1.0.0) for future incremental guideline and tooling updates.