Source: /a0/usr/projects/agentzero/a0/prompts
agent.context.extras.md(19 bytes) — Placeholder for additional context injection into agent promptsagent.extras.agent_info.md(119 bytes) — Injects agent number, profile name, LLM model, and active presetagent.extras.workdir_structure.md(205 bytes) — Injects the working directory file tree into agent contextagent.system.behaviour.md(32 bytes) — Behaviour adjustment instructions injected from persistent rulesagent.system.behaviour_default.md(73 bytes) — Default behavioural rules applied when no adjustments existagent.system.datetime.md(111 bytes) — Injects the current system date and time for temporal awarenessagent.system.main.communication.md(846 bytes) — Defines the JSON response format with thoughts, headline, tool_name, tool_argsagent.system.main.communication_additions.md(623 bytes) — Supplementary communication rules for response formattingagent.system.main.environment.md(169 bytes) — Runtime environment identification and container contextagent.system.main.md(310 bytes) — Main system prompt that assembles all sub-prompts via dot-path hierarchyagent.system.main.role.md(221 bytes) — Defines the agent's role, identity, and mission statementagent.system.main.solving.md(689 bytes) — Problem-solving methodology and step-by-step reasoning instructionsagent.system.main.specifics.md(0 bytes) — Placeholder for project-specific instructions (empty by default)agent.system.main.tips.md(660 bytes) — Operational tips and best practices for agent executionagent.system.main.tips.py(869 bytes) — Python logic that dynamically generates tips based on runtime stateagent.system.mcp_tools.md(10 bytes) — Injects available MCP tool definitions into the system promptagent.system.projects.active.md(346 bytes) — Project context injection when a project is currently activeagent.system.projects.inactive.md(31 bytes) — Placeholder shown when no project is activeagent.system.projects.main.md(30 bytes) — Project system prompt header that loads active/inactive sub-promptagent.system.response_tool_tips.md(69 bytes) — Tips for using the response tool effectivelyagent.system.secrets.md(460 bytes) — Instructions for handling secrets and sensitive data in responsesagent.system.skills.loaded.md(90 bytes) — Lists currently loaded skills available to the agentagent.system.skills.md(232 bytes) — Skill system overview and skill usage instructionsagent.system.skills.relevant.md(190 bytes) — Injects contextually relevant skill suggestions based on current taskagent.system.tool.a2a_chat.md(909 bytes) — Prompt documentation for the a2a_chat tool (remote agent communication)agent.system.tool.behaviour.md(179 bytes) — Prompt documentation for the behaviour_adjustment toolagent.system.tool.call_sub.md(848 bytes) — Prompt documentation for the call_subordinate tool (delegation)agent.system.tool.call_sub.py(1,121 bytes) — Python logic that builds the call_subordinate prompt with available profilesagent.system.tool.document_query.md(1,093 bytes) — Prompt documentation for the document_query toolagent.system.tool.notify_user.md(265 bytes) — Prompt documentation for the notify_user toolagent.system.tool.response.md(460 bytes) — Prompt documentation for the response tool (final answer)agent.system.tool.scheduler.md(1,402 bytes) — Prompt documentation for the scheduler tool with all methodsagent.system.tool.search_engine.md(377 bytes) — Prompt documentation for the search_engine toolagent.system.tool.skills.md(684 bytes) — Prompt documentation for the skills_tool with search/list/load methods