← スキル一覧に戻る

oe-project-orientation
by shami-ah
⭐ 0🍴 1📅 2026年1月21日
SKILL.md
name: oe-project-orientation description: Repo navigation and “where do I start?” guide for OpenEvent-AI. Use when an agent/dev is lost, needs an overview of the project or a subsystem, or needs pointers to the most important docs, entrypoints, scripts, and tests without rescanning the entire codebase.
oe-project-orientation
Start here (fast orientation)
-
Architecture + run instructions:
README.md
-
Workflow contracts + known regressions + playbooks:
docs/guides/TEAM_GUIDE.md
-
Refactor plans and pending cleanup:
docs/internal/BACKEND_REFACTORING_PLAN_DEC_2025.mddocs/internal/BACKEND_REFACTORING_PLAN_DEC_2025_ADDENDUM.mddocs/internal/BACKEND_CODE_REVIEW_DEC_2025.md
-
Test navigation:
tests/TEST_INVENTORY.mdtests/TEST_MATRIX_detection_and_flow.md
Where to debug (by subsystem)
- Backend router / orchestration:
backend/workflow_email.py - Steps 1–7 logic:
backend/workflows/steps/step*/ - Q&A engine:
backend/workflows/qna/ - LLM adapter & providers:
backend/workflows/llm/andbackend/llm/ - Backend API routes:
backend/api/routes/ - Frontend UI:
atelier-ai-frontend/app/page.tsx
Deterministic repro entrypoints (preferred for debugging)
- Dev server wrapper:
scripts/dev/dev_server.sh - Site visit trace:
scripts/manual_ux/manual_ux_scenario_I.py+scripts/manual_ux/validate_manual_ux_run.py - Smoke intake routing:
scripts/manual_ux/manual_smoke_intake.py
If you’re still lost
Use the most specific skill that matches the task:
- E2E site visit:
oe-e2e-site-visit - Fallback/debug stubs:
oe-trace-and-fallback-triage - HIL/billing/deposit:
oe-hil-and-billing-triage - Refactors/types/LSP:
oe-lsp-pyright-refactor
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です