主页 / extending
extending/
- doc编写 AgentAn agent is a named prompt + model preset that the main model can spawn as a subprocess-like worker via the Agent tool. DSCC discovers agent definitions from TOML files on disk.
- doc编写插件A plugin packages tools, hooks, and lifecycle scripts behind a single plugin.json manifest. DSCC discovers plugins on startup, merges their tools into the agent's tool surface, and…
- doc编写 SkillA skill is a Markdown file with YAML frontmatter. When the model invokes a skill, DSCC injects the Markdown body into the conversation — use skills to package reusable prompts, che…