agentsclimarketplace

Method design

Skill BioTender-max/awesome-bio-agent-skills/skills/neuroclaw/method-design

A curated collection of AI agent skills for biomedical research, covering genomics, proteomics, single-cell analysis, clinical AI, and protein design.

Install
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill method-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Use this skill whenever the user wants to formalize a network architecture and derive theoretical components from a research idea. Triggers include: 'method design', 'design method', 'network architecture', 'formula derivation', 'method-design', 'theoretical framework', 'derive equations', or any request to transform IDEA.md into a detailed METHOD.md. This skill is the **mandatory interface-layer method formalizer** in NeuroClaw: it reads IDEA.md, designs concrete network structures (layers, modules, connections), performs mathematical derivations (equations, loss functions, proofs), and always outputs a structured METHOD.md.

The file declares its own license as MIT License (NeuroClaw custom skill – freely modifiable within the project). That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.4 KB, 582 tokens by cl100k_base, as published. Nobody here has run it

Method Design

Overview

This skill implements the Framework Formalization & Theoretical Derivation process for the NeuroClaw method-design phase.

It acts as the Method Architect within the multi-agent framework:

  • Reads the latest IDEA.md from the workspace.
  • Designs the specific neural network structure (e.g., CNN backbone, attention modules, MRI-specific layers) tailored to the neuroscience task.
  • Derives all necessary formulas (loss functions, gradients, convergence proofs, etc.) using symbolic or step-by-step reasoning.
  • Produces a clean, publication-ready METHOD.md with sections: Architecture Diagram (text description), Detailed Layers, Mathematical Formulation, Implementation Notes, and Pseudocode.

If any part is ambiguous, it asks the user for clarification before proceeding.
Research use only — the output is a mathematically rigorous METHOD.md ready for experiment-controller and paper-writing.

Quick Reference (Method Flow)

StepDescriptionOutput File
1. Read & ParseLoad and analyze IDEA.md01_idea_summary.md
2. Architecture DesignDefine network layers & modules02_architecture.md
3. Formula DerivationDerive equations & proofs03_formulas.md
4. Pseudocode & NotesGenerate implementation details04_pseudocode.md
5. FinalizeCompile and polishMETHOD.md

Installation

# Place files in: skills/method-design/

Important Notes & Limitations

  • Always starts from the latest IDEA.md; stops and prompts if missing.
  • Every step saved as numbered .md files for transparency and resumption.
  • Uses symbolic derivation (no hallucinated math); can call claw-shell or code tools internally for verification.
  • Final output always saved as METHOD.md in workspace root.
  • Diagrams are described in text (PlantUML/Mermaid ready); no image generation here.

When to Call This Skill

  • Immediately after research-idea skill completes IDEA.md
  • When the user wants to specify network details or mathematical foundation
  • Before experiment-controller or paper-writing

Complementary / Related Skills

  • research-idea → provides IDEA.md (input)
  • experiment-controller → consumes METHOD.md
  • paper-writing → consumes METHOD.md

Reference

NeuroClaw architecture (section 1.5 method-design skill).
Flow: IDEA.md parsing → architecture design → equation derivation → pseudocode → METHOD.md

Created At: 2026-03-24 00:00 HKT Last Updated At: 2026-03-26 00:14 HKT
Author: chengwang96

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.