Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

formtastic

formtastic enthält 17 gesammelte Skills von jmandel, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
17
Stars
1
aktualisiert
2026-05-08
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

propose-edit
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
critique-form
Softwarequalitätssicherungsanalysten und -tester

Red-team review of a draft Questionnaire before publish. Checks for redundancy, reading-level issues, burden, missing red-flag screens, license problems, and bias. Use when the user says "review this form" or as a self-check before proposing a major change.

2026-05-04
draft-from-findings
Softwareentwickler

Convert a populated findings.json (from research skills like pubmed-search / guideline-search) into FHIR R4 Questionnaire item[]. Handles item.type selection, answerOption construction, and item.code population. Use whenever the user says "now add a question about X" after a research turn.

2026-05-04
enable-when-patterns
Softwareentwickler

Common conditional-display patterns for Questionnaire items via core enableWhen. Covers red-flag triage, skip-if-not- applicable, and branch-on-severity. Use when the user wants conditional logic ("only ask this if they answered yes to X").

2026-05-04
fhir-instrument-search
Softwareentwickler

Find existing validated FHIR Questionnaire instruments before writing custom items. Searches Simplifier, the FHIR package registry, AHRQ's instrument repository, and PROMIS. Use whenever the user asks for a "depression screen", "pain scale", "ADL assessment", etc. — almost always there's a published instrument.

2026-05-04
grade-evidence
Softwareentwickler

Apply the GRADE framework (Grading of Recommendations, Assessment, Development, and Evaluations) to label evidence quality and recommendation strength. Use when the user wants to weight competing recommendations or label confidence on a proposal.

2026-05-04
include-instrument
Softwareentwickler

Decide whether to inline a validated instrument (copy items into Questionnaire.json) versus reference it via subQuestionnaire. Surfaces license + fidelity tradeoffs and records the decision. Use when the user wants to "add PHQ-9" (or any published instrument) to a draft.

2026-05-04
loinc-lookup
Softwareentwickler

Look up LOINC codes for standardized clinical observations and panels via fhir.loinc.org. Use when populating Questionnaire.code / item.code with the right LOINC for a validated instrument item, or to map a draft question onto an existing LOINC observation.

2026-05-04
record-decision
Softwareentwickler

Update decisions.md after a material accept/reject event. decisions.md is the user-facing curated rationale log (separate from auto-generated summary.md). Use whenever the user accepts a meaningful proposal, includes an instrument, or rejects something with a stated reason.

2026-05-04
snomed-lookup
Softwareentwickler

Search SNOMED CT via the public tx.fhir.org $expand endpoint. Use when LOINC isn't the right vocabulary (problems, procedures, body sites, social context). Knows when SNOMED beats LOINC and when to use both side-by-side.

2026-05-04