← スキル一覧に戻る

backend-python
by urjitbhatia
The lending library app
⭐ 0🍴 0📅 2026年1月9日
SKILL.md
name: backend-python description: FastAPI Python backend in api/. Covers routes, models, Supabase integration, authentication, R2 storage, and Cloudflare Workers deployment. Port 9990 for local dev. OpenAPI docs at /docs.
Skill: Backend Python
Comprehensive backend development support for the Python/FastAPI API.
Routing Logic
Analyze the user's intent and route to the appropriate workflow:
Route Development → workflows/create-route.md
- "Create an endpoint for [feature]"
- "Add a [method] route for [resource]"
- "Implement the [endpoint_name] API"
Model Development → workflows/create-model.md
- "Create a model for [entity]"
- "Add Pydantic schema for [data]"
- "Define types for [feature]"
Database Operations → workflows/database.md
- "Query [table] from Supabase"
- "Insert data into [table]"
- "Add RLS-aware database call"
Authentication → workflows/auth.md
- "Protect this endpoint"
- "Get current user"
- "Validate JWT token"
R2 Storage → workflows/r2-storage.md
- "Upload file to R2"
- "Read from storage bucket"
- "List objects in R2"
Configuration Questions → context/config.md
- "What port is the backend on?"
- "How do I start the dev server?"
- "Where are environment variables?"
Workflows
workflows/create-route.md- Create new API endpointsworkflows/create-model.md- Define Pydantic modelsworkflows/database.md- Supabase database operationsworkflows/auth.md- Authentication and authorizationworkflows/r2-storage.md- R2 object storage operations
Context
context/config.md- Project configurationcontext/structure.md- Directory structurecontext/patterns.md- Common patterns
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です