Axe
Jump to navigation
Jump to search
system_prompt & skills & files
| Dimension | system_prompt | skill | files |
|---|---|---|---|
| Core Meaning | Who are you? | How should you do it? | What are you operating on? |
| Analogy | Employee's work ethics, role persona, and reasoning logic. | Employee's SOP manual, workflow guides, and executable tools. | Project files and raw context documents placed on the employee's desk. |
| Lifecycle | Permanent (Global at Agent level) |
Modular (Reusable across Agents/Projects) |
Disposable (Ephemeral per Task/Query level) |
| Primary Task | Defines role persona, output format restrictions, tone, and fundamental reasoning boundaries. | Provides step-by-step SOPs, domain knowledge guides, prompt templates, and executable shell tools. | Serves as the target source code, database schemas, or specifications to be analyzed or processed. |
| Content Example | "You are a strict security expert. Answer concisely in Traditional Chinese." | "SOP for SQL Injection audit and executable script for database migration check." | 300 lines of source code in api_service.go.
|
| Modification Frequency | Very Low (Set during Agent creation) |
Medium (Updated with SOP or tool upgrades) |
Very High (Changes per command execution) |