Use when a goal must be converted into a repeatable behavior, cue, SOP, review cadence, and identity-aligned reinforcement.
npx skills add https://github.com/Mark393295827/third-brain-v7-skills --skill behavior-design
<skill_contract>
<input>Actor, desired outcome, current behavior, context, constraints, baseline evidence, and review horizon.</input>
<output>An agency-preserving HAS behavior system with cues, effort levels, SOP, measures, recovery, and review cadence.</output>
<done>The target behavior is observable, runnable on a low-motivation day, evidenced, and assigned one review owner.</done>
<non_goals>Coercion, unsupported identity claims, vague motivation advice, or optimizing lagging outcomes without behaviors.</non_goals>
Convert an outcome into the smallest observable behavior system that can survive low-motivation days. Preserve agency; optimize the environment before blaming the actor.
Provide: desired outcome, actor, context, current behavior, constraints, review horizon, and available evidence. Optional: failed attempts and environmental cues.
<intake>
</intake>
<unknowns_gate>
Classify unknowns as known, probeable, testable, or blocked. If actor, target behavior, or safety boundary is absent, return NEEDS_INPUT with one minimal question. A reversible assumption is allowed only when labeled and paired with a same-cycle test.
</unknowns_gate>
<execute>
Build the HAS sequence:
trigger -> action -> evidence -> recovery -> stop so a missed run has a next move.Reduce friction before adding motivation. Prefer defaults, visible cues, prepared tools, and short feedback latency. Keep the minimum behavior useful rather than ceremonial.
</execute>
<evaluate>
Check that the behavior is observable, starts in a named context, fits the minimum effort budget, produces evidence, and has a recovery path. Reject plans that depend on constant willpower, hide coercion, or measure only outcomes. If the check fails, revise the highest-friction element once and re-evaluate.
</evaluate>
<state_contract>
Persist {run_id, status, attempt, budget, evidence, unknowns, last_error, next_action} plus baseline, current H1-H5 design, review date, and revision history. Update atomically after each review; never overwrite prior observations.
</state_contract>
NEEDS_INPUT: a target, actor, or boundary is missing; ask one narrow probe.INSUFFICIENT_EVIDENCE: baseline is unknown; run a short observation period before optimizing.VERIFY_FAILED: the behavior is not observable, feasible, or linked to the outcome; revise one variable.BUDGET_STOP: the review horizon or effort budget is exhausted; preserve state and report the next experiment.Return status, result (H1-H5 plan), evidence (baseline and measures), unknowns, and next_action (owner plus review date).
</skill_contract>
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take mark393295827/behavior-design from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.