← Back to list

todo-manager
by jawwad-ali
⭐ 1🍴 0📅 Jan 13, 2026
SKILL.md
name: todo-manager description: Manage Todo operations (Create, Read, Update, Delete) using SQLModel and Postgres. Use when the user wants to organize tasks.
Todo Management Skill
Executive Summary
This skill governs the lifecycle of Todos in the "Advanced AI-Todo" application. It ensures all operations are persistent, async-ready, and compliant with the project's technical mandates.
Operational Mandates
- Environment First: ALWAYS run
source .venv/bin/activatebefore any backend execution oruvcommand. - Dependency Management: Use
uvfor all package operations. Never use rawpip. - Connectivity: Connect to Gemini 2.5 Flash using the
AsyncOpenAIclass. - Docs Validation: Before proposing code changes to
SQLModelorFastAPI, call thecontext-7MCP server to verify the latest async patterns.
Execution Workflow
- Step 1: Planning: Check
SKILLS/SKILL.mdfor current project state. - Step 2: Documentation: Query MCP
context-7for "FastAPI SQLModel Postgres async best practices". - Step 3: Implementation:
- Use
AsyncOpenAIfor the chatbot logic. - Ensure Postgres connection strings are pulled from environment variables.
- Implement CRUD operations as async functions.
- Use
- Step 4: Verification: Run tests using
uv run pytest.
Examples
- Input: "Create a task to buy milk."
- Action: Invoke
todo-manager→ Search MCP for SQLModel patterns → Generate async code to insert into Postgres → Confirm with Gemini 2.5 Flash.
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