2.3 KiB
2.3 KiB
| version | last_synced_with_sf | sf_template_state | sf_template_hash | verification_commands | always_use_skills | prefer_skills | avoid_skills | skill_rules | custom_instructions | models | skill_discovery | auto_supervisor | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.75.3 | pending | sha256:287389de2f7e2bfa1c6043682cde774f8d39e2ed6591dcec633f6c72af8acac2 |
|
SF Skill Preferences
Project-specific guidance for skill selection and execution preferences.
See ~/.sf/agent/extensions/sf/docs/preferences-reference.md for full field documentation and examples.
Fields
always_use_skills: Skills that must be available during all SF operationsprefer_skills: Skills to prioritize when multiple options existavoid_skills: Skills to minimize or avoid (with lower priority than prefer)skill_rules: Context-specific rules (e.g., "use tool X for Y type of work")custom_instructions: Append-only project guidance (do not override system rules)models: Model preferences for specific task typesskill_discovery: Automatic skill detection preferencesauto_supervisor: Supervision and gating rules for autonomous modesgit: Git preferences —main_branch(default branch name for new repos, e.g., "main", "master", "trunk"),auto_push,snapshots, etc.
Examples
prefer_skills:
- playwright
- resolve_library
avoid_skills:
- subagent # prefer direct execution in this project
custom_instructions:
- "Always verify with browser_assert before marking UI work done"
- "Use Context7 for all library/framework decisions"