Skills¶
Science ADK ships seven skills for coding agents. They are plain Markdown with YAML frontmatter, installed into your assistant's skill directory by:
The pages below are the installed files, rendered verbatim — the source of
truth stays in
skills/.
| Skill | Use it when |
|---|---|
research |
You are starting from a question and need the whole loop. |
experiment-design |
You need a hypothesis that is falsifiable and a DAG that tests it. |
agent-authoring |
You are writing the Python for a node. |
debugging |
A run failed, or a gate did. |
optimizing |
The result is real but not yet good enough. |
evolving |
One experiment answered its question and suggested the next. |
auditing |
A run passed its gates and now needs a verdict. |