/ Каталог / Песочница / Ay-Skills
● Сообщество walidboulanouar ⚡ Сразу

Ay-Skills

автор walidboulanouar · walidboulanouar/Ay-Skills

AY Automate's 10-skill bundle — React/Tailwind artifacts, MCP client, Remotion video, Excalidraw, Claude SEO, NotebookLM, and more.

A broad skill collection from walidboulanouar / AY Automate: artifacts-builder (React + Tailwind + shadcn/ui bundled HTML), mcp-client (universal MCP connector with Python execution), remotion (React video), skill-creator, notebooklm (Google NotebookLM via browser automation), ui-ux-pro-max (design system guidelines), agent-browser (browser automation with login persistence), claude-seo (DataForSEO MCP integration), superpowers (agentic TDD pipeline), excalidraw-diagram.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

ay-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "ay-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "ay-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "ay-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ay-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "ay-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/walidboulanouar/Ay-Skills",
        "~/.claude/skills/Ay-Skills"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "ay-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/walidboulanouar/Ay-Skills",
          "~/.claude/skills/Ay-Skills"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add ay-skill -- git clone https://github.com/walidboulanouar/Ay-Skills ~/.claude/skills/Ay-Skills

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Ay-Skills

Build a shareable self-contained HTML artifact with React + shadcn

👤 Devs who want to demo a small UI without a deploy ⏱ ~30 min beginner

Когда использовать: You'd like to hand someone a single .html file that works offline.

Предварительные требования
  • Skills cloned — git clone https://github.com/walidboulanouar/Ay-Skills ~/.claude/skills/Ay-Skills
Поток
  1. Describe the artifact
    artifacts-builder: a single-page pricing calculator with 3 tiers, React + shadcn cards, Tailwind.✓ Скопировано
    → Claude produces the bundled HTML file with embedded CSS/JS
  2. Iterate on visuals
    Use ui-ux-pro-max guidelines — apply the accent palette to the CTA.✓ Скопировано
    → Visually more polished version consistent with the design system

Итог: One file, double-click to open, works anywhere.

Automate a task behind a login with agent-browser

👤 Engineers avoiding flaky Selenium scripts ⏱ ~30 min intermediate

Когда использовать: You need Claude to interact with a web app that requires auth, and you want session persistence.

Поток
  1. Start a persistent session
    agent-browser: open mysaas.com, log in (I'll do 2FA), save session.✓ Скопировано
    → Session saved, subsequent requests reuse it
  2. Automate the task
    Now download last month's invoices from the billing page.✓ Скопировано
    → Files downloaded to CWD

Итог: A scripted flow that survives across sessions without reauth hell.

Подводные камни
  • Site's terms forbid automation — Check ToS first — browser automation is a tool, not a license
Сочетать с: filesystem

Комбинации

Сочетайте с другими MCP — эффект x10

ay-skill + filesystem

Save artifacts-builder output directly to a shared drop folder

Build the artifact and save to ~/Dropbox/demos/.✓ Скопировано
ay-skill + github

Ship the artifact as a GitHub Pages page in one step

Build the artifact, commit to gh-pages branch, push.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
artifacts-builder UI description Want a shareable single-file demo 0
mcp-client target MCP server + task Orchestrating multiple MCPs from one skill 0
remotion scene description + assets Programmatic video generation 0
agent-browser URL + actions Auth-gated or JS-heavy sites 0
claude-seo URL or keyword SEO audits with optional paid data 0 local, paid if DataForSEO enabled
superpowers feature intent Complex features that benefit from structured TDD 0

Стоимость и лимиты

Во что обходится

Квота API
None for the skills themselves
Токенов на вызов
Varies widely across sub-skills
Деньги
Free — skills are local files. DataForSEO (used by claude-seo optionally) is paid.
Совет
Don't enable all 10 sub-skills if you only use 3 — context overhead compounds.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: No credentials in the skill files. agent-browser stores a session file; claude-seo may need DataForSEO keys.
Исходящий трафик: Depends on sub-skill — agent-browser and claude-seo hit external sites

Устранение неполадок

Частые ошибки и исправления

Skill not invoked — Claude writes React inline instead of using artifacts-builder

Reference the sub-skill by name: 'use artifacts-builder to...'.

Проверить: ls ~/.claude/skills/Ay-Skills/
SKILL.md frontmatter wrong

Each sub-skill has its own SKILL.md; inspect the one not activating.

Проверить: head ~/.claude/skills/Ay-Skills/artifacts-builder/SKILL.md
Wrong trigger keywords — mcp-client picks the wrong MCP

Specify the target MCP explicitly in the prompt.

Альтернативы

Ay-Skills в сравнении

АльтернативаКогда использоватьКомпромисс
excalidraw-skill (Agents365)You only need the diagram pieceNarrower; doesn't include the 9 other AY sub-skills
skills-skill-9You want product-building skills rather than UI/browser focusDifferent category emphasis

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills