Use this skill to decompose a scientific task into deterministic step queries, route each step to candidate local skills, and return an execution-ready plan.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill langgraph-planning-execution-agent-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Langgraph Planning Execution Agent Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-langgraph-planning-execution-agent-starter)More formats (shields.io, HTML) on the badges page.
# LangGraph Planning Execution Agent Starter
Use this skill to decompose a scientific task into deterministic step queries, route each step to candidate local skills, and return an execution-ready plan.
## What it does
- Uses a small LangGraph `StateGraph` to plan, route, and summarize.
- Converts a free-text goal into step queries such as literature search, marker ranking, or interactive reporting.
- Routes each step through the local skill registry.
- Returns compact JSON with recommended skills and preview commands.
## When to use it
- You need a local starter for planning-and-execution agents without external LM credentials.
- You want a deterministic bridge between the taxonomy, the skill registry, and execution previews.
## Example
```bash
slurm/envs/agents/bin/python skills/scientific-agents-and-automation/langgraph-planning-execution-agent-starter/scripts/run_langgraph_planning_agent.py \
--goal "single-cell marker ranking with an interactive report" \
--out scratch/agents/planning_agent_summary.json
```
## Verification
- Skill-local tests: `python3 -m unittest discover -s skills/scientific-agents-and-automation/langgraph-planning-execution-agent-starter/tests -p 'test_*.py'`
- Repository smoke: `python3 -m unittest tests.smoke.test_phase25_agent_and_clinical_skills -v`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!