Skip to main content
Manusで任意のスキルを実行
ワンクリックで
fl-sean03
GitHub クリエイタープロフィール

fl-sean03

5 件の GitHub リポジトリにある 53 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
53
リポジトリ
5
更新
2026-07-14
リポジトリエクスプローラー

リポジトリと代表的な skills

project-update
ソフトウェア開発者

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
物理学者

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
ネットワーク・コンピュータシステム管理者

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
ソフトウェア開発者

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
データサイエンティスト

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
データサイエンティスト

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
ソフトウェア開発者

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
その他の生物科学者

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
このリポジトリの収集済み skills 18 件中、上位 8 件を表示しています。
loop-engineering
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
化学者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
特殊効果アーティスト・アニメーター

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
機械製図工

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
このリポジトリの収集済み skills 16 件中、上位 8 件を表示しています。
brief-generation
ソフトウェア開発者

brief, summary, daily, weekly, end of day, EOD, digest, morning, recap, meeting prep, what's due, status update, review

2026-02-05
browser-automation
ソフトウェア開発者

Interactive web tasks, browser login, click, scroll, form interaction, authenticated sessions, Playwright MCP (project)

2026-02-05
claude-code-history
ソフトウェア開発者

Query and summarize Claude Code terminal session history

2026-02-05
email-processing
ソフトウェア開発者

Email, inbox, Outlook, Microsoft 365, mail, messages, fetch emails, search emails, draft, reply, email processing (project)

2026-02-05
knowledge-base
ソフトウェア開発者

fact, decision, architecture, knowledge, permanent, remember forever, always know, decisions, outcomes, lessons learned

2026-02-05
native-tools
ソフトウェア開発者

GitHub CLI, docker commands, git operations, curl, native CLI tools, gh issue, gh pr, container, repository, API calls (project)

2026-02-05
overleaf-integration
ソフトウェア開発者

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.

2026-02-05
overleaf-sync
ソフトウェア開発者

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.

2026-02-05
このリポジトリの収集済み skills 15 件中、上位 8 件を表示しています。
5 件中 5 件のリポジトリを表示
すべてのリポジトリを表示しました