スキル一覧に戻る
MigzCtrl

tireops-context

by MigzCtrl

Tire Shop Management Dashboard

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: tireops-context description: Provides context about the TireOps codebase architecture, database schema, and project structure. Use when starting work, asking about how things work, or needing to understand the system.

TireOps Project Context

First: Read ARCHITECTURE.md for full system diagrams and documentation.

Tech Stack

  • Next.js 16 (App Router) + React + TypeScript
  • Supabase (PostgreSQL + Auth + RLS)
  • Tailwind CSS + shadcn/ui
  • Stripe (payments), Resend (email), Twilio (SMS)

Key Directories

  • src/app/ - Pages and API routes
  • src/components/ - React components
  • src/contexts/AuthContext.tsx - User/shop state
  • src/lib/ - Utilities (supabase, email, twilio, stripe)
  • src/types/database.ts - TypeScript types

Multi-Tenant Architecture

  • All data filtered by shop_id
  • RLS policies enforce isolation
  • Get shop_id from AuthContext: const { profile } = useAuth()

Theme Variables

  • text-text, text-text-muted for text
  • bg-bg, bg-bg-light for backgrounds
  • border-border-muted for borders
  • text-primary, text-success, text-danger, text-warning, text-info

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です