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

jmandel

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

収集済み skills
35
リポジトリ
15
更新
2026-06-23
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

propose-edit
ソフトウェア開発者

Produce a clean output/proposed-questionnaire.json or output/suggestions.json with stable linkIds, exact baseVersion, and the current typed proposal vocabulary. Use whenever you're about to suggest a structural change to the form.

2026-05-08
respond-and-organize
ソフトウェア開発者

Write product-facing replies and organize run outputs in the canonical Formtastic artifact layout. Always applies to every turn because reply.md is the visible chat response and all structured output depends on the run directory contract.

2026-05-08
research-output
ソフトウェア開発者

Create organized, copyright-safe research artifacts under output/research/. Always applies to evidence, guideline, citation, article, source-review, or literature turns.

2026-05-07
cochrane-search
ソフトウェア開発者

Search Cochrane Reviews for systematic-review evidence and effect sizes. Use when the user wants the strongest evidence-base summary for a treatment, screening, or diagnostic question. Produces structured effect-size estimates with confidence intervals.

2026-05-07
guideline-search
ソフトウェア開発者

Find clinical practice guidelines from authoritative bodies (NICE, USPSTF, ACP, AHRQ, GIN). Use when the user asks "what does the guideline say" or wants to anchor a question or threshold to a recommended practice. Produces guideline-typed citations with the canonical URL of the recommendation.

2026-05-07
pubmed-search
ソフトウェア開発者

Search PubMed via NCBI E-utilities to ground questionnaire items in primary literature. Use when the user asks for evidence, citations, or "what does the research say about X." Produces an organized research bundle with PubMed metadata, abstracts when available, and source-grounded notes.

2026-05-07
validate-form
ソフトウェア品質保証アナリスト・テスター

Run schema + HL7 FHIR Validator + clinical-sanity validation on Questionnaire.json through Formtastic's host-managed validation endpoint. Use before publish, before a big propose-edit, or when the user asks "is this form valid?"

2026-05-07
compact-history
ソフトウェア開発者

Rewrite summary.md so future turns don't need to re-read all of conversation.jsonl. Use periodically (every ~20 turns) or when the user explicitly asks "summarize what we've done so far."

2026-05-04
このリポジトリの収集済み skills 17 件中、上位 8 件を表示しています。
reading-epic-ehi-export
ソフトウェア開発者

Read, load, and make sense of an Epic "EHI Export" — the thousands-of-TSV-tables-plus-schema-HTML dump a patient receives from an Epic-based health system (folders named EHITables, EHITables Schema, Rich Text, Media). Use this whenever you are handed such an export, or any folder of Epic Clarity/ Chronicles-style tables (PAT_ENC, ORDER_MED, HNO_INFO, ZC_/CLARITY_ master files, *_HX history tables, CSN/PAT_ID identifiers), or when a task involves loading one into SQLite, mapping its schema, finding the clinical notes/messages, or interpreting Epic's data-modeling conventions (CSN contacts, *_DATE_REAL dates, _C_NAME categories, base+supplement tables, denormalized _NAME companions). The foundational skill of the tower: ehi-deep-dives builds on it, and import-ehi feeds it a redacted raw/.

2026-06-10
ehi-deep-dives
ソフトウェア開発者

Build a deep dive from an Epic EHI export — the whole loop: ideate the view, explore the record for what supports it, abstract the data into a clean view model (structured + narrative, in one JSON), then build a bespoke static bun/React/D3 web app on that view model. Use this whenever making a clinical or financial deep dive / analysis app from such an export (after reading-epic-ehi-export has the data understood and in SQLite). A deep dive is the tool a clinician would want to understand a condition's course, or a billing analyst a claims history — NOT an infographic, dashboard, or slide deck; designed around what that expert needs, narrative-led, with the data interrogable through clean evidence (never raw rows). The "abstraction to power a deep dive" is step 3 here, not a separate skill (see reference/abstracting-to-the-view-model.md). Trigger on "build a deep dive", "make the <condition>/<billing> analysis app", "turn this into a deep dive".

2026-06-10
import-ehi
ソフトウェア開発者

Import an Epic EHI Export (the "Requested Record" zip) into a working tree and produce a REDACTED, same-shape subset that is safe to commit and publish. Goes zip → raw.unredacted/ (full PHI, gitignored) → raw/ (redacted, committable) via: discover identifier values from the structured columns, fuzzy-redact them everywhere (notes included), use agents to catch free-text-only secrets, and PROVE the result clean. Use this whenever you want to publish or share more than a hand-picked artifact — closer to the full record — without leaking PHI.

2026-06-10
15 件中 12 件のリポジトリを表示