Skip to main content
Run any Skill in Manus
with one click
fl-sean03
GitHub creator profile

fl-sean03

Repository-level view of 53 collected skills across 5 GitHub repositories.

skills collected
53
repositories
5
updated
2026-07-14
repository explorer

Repositories and representative skills

project-update
software-developers

Get fully up to date on a project, or build its weekly / PI-meeting update bundle, from INSIDE the project directory. Use when an agent lands cold in a project and needs the current state (open workstreams, what moved, open PI decisions, blockers), or when asked to "build the weekly update", "prep the PI meeting", or "aggregate the relevant files into the update dir". Mines only THIS repo, driven by its own .sync/manifest.yaml. No dependency on LabSync.

2026-07-10
quantum-espresso
physicists

Run Quantum ESPRESSO DFT calculations. Use when asked to perform first-principles calculations, SCF, structural relaxation, band structure, DOS, phonons, or any ab initio quantum mechanical calculation.

2026-07-10
compute-strategy
network-and-computer-systems-administrators

Decide where and how to run compute jobs across available backends (HPC, cloud GPUs, local). Use when starting any compute-intensive task, choosing a backend or partition, deciding job parameters (walltime, GPU type, parallelism), or debugging compute infrastructure issues. Embeds the smoke-first iteration pattern — validate cheaply before scaling.

2026-07-10
campaign-orchestration
software-developers

Orchestrate one or more long-running compute campaigns (HPC simulations, multi-stage MD pipelines, ensemble runs) where stages take hours to days and failures must not halt the pipeline. Use when running multiple parallel campaigns that share a stage structure (smoke → equilibration → production → analysis), when waiting on long jobs makes interactive driving impractical, or when designing a self-healing tick-based supervisor for compute work. Reads/writes per-campaign WORKFLOW.md files as durable state.

2026-07-07
data-analysis
data-scientists-152051

Analyze simulation data and compute properties. Use when asked to parse LAMMPS/QE output, calculate diffusion coefficients, RDF, MSD, energies, or generate plots and visualizations.

2026-07-07
ggen
data-scientists-152051

Generate candidate crystal structures from a chemical formula and assess their stability using ggen. Use when you need trial structures for a composition with no known experimental structure, or want stability-ranked polymorph candidates before running MD/DFT.

2026-07-07
long-compute
software-developers

Run compute jobs (QE DFT, LAMMPS/MD, MLIP) that may outlive a single agent turn, without parking-and-dying. Use whenever a task launches work that could take more than a few minutes — decide block-vs-detach, detach long jobs durably, keep state in files, and let the asw-loop supervisor re-invoke you across ticks. Read BEFORE launching any simulation whose runtime you are unsure of.

2026-07-07
mlip-simulation
biological-scientists-all-other

Run molecular dynamics and materials calculations with ML interatomic potentials (MACE, CHGNet, M3GNet) via ASE — near-DFT accuracy at classical-MD cost. Use when asked to run simulations with ML/universal potentials, or when DFT would be too expensive (or is unavailable) but accuracy matters. For high-throughput screening of 10+ structures, see torch-sim.

2026-07-07
Showing top 8 of 18 collected skills in this repository.
loop-engineering
software-developers

Design a hyper-tailored, EVOLVABLE work loop for yourself — pick the right loop primitive, build an ungameable verifier, persistent state, and hard stop conditions, then add a bilevel reflect pass so the loop improves itself run over run. Use when setting up recurring/autonomous work (a nightly job, a watch-react monitor, a drain-until-done queue, an experiment loop), when asked to "keep doing X until Y", or when an existing loop stalls, overruns budget, or repeats mistakes.

2026-07-14
visual-iteration
software-developers

Iteratively refine any visual output — charts, plots, web UIs, diagrams, slides, 3D renders — by rendering it to an image, actually looking at the image, critiquing it against the goal, and editing until it converges. Use when output quality is judged by eye ("make it look right", "fix the layout", "the legend covers the data", "polish this chart/page/diagram") or whenever generating visual output whose first attempt is unlikely to be final.

2026-07-12
agent-orchestration
software-developers

Recursive principal-subordinate orchestration for multi-agent / multi-PR work. Load when delegating substantive code, audit, or research work to a subordinate agent — OR when you ARE a subordinate that may spawn its own — OR when coordinating 2+ concurrent subordinates. Load BEFORE writing the brief, not after the subordinate comes back broken.

2026-07-12
computational-investigation
chemists

Methodology for running a rigorous, tiered computational-science investigation — DFT/MD/ab-initio/simulation campaigns that test competing hypotheses about a material, molecule, structure, or mechanism and end in a testable prediction. Load when planning or executing a multi-stage compute investigation (materials/chemistry/physics): enumerating hypotheses, choosing methods + compute tiers, gating input-model validity before production, separating mechanism from root cause, designing the confirming experiment, and writing claims without overclaiming. Distilled from a proven real-world investigation plan; domain-agnostic.

2026-07-12
deploy-site
software-developers

Deploy the current project to Vercel, GitHub Pages, or Netlify — detect the project type, verify credentials, build, and run the platform's deploy commands. Use when the user asks to deploy a site or check deployment/auth status.

2026-07-12
dev-setup
software-developers

Check and configure development-environment credentials and tools (GitHub CLI, git identity, Vercel/Netlify/Fly, npm/pnpm/bun, AWS/GCP/Azure) and report a status table with fix commands. Use when the user wants to verify or set up their dev tooling and logins.

2026-07-12
embedded-captions
special-effects-artists-and-animators

Add captions to a talking-head video. ONE catalog (CATALOG.md) of 31 visual identities behind two engines: column-flow (captions composited INTO the scene — matte occlusion + mix-blend; cream/ink/editorial/keynote/documentary/loud/neon/glitch/chrome/velocity) and themed constitutions (anchor/ordnance/terminal/neonsign/stardust/stomp/scoreboard/transit/vhs/arcade/dossier/laser/thunder/hologram/biolume/aurora/spectrum/papercut/popup/chalkboard/graffiti/brush/inkwater/ransom/lastpage — e.g. a glyph-decode climax, a neon sign WRITTEN stroke by stroke, or the quiet `anchor` rail default). Route by identity, never by mode. Trigger on "captions/subtitles", "embed/cinematic captions", "VFX captions", "炸/特效/酷炫字幕", a named identity, or top-tier motion-graphics asks. Embedding every word is wrong for most talking-head content — `anchor` is the verbatim default. Pipeline: transcription → hyperframes remove-background matting → HTML render → ffmpeg overlay. Requires hyperframes and a single-subject clip.

2026-07-12
fusion-detailed-buildout
mechanical-drafters

Procedural high-fidelity CAD buildout of rooms / equipment / props in Autodesk Fusion, driven from WSL via the Fusion MCP. Load when you are about to script geometry into a Fusion Design — modeling a room, an instrument, a vessel/tank/kiln, casework, glassware, a fixture, or any real-world object — and the bar is COMPREHENSIVE detail (recessed door/drawer panels, knobs/displays/status-lights, spouts/necks/caps, 5-star bases, fume-hood sashes) rather than a single blocky primitive. Codifies the runtime model (def run(_context), cm-internal units, file read-back over the never-surfaced return value, no ui.messageBox), the into-component local-coord build pattern + Z##_Room_Element_NN naming + idempotency, the shape-decomposition vocabulary (primitives + the small features that make an object READ), the plan-spec-then-staged-build workflow, paste-ready API helpers (offset-start extrude, cyl, ring/annulus, loft cone, rotated-polygon leg, placement transforms), the verification loop (bbox read-back + containment a

2026-07-12
Showing top 8 of 16 collected skills in this repository.
Showing top 8 of 15 collected skills in this repository.
Showing 5 of 5 repositories
All repositories loaded