← all publishers

fl-sean03

@fl-sean03 source repo

34 published skills

  1. Moltbook · fl-sean03 bundle
    Moltbook Fleet Skill
    0
    installs
  2. Powerpoint Builder · fl-sean03 bundle
    PowerPoint, PPTX, presentation, slides, deck, python-pptx, create presentation, build deck
    0
    installs
  3. Voice Transcription · fl-sean03 bundle
    Transcribe audio files (voice memos, recordings) to text using OpenAI Whisper API or local transcription
    0
    installs
  4. Native Tools · fl-sean03
    GitHub CLI, docker commands, git operations, curl, native CLI tools, gh issue, gh pr, container, repository, API calls (project)
    0
    installs
  5. Overleaf Sync · fl-sean03
    Sync local LaTeX projects with Overleaf. Bidirectional sync for .tex, .bib, images, folders. Use when pushing local changes to Overleaf, pulling updates, or checking sync status.
    0
    installs
  6. Twitter Agent · fl-sean03
    Twitter, tweet, timeline, mentions, X, social media, feed, engagement, replies, drafts, scoring (project)
    0
    installs
  7. Knowledge Base · fl-sean03
    fact, decision, architecture, knowledge, permanent, remember forever, always know, decisions, outcomes, lessons learned
    0
    installs
  8. Task Delegation · fl-sean03
    Delegate long-running tasks to background processing using native subagents or the legacy worker pattern. Use when operations will take more than 30 seconds, involve multi-step workflows, or require extended processing like transcription, bulk file processing, or complex document creation.
    0
    installs
  9. Brief Generation · fl-sean03
    brief, summary, daily, weekly, end of day, EOD, digest, morning, recap, meeting prep, what's due, status update, review
    0
    installs
  10. Email Processing · fl-sean03
    Email, inbox, Outlook, Microsoft 365, mail, messages, fetch emails, search emails, draft, reply, email processing (project)
    0
    installs
  11. Self Improvement · fl-sean03
    PCP's autonomous capability acquisition system - detect, assess, and acquire missing capabilities
    0
    installs
  12. Vault Operations · fl-sean03
    capture, remember, store, search, find, tasks, task list, todo, people, projects, vault, relationship, stale, contact, project health, stalled
    0
    installs
  13. Workspace Access · fl-sean03
    Access and work on any project in the user's development environment
    0
    installs
  14. Browser Automation · fl-sean03
    Interactive web tasks, browser login, click, scroll, form interaction, authenticated sessions, Playwright MCP (project)
    0
    installs
  15. Claude Code History · fl-sean03
    Query and summarize Claude Code terminal session history
    0
    installs
  16. Overleaf Integration · fl-sean03
    Create and manage Overleaf LaTeX documents. Use when transcribing handwritten work to LaTeX, creating academic documents, homework solutions, problem sets, or any LaTeX/Overleaf operations. Handles PDF/image to LaTeX conversion. Homework transcription workflow.
    0
    installs
  17. Ggen · fl-sean03
    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.
    0
    installs
  18. Torch Sim · fl-sean03
    High-throughput batch atomistic simulation with ML potentials on GPU using torch-sim. Use when screening many structures (10+), running batch relaxations/MD where per-structure ASE loops are too slow, or when GPU-parallel MLIP throughput is the bottleneck. For single-system MLIP work, see mlip-simulation.
    0
    installs
  19. Vast Cloud · fl-sean03 bundle
    Run jobs on VAST AI cloud GPUs. Use when you need GPU compute immediately without queue times, for short-to-medium jobs (<4 hours), or when HPC is unavailable. Pay-per-hour pricing.
    0
    installs
  20. Long Compute · fl-sean03
    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.
    0
    installs
  21. Data Analysis · fl-sean03
    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.
    0
    installs
  22. Iff Parameters · fl-sean03
    Search, retrieve, compare, and export INTERFACE Force Field (IFF) parameters for molecular dynamics simulations. Use BEFORE searching literature for force field parameters — IFF covers metals, minerals, oxides, clays, and organic interfaces with validated, citation-ready values.
    0
    installs
  23. Project Update · fl-sean03 bundle
    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.
    0
    installs
  24. Mlip Simulation · fl-sean03
    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.
    0
    installs
  25. Compute Strategy · fl-sean03 bundle
    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.
    0
    installs
  26. Quantum Espresso · fl-sean03
    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.
    0
    installs
  27. Theory Synthesis · fl-sean03
    Synthesize scientific theories from literature corpora using ASTA Theorizer. Use when asked to generate hypotheses, find research gaps, synthesize knowledge across many papers, or create literature-grounded theories for computational testing.
    0
    installs
  28. Lammps Simulation · fl-sean03
    Run LAMMPS molecular dynamics simulations. Use when asked to run MD simulations, energy minimization, equilibration, production runs, or calculate properties like diffusion, RDF, MSD. Supports both CPU and GPU execution.
    0
    installs
  29. Literature Search · fl-sean03
    Search and retrieve scientific literature. Use when asked to find papers, research a topic, find citations, get paper abstracts, or conduct literature reviews. Accesses Semantic Scholar, arXiv, and other academic databases.
    0
    installs
  30. Compute Validation · fl-sean03 bundle
    Validate that an expensive long-running compute campaign is ready for production. Combines reasoning-based verification (predict failure modes from system analysis + priors, before any compute) with empirical smoke analysis (run a cheap smoke, extract predictive signal, extrapolate to production behavior). Iterate until satisfied. Use before submitting any HPC simulation, ML training run, DFT calculation, or other expensive compute. Composes with compute-strategy (WHERE to run) and campaign-orchestration (HOW to manage long execution).
    0
    installs
  31. Materials Database · fl-sean03
    Query materials databases for structures and properties. Use when asked to get crystal structures, material properties, phase diagrams, or thermodynamic data. Primary source is Materials Project, with NIST, PubChem as secondary.
    0
    installs
  32. Resource Acquisition · fl-sean03
    Find and acquire computational science resources autonomously. Use when you need force field parameters, pseudopotentials, crystal structures, or any other scientific data. You are a researcher - you find what you need.
    0
    installs
  33. Campaign Orchestration · fl-sean03 bundle
    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.
    0
    installs
  34. Hpc Cluster · fl-sean03 bundle
    Run jobs on CU Boulder CURC HPC cluster (Alpine). Use when simulations need more compute than the local workstation, for large-scale parallel jobs, or when GPU resources are needed beyond local availability. You have full SSH access - work like a researcher.
    0
    installs