/ Verzeichnis / Playground / Ay-Skills
● Community walidboulanouar ⚡ Sofort

Ay-Skills

von 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.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

ay-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/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
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.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 nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "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
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

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

Continue nutzt ein Array von Serverobjekten statt einer Map.

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

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: 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

Wann einsetzen: You'd like to hand someone a single .html file that works offline.

Voraussetzungen
  • Skills cloned — git clone https://github.com/walidboulanouar/Ay-Skills ~/.claude/skills/Ay-Skills
Ablauf
  1. Describe the artifact
    artifacts-builder: a single-page pricing calculator with 3 tiers, React + shadcn cards, Tailwind.✓ Kopiert
    → 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.✓ Kopiert
    → Visually more polished version consistent with the design system

Ergebnis: 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

Wann einsetzen: You need Claude to interact with a web app that requires auth, and you want session persistence.

Ablauf
  1. Start a persistent session
    agent-browser: open mysaas.com, log in (I'll do 2FA), save session.✓ Kopiert
    → Session saved, subsequent requests reuse it
  2. Automate the task
    Now download last month's invoices from the billing page.✓ Kopiert
    → Files downloaded to CWD

Ergebnis: A scripted flow that survives across sessions without reauth hell.

Fallstricke
  • Site's terms forbid automation — Check ToS first — browser automation is a tool, not a license
Kombinieren mit: filesystem

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

ay-skill + filesystem

Save artifacts-builder output directly to a shared drop folder

Build the artifact and save to ~/Dropbox/demos/.✓ Kopiert
ay-skill + github

Ship the artifact as a GitHub Pages page in one step

Build the artifact, commit to gh-pages branch, push.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
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

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
None for the skills themselves
Tokens pro Aufruf
Varies widely across sub-skills
Kosten in €
Free — skills are local files. DataForSEO (used by claude-seo optionally) is paid.
Tipp
Don't enable all 10 sub-skills if you only use 3 — context overhead compounds.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: No credentials in the skill files. agent-browser stores a session file; claude-seo may need DataForSEO keys.
Datenabfluss: Depends on sub-skill — agent-browser and claude-seo hit external sites

Fehlerbehebung

Häufige Fehler und Lösungen

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

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

Prüfen: ls ~/.claude/skills/Ay-Skills/
SKILL.md frontmatter wrong

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

Prüfen: 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.

Alternativen

Ay-Skills vs. andere

AlternativeWann stattdessenKompromiss
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

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen