← Back to list

tireops-context
by MigzCtrl
Tire Shop Management Dashboard
⭐ 0🍴 0📅 Jan 24, 2026
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 routessrc/components/- React componentssrc/contexts/AuthContext.tsx- User/shop statesrc/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-mutedfor textbg-bg,bg-bg-lightfor backgroundsborder-border-mutedfor borderstext-primary,text-success,text-danger,text-warning,text-info
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon