Agens hypothesis_generation

skill_id: hypothesis_generation

install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest: skills/hypothesis_generation/skill.yaml
source content

skill_id: hypothesis_generation name: hypothesis-generation description: Structured hypothesis formulation from observations. Use when you have experimental observations or data and need to formulate testable hypotheses with predictions, propose mechanisms, and design experiments to test them. Follows scientific method framework. For open-ended ideation use scientific-brainstorming; for automated LLM-driven hypothesis testing on datasets use hypogenic. version: 1.0.0 author: K-Dense Inc. license: MIT license tags:

  • scientific-agent-skills
  • hypothesis-generation tools:
  • Read
  • Write
  • Edit
  • Bash permissions: network: true filesystem: true shell: true agents:
  • bio_code_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: hypothesis-generation upstream_path: scientific-skills/hypothesis-generation/SKILL.md upstream_frontmatter: name: hypothesis-generation description: Structured hypothesis formulation from observations. Use when you have experimental observations or data and need to formulate testable hypotheses with predictions, propose mechanisms, and design experiments to test them. Follows scientific method framework. For open-ended ideation use scientific-brainstorming; for automated LLM-driven hypothesis testing on datasets use hypogenic. allowed-tools: Read Write Edit Bash license: MIT license metadata: skill-author: K-Dense Inc.