Swift Agent Skills Cursor
Description
A collection of agent skills for Swift development that works with the Cursor plugin marketplace.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Cursor plugin template
Build and publish Cursor Marketplace plugins from a single repo.
Two starter plugins are included:
- starter-simple: rules and skills only
- starter-advanced: rules, skills, agents, commands, hooks, MCP, and scripts
Getting started
[Use this template](https://github.com/cursor/plugin-template/generate) to create a new repository, then customize:
.cursor-plugin/marketplace.json: set marketplacename,owner, andmetadata.plugins/*/.cursor-plugin/plugin.json: setname(lowercase kebab-case),displayName,author,description,keywords,license, andversion.- Replace placeholder rules, skills, agents, commands, hooks, scripts, and logos.
To add more plugins, see `docs/add-a-plugin.md`.
Single plugin vs multi-plugin
This template defaults to **multi-plugin** (multiple plugins in one repo).
For a **single plugin**, move your plugin folder contents to the repository root, keep one `.cursor-plugin/plugin.json`, and remove `.cursor-plugin/marketplace.json`.
Submission checklist
- Each plugin has a valid
.cursor-plugin/plugin.json. - Plugin names are unique, lowercase, and kebab-case.
.cursor-plugin/marketplace.jsonentries map to real plugin folders.- All frontmatter metadata is present in rule, skill, agent, and command files.
- Logos are committed and referenced with relative paths.
node scripts/validate-template.mjspasses.- Repository link is ready for submission to the Cursor team (Slack or
kniparko@anysphere.com).
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11