一键导入
agents-quick-reference
Fast repo orientation, command entrypoints, cross-host guardrails, and shared Codex/Cursor pointers. Repo canon wins.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fast repo orientation, command entrypoints, cross-host guardrails, and shared Codex/Cursor pointers. Repo canon wins.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | agents-quick-reference |
| description | Fast repo orientation, command entrypoints, cross-host guardrails, and shared Codex/Cursor pointers. Repo canon wins. |
Repo canon wins. Pointers only.
Start: AGENTS.md + Context ladder (docs/ai/context_loading.md). Skill routing: docs/ai/skill_routing.md (agents-skill-routing). Commands: docs/agents_quick_reference.md. Doctrine/review: docs/agent_knowledge_base.md, docs/ai_code_review_protocol.md.
UI/platform: DESIGN.md, docs/design_system.md, flutter-cross-platform-modern.
Validation: tool/check_agent_knowledge_base.sh, tool/check_design_md.sh, tool/run_mix_lint.sh, tool/check_agent_asset_drift.sh, tool/sync_agent_assets.sh --dry-run.
Do not duplicate: reusable agent conclusion -> owning doc / docs/changes/ / tasks/lessons.md. Trackers: Codex tasks/codex/todo.md; Cursor tasks/cursor/todo.md.
Cursor-only: tasks/cursor/team/<run-id>/ (multi-agent hub, agent_knowledge_base.md#multi-agent-hub).
Canonical rules — feature layers, domain purity, cubit vs widget roles, DI entrypoints, Freezed. Part of agents-canonical-rules split.
Scaffold or add a feature Cubit with Freezed state, tests, and repo-standard placement under presentation/cubit/.
Figma design-to-code for this repo (figma-sync assets, Flutter adaptation, MCP).
Dependency direction and feature composition. Use for shared package/app-shell changes, cross-feature deps, auth/theme contracts.
External references and key file paths for this repo. Use when locating theme, DI, lifecycle, sync, HTTP, or Supabase code.
Flutter BLoC app stack snapshot and lib/ layout. Use at task start or when adding features, routes, or shared code.