用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AttuneLearning/ai_team_config --skill context命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | context |
| description | Load relevant ADRs, patterns, and memory before implementation |
| argument-hint | [quick|work-type|topic] |
Pre-implementation context loading. Combines ADR lookup, pattern loading, and memory recall.
/context # Auto-detect work type from conversation
/context quick # Quick orientation (memory + recent activity only)
/context new-endpoint # Explicit work type
/context certificates # Search by topic
/context quick)Fast orientation for session start or context recovery:
memory/memory-log.md for recent activitymemory/context/project-overview.mdmemory/ for keywords## Context Loaded
**Recent Activity:** [from memory-log]
**Relevant:** [matching entities/patterns]
Detect Work Type from conversation keywords:
| Work Type | Keywords |
|---|---|
| new-endpoint | route, endpoint, api, controller |
| new-model | model, schema, collection, mongoose |
| bug-fix | fix, bug, issue, broken, error |
| auth-change | auth, permission, access, role |
| testing | test, spec, vitest, coverage |
| ui-component | component, widget, page, layout |
Load ADRs (max 3) from dev_communication/shared/architecture/decisions/ — decision section only, skip rationale unless requested
Load Patterns (max 4) from memory/patterns/ matching work type
Load Memory — search memory/entities/ and memory/context/ for topic keywords
Load Backend Context Packs (backend only) — if team.json indicates backend team, load relevant notes from memory/context/backend/ (for example restart checklist or backend issue snapshots)
Load Role Guidance — read the role guidance file for the active sub-team from dev_communication/shared/guidance/
Output:
## Context for: {work-type}
### ADRs
- **{ID}**: {one-line decision}
### Patterns
- **{name}**: {summary}
### Memory
- **{entity/context}**: {relevant notes}
### Role Guidance
- **{key points from role guidance}**
### Checklist
- [ ] {applicable checklist items}
Target: <2000 tokens per invocation