Help us improve
Share bugs, ideas, or general feedback.
From clawbio
Runs ClawBio skill demo with built-in sample data for specified skill (e.g., pharmgx, scrna), displays generated report, explains results, and opens figures. Lists available demos if unspecified.
npx claudepluginhub clawbio/clawbio --plugin clawbioHow this command is triggered — by the user, by Claude, or both
Slash command
/clawbio:run-demoThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run a demo of a ClawBio skill. The user will specify which skill to demo (e.g., "pharmgx", "genome-compare", "scrna"). Steps: 1. Read `skills/catalog.json` to find the skill and its demo command 2. If the skill has `has_demo: true`, run its demo command 3. Show the generated report to the user and explain the results 4. Open any generated figures If no skill is specified, show the list of skills that have demos available and ask the user to pick one. Common demo commands:
/fire-skillManages skills: create interactively/quick/from-session/summary, import from URL/file/marketplace, test/validate, list/filter, stats, export, browse, upgrade.
/diagnoseRuns a self-check on the AI Brain Starter install, verifying CLAUDE.md, Meta folder, skills, hooks, and MCPs are properly configured.
/f5-skillManages F5 knowledge skills: list, load, create, or run by name for tech stacks like NestJS and React, core skills like TDD and security, and domains.
/skill-craftCreates skills through checklist-driven phases (intake, design, build, test, ship) or reviews skills/agent prompts with quality gates.
Share bugs, ideas, or general feedback.
Run a demo of a ClawBio skill. The user will specify which skill to demo (e.g., "pharmgx", "genome-compare", "scrna").
Steps:
skills/catalog.json to find the skill and its demo commandhas_demo: true, run its demo commandIf no skill is specified, show the list of skills that have demos available and ask the user to pick one.
Common demo commands:
python clawbio.py run pharmgx --demo
python clawbio.py run compare --demo
python clawbio.py run scrna --demo
python clawbio.py run clinpgx --demo
python clawbio.py run prs --demo
python clawbio.py run gwas --demo
python clawbio.py run profile --demo
python clawbio.py run ukb --demo
python clawbio.py run galaxy --demo