📚AllForClaude
SkillsMCPPluginsCategoriesHow to install
📚 AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • 💻 Development & Coding
  • ⚡ Productivity & Automation
  • 🎨 Creative, Design & Art
  • 📄 Documents & Office
  • 💬 Communication & Messaging
  • 🤖 AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

© 2026 AllForClaude. An independent, community directory — not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com & claudedirectory.org.

  1. Home
  2. /Skills
  3. /Agents & Workflow
  4. /Supabase Agent Skills — Symlinked Config + Task Runner
🔄

Supabase Agent Skills — Symlinked Config + Task Runner

🧩Skill🔄Agents & Workflow2,307

Shows the pragmatic way to serve multiple agents from one file — CLAUDE.md is a symlink to AGENTS.md, noted up front — and routes all commands through a mise task runner so the same 'run check and build before completing' contract holds in CI. Good reference for the generated-file layout (SKILL.md → AGENTS.md → CLAUDE.md).

By supabase

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/supabase-agent-skills-symlinked-config-t
# ...or for all projects
mkdir -p ~/.claude/skills/supabase-agent-skills-symlinked-config-t

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize → Skills → “+” → Browse skills → Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder — no restart needed.

Exact steps can vary per project — always double-check the original source. New to this? Read the full install guide →

Source

  • Claude Skills Hub

More in Agents & Workflow

View all →
🔄
🧩Skill★ Featured

Dispatching Parallel Agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

🔄Agents & Workflow247,389
🔄
🧩Skill★ Featured

Subagent Driven Development

Use when executing implementation plans with independent tasks in the current session

🔄Agents & Workflow247,389
🔄
🤖Subagent★ Featured

Conversation Analyzer

Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Typical triggers include the /hookify command being invoked without arguments, or the user explicitly asking to look back at the current conversation and surface mistakes that should be prevented in the future. See "When to invoke" in the agent body for worked scenarios.

🔄Agents & Workflow225,587
🔄
🔌MCP Server★ Featured

Linear Server

Manage Linear issues, projects, and workflows for seamless project management integration

🔄Agents & Workflow88,106

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/supabase-agent-skills-symlinked-config-t
# ...or for all projects
mkdir -p ~/.claude/skills/supabase-agent-skills-symlinked-config-t

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize → Skills → “+” → Browse skills → Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder — no restart needed.

Exact steps can vary per project — always double-check the original source. New to this? Read the full install guide →