# Athena Preferences

> 项目级 Athena 偏好设置 (e.g. skip_polish, default_path, 优先工具). v9.7.0: 由 deprecated prompts/ 迁为 skill (可隐式调用).

- Skill: `wenjunduan/athena-preferences` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wenjunduan/athena-preferences`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wenjunduan/athena-preferences/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wenjunduan (https://skillmd.com/u/wenjunduan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wenjunduan/athena-preferences

---


# /athena-preferences — 项目级偏好

## 配置项 (写入 _index.md.frontmatter)

| 字段 | 值 | 说明 |
|---|---|---|
| `skip_polish` | true / false | Refactor/System 路径跳过 polish (不推荐) |
| `default_path` | Hotfix/Bugfix/.../System | 路由失败时的 fallback (default: 主 agent 询问) |
| `preferred_tools` | ["context7", "antigravity", ...] | 工具优先级覆盖 |
| `network_in_polish` | true / false | polish_worker 是否允许 network (default: true 查最佳实践) |

## 工作流

主 agent 读用户偏好 → 用 apply_patch 修改 `.ai_state/_index.md` 对应字段.

