Assists researchers in generating INPLASY registration content for meta-analyses from a title and optional protocol. Use when the user wants to draft a INPLASY registration form.
52
58%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Protocol Design/INPLASY-registration-helper/SKILL.mdThis skill helps researchers draft a PROSPERO registration form for a meta-analysis. It generates the required fields based on a study title and an optional protocol.
scripts/date_utils.py is the most direct path to complete the request.INPLASY-registration-helper package behavior rather than a generic answer.scripts/date_utils.py.references/ for task-specific guidance.Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.cd "20260316/scientific-skills/Protocol Design/INPLASY-registration-helper"
python -m py_compile scripts/date_utils.py
python scripts/date_utils.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/date_utils.py with the validated inputs.See ## Workflow above for related details.
scripts/date_utils.py.references/ contains supporting rules, prompts, or checklists.To generate the registration draft, follow these steps:
Analyze Input:
Calculate Timeline:
scripts/date_utils.py to obtain the Start Date (today) and Anticipated Completion Date (today + 28 days).Generate Content:
references/registration_templates.md to generate the registration sections.{}: Content inside curly braces {} (e.g., {Select the country...}) must be preserved exactly as is. These often represent dropdown options in the PROSPERO system.<>: Content inside angle brackets <> must be replaced with your AI-generated analysis based on the input title and protocol.Use this script to get the standard timeline dates.
python scripts/date_utils.py63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.