whitegloveai-k12
Free, open-source Claude Skills purpose-built for K-12 school district operations. 70 skills across 13 plugins covering special education, s
Open source Repository Open in the app JSON README (API)
About
Free, open-source Claude Skills purpose-built for K-12 school district operations. 70 skills across 13 plugins covering special education, student services, board operations, superintendent communications, federal programs, finance, HR, academics, technology, family engagement, communications, operations, and athletics. FERPA-aware, IDEA-compliant, NIST AI RMF aligned. MIT licensed.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- whitegloveai
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-05-18T02:06:42Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
whitegloveai/claude-skills-k12/whitegloveai-k12
README
# WhitegloveAI Claude Skills for K-12 Education A free, open-source library of [Claude Skills](https://docs.claude.com/en/docs/agents-and-tools/agent-skills) and Claude Code plugins built specifically for the day-to-day work of K-12 school district staff — principals, special-ed coordinators, business managers, federal-programs directors, Title IX coordinators, superintendents, board secretaries, and more. Distributed as a Claude Code Plugin Marketplace. Maintained by [WhitegloveAI](https://whitegloveai.com), the Managed AI Service Provider™ for state and local government and public-sector education. ## What's in here 13 plugins, organized by district function, with 70 skills covering the artifacts that K-12 staff actually produce — IEP meeting prep, Prior Written Notices, 504 plans, Title IX intake, school board agendas, Title I narratives, ESSER allowability justifications, district budget narratives, employee handbooks, parent newsletters, AI acceptable use policies, transportation route changes, and more. | Plugin | Skills | Audience | |---|---|---| | [special-education](plugins/special-education) | 7 | Special ed directors, case managers, diagnosticians | | [student-services](plugins/student-services) | 7 | Counselors, deans of students, Title IX coordinators | | [board-ops](plugins/board-ops) | 6 | Board secretaries, superintendent's office | | [superintendent](plugins/superintendent) | 5 | Superintendent's office, executive assistants | | [federal-programs](plugins/federal-programs) | 6 | Title I directors, federal-programs coordinators | | [finance-business](plugins/finance-business) | 6 | CFOs, business managers, budget analysts | | [hr-personnel](plugins/hr-personnel) | 5 | HR directors, talent acquisition staff | | [communications](plugins/communications) | 5 | Communications directors, district PIOs | | [academics-instruction](plugins/academics-instruction) | 5 | Chief academic officers, curriculum directors, coaches | | [technology](plugins/technology) | 6 | CTOs, CIOs, data privacy officers | | [family-engagement](plugins/family-engagement) | 4 | Family engagement coordinators, parent liaisons | | [operations](plugins/operations) | 5 | Transportation, nutrition, facilities directors | | [athletics-extracurricular](plugins/athletics-extracurricular) | 3 | Athletic directors, activity sponsors | ## Compliance posture These skills are built with K-12 federal-compliance discipline baked in: - **FERPA-safe by default.** Skills that touch student records cite `20 U.S.C. § 1232g and 34 C.F.R. Part 99` and respect directory/non-directory information distinctions. - **IDEA-precise.** Special education skills distinguish Part B (school-age) from Part C (early intervention), use the full federal code prefix, and never substitute paraphrase for the regulatory text. - **Section 504 / Title IX / Title VI / McKinney-Vento aware.** Each civil rights statute is cited with full code prefix in any skill that touches its domain. - **Audit-grade for federal grants.** Title I, ESSER, Perkins V, IDEA Part B grant skills align to 2 C.F.R. Part 200 and ESSA/IDEA grant requirements. - **Advisory scaffolding on legally sensitive output.** Skills that produce special education, 504, Title IX, discipline, or FERPA-vendor-review output carry an explicit "not legal advice — review by district counsel and [appropriate reviewer] required" disclaimer. - **State-AI-law-aware.** Where state laws apply (Texas TRAIGA, NY SHIELD-AI, etc.), examples cite them correctly. The skill instructions themselves are jurisdiction-agnostic. These skills do not replace legal review or human judgment. They produce drafts. A licensed professional signs the document. ## About the Examples Every skill ships with one worked example anchored in the fictional Pine Ridge Independent School District — a deliberately neutral, jurisdiction-agnostic district designed to demonstrate the skill in realistic district context without referencing any real district, campus, named educator, or student. Pine Ridge ISD does not exist. The skill logic itself is universally applicable to any U.S. school district. Pine Ridge ISD exists only in the examples — the skills work for your district. If you want to adapt an example to your district, replace the fictional names, addresses, and dates with your own. The structure, federal citations, and procedural patterns are designed to translate. ## Install In Claude Code, add this marketplace: ``` /plugin marketplace add whitegloveai/claude-skills-k12 ``` Then install the plugins you want: ``` /plugin install special-education@whitegloveai-k12 /plugin install board-ops@whitegloveai-k12 ``` You can also clone this repo and add the marketplace from a local path: ``` /plugin marketplace add /path/to/whitegloveai-claude-skills-k12 ``` ## How to use a skill Skills load automatically when their description matches your request. For example, after installing the `special-education` plugin: > I just had an IEP meeting where the team declined to add an evaluation in math. Draft the Prior Written Notice for the parents. Claude will recognize the request and apply the `prior-written-notice-drafter` skill. You don't invoke skills by name — you describe what you need, and the matching skill activates. ## Contributing Contributions are welcome from district staff, vendors, and civic technologists. See [CONTRIBUTING.md](CONTRIBUTING.md) for the authoring standards and PR process. Every skill is reviewed against the constitution in [CLAUDE.md](CLAUDE.md). ## License [MIT](LICENSE). Free for any district, vendor, or contributor to use, modify, and redistribute. --- *Built by [WhitegloveAI](https://whitegloveai.com) — your Managed AI Service Provider™. Need this operationalized across your district? [Talk to us.](https://whitegloveai.com/contact)*