/ Diretório / Playground / Swift Concurrency Skill
● Comunidade twostraws ⚡ Instantâneo

Swift Concurrency Skill

por twostraws · twostraws/Swift-Concurrency-Agent-Skill

Swift Concurrency agent skill - async/await, actors, structured concurrency rules for AI coding tools.

Swift Concurrency Skill is a Claude Code/agent skill by twostraws. Swift Concurrency agent skill - async/await, actors, structured concurrency rules for AI coding tools. See the source repo for setup, supported clients, and configuration details.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

swift-concurrency-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "swift-concurrency-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/twostraws/Swift-Concurrency-Agent-Skill",
        "~/.claude/skills/swift-concurrency-skill"
      ],
      "_inferred": true
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "swift-concurrency-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/twostraws/Swift-Concurrency-Agent-Skill",
        "~/.claude/skills/swift-concurrency-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "swift-concurrency-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/twostraws/Swift-Concurrency-Agent-Skill",
        "~/.claude/skills/swift-concurrency-skill"
      ],
      "_inferred": true
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "swift-concurrency-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/twostraws/Swift-Concurrency-Agent-Skill",
        "~/.claude/skills/swift-concurrency-skill"
      ],
      "_inferred": true
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "swift-concurrency-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/twostraws/Swift-Concurrency-Agent-Skill",
        "~/.claude/skills/swift-concurrency-skill"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "swift-concurrency-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/twostraws/Swift-Concurrency-Agent-Skill",
          "~/.claude/skills/swift-concurrency-skill"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add swift-concurrency-skill -- git clone https://github.com/twostraws/Swift-Concurrency-Agent-Skill ~/.claude/skills/swift-concurrency-skill

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Swift Concurrency Skill

Use Swift Concurrency Skill for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Quando usar: You need the capability: Swift Concurrency agent skill - async/await, actors, structured concurrency rules for AI coding tools.

Pré-requisitos
  • Skill installed — git clone https://github.com/twostraws/Swift-Concurrency-Agent-Skill ~/.claude/skills/swift-concurrency-skill
Fluxo
  1. Install
    Install Swift Concurrency Skill following the README at https://github.com/twostraws/Swift-Concurrency-Agent-Skill✓ Copiado
    → Skill appears in your client's available tools/skills
  2. Invoke
    Use Swift Concurrency Skill to complete the task described in its docs.✓ Copiado
    → Agent calls the relevant tool/skill and returns a result

Resultado: Working integration with the capabilities advertised by the project.

Armadilhas
  • README is the source of truth; details here may lag upstream — Check https://github.com/twostraws/Swift-Concurrency-Agent-Skill for the latest setup steps and tool list

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills