Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

formtastic

formtastic contiene 17 skills recopiladas de jmandel, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
17
Stars
1
actualizado
2026-05-08
Forks
0
Cobertura ocupacional
2 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

propose-edit
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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