# Athena Preferences

> 项目级 Athena 偏好设置 (skip_polish / default_path / 优先工具)。用户显式调用时触发。

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

---


# /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` 对应字段.

