Claude Code Plugins

Community-maintained marketplace

Feedback

Implements authentication and payment features using Clerk, Supabase Auth, or Stripe. Use when user mentions ログイン, 認証, auth, authentication, Clerk, Supabase, 決済, payment, Stripe, 課金, サブスクリプション. Do NOT load for: 一般的なUI作成, データベース設計, 非認証機能.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name auth
description Implements authentication and payment features using Clerk, Supabase Auth, or Stripe. Use when user mentions ログイン, 認証, auth, authentication, Clerk, Supabase, 決済, payment, Stripe, 課金, サブスクリプション. Do NOT load for: 一般的なUI作成, データベース設計, 非認証機能.
allowed-tools Read, Write, Edit, Bash
metadata [object Object]

Auth Skills

認証と決済機能の実装を担当するスキル群です。

含まれる小スキル

スキル 用途
auth-impl Clerk/Supabase Auth による認証実装
payments Stripe による決済実装

ルーティング

  • 認証機能: auth-impl/doc.md
  • 決済機能: payments/doc.md

実行手順

  1. ユーザーのリクエストを分類(認証 or 決済)
  2. 適切な小スキルの doc.md を読む
  3. その内容に従って実装