Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
jmandel
ملف منشئ GitHub

jmandel

عرض على مستوى المستودعات لـ 35 skills مجمعة عبر 15 مستودعات GitHub.

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
عرض أهم 8 من أصل 17 skills مجمعة في هذا المستودع.
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
عرض 12 من أصل 15 مستودعات