Swift Agent Skills Cursor banner
AvdLee AvdLee

Swift Agent Skills Cursor

Development community

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:

  1. .cursor-plugin/marketplace.json: set marketplace name, owner, and metadata.
  2. plugins/*/.cursor-plugin/plugin.json: set name (lowercase kebab-case), displayName, author, description, keywords, license, and version.
  3. 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.json entries 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.mjs passes.
  • Repository link is ready for submission to the Cursor team (Slack or kniparko@anysphere.com).