← Back to list

agent-studio
by ShouxinZhang
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: agent-studio description: Develop, run, and debug the AGENT-Studio repo (Next.js frontend + FastAPI backend). Use for repo onboarding, starting/stopping services (restart.sh, ports 3115/8000), env vars, logs, and common dev workflows. 本仓库开发/排障:启动前后端、端口/日志、环境变量、lint/build、定位关键目录。
Agent Studio (Repo)
Navigate the repo
- Run
./restart.shto start the full stack (kills ports8000/3115, starts FastAPI, then Next dev on3115). - Find frontend entry points in
src/app/and shared UI insrc/components/. - Find chat API in
src/app/api/chat/route.ts. - Find backend API in
backend/main.pyand game engine code inbackend/engine/. - Read architectural notes before large refactors:
docs/dev_docs/2025-12-31-chat-architecture-refactor.mddocs/dev_docs/2025-12-31-game-playground-roadmap.mddocs/refactoring_docs/2026-01-01-playground-page-refactor.md
Run common workflows
- Start frontend only:
npm installthennpm run dev -- -p 3115. - Start backend only:
cd backend && (source .venv/bin/activate || true) && python main.py. - Lint/build:
npm run lint,npm run build.
Check configuration quickly
- Set
OPENROUTER_API_KEYin.env.localfor chat (src/app/api/chat/route.ts). - Verify backend health at
http://localhost:8000/health. - Tail backend logs at
backend/backend.logwhen using./restart.sh.
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