FrIEP is a comprehensive collection of tools designed to assist school psychologists in streamlining their workflow. It automates the tedious process of scoring psychological assessments within Google Sheets and facilitates the drafting of narrative evaluation reports.
A suite of scripts for Google Sheets that automate the scoring and marking of various psychological assessments based on clinical significance rules.
- Supported Assessments: ASRS, BASC-3, Conners 4, EDDT, and Vineland 3.
- Key Feature: Automatically marks scores (e.g., with asterisks) based on predefined thresholds using efficient batch processing.
A specialized skill for the Gemini CLI that generates narrative sections for psychoeducational reports using standardized Markdown templates.
- Functionality: Processes student data and scores to populate templates with professional narrative and clinical classifications.
- Templates: Includes Academic, Adaptive, ADHD, Autism, Cognitive, Social-Emotional, and Evaluation Summaries.
A lightweight, self-contained single-page HTML application for performing common date calculations without an internet connection.
- Capabilities: Calculate duration between dates (e.g., chronological age) and perform date arithmetic (adding/subtracting days, weeks, months, or years).
Copy the code from the .gs files in the google_apps_script/ directory into your Google Sheet's Apps Script editor. Refer to the Google Apps Script README for detailed setup and customization instructions.
This skill is used within the Gemini CLI environment. It leverages LLM capabilities to parse unstructured data and map it to report templates. See the Skill Documentation for usage details.
Simply open date_calculator/date_calculator.html in any modern web browser. It is entirely self-contained (HTML/CSS/JS in one file) with zero external dependencies, making it ideal for offline use.
- Zero External Dependencies: All tools are designed to be lightweight, portable, and independent of external libraries or frameworks.
- Privacy-First: Data processing happens locally or within your own secure Google/CLI environment.
- Professional Standards: Narrative templates and scoring rules are based on established clinical practices and classification tables.