← 返回
未分类

家校通知一键搞定Skill

Generate polished home-school notices for teachers from partial inputs, with selectable styles, safety-aware reminders, class profile reuse, and low-token output defaults for parent groups, student groups, and class group messages.
面向中小学教师、班主任和科任老师的家校通知生成 Skill。可将零散通知内容快速整理为适合家长群、学生群和班级群发送的规范文本,支持正式、温和、简短、鼓励、安全、低打扰等多种风格,并可生成注意事项清单与安全提醒补充。 A low-token notice writing skill for K-12 teachers that turns rough class communication points into polished messages for parent groups, student groups, and class chats. It supports selectable styles, safety-aware reminders, concise group-ready output, and reusable class profile defaults.
凡哥聊音乐
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 62
下载
💾 0
安装
1
版本
#latest

概述

Home-School Notice Optimizer

Purpose

Use this skill to turn a teacher's rough notice points into clear, group-ready messages for parents, students, or both. The skill is optimized for daily class communication, activity reminders, safety education reminders, materials preparation notices, and parent meeting announcements.

Default behavior should be low-token, fast, and copy-friendly. Output polished notice text directly. Do not explain the writing process unless the user explicitly asks.

When to use this skill

Use this skill when the user needs one or more of the following:

  • a class notice for parents, students, or both
  • an activity notice, parent meeting notice, or materials reminder
  • a safety education reminder that must stay accurate and calm
  • the same notice in a selected style or a few alternate styles
  • a reusable class information card for repeated notice writing
  • a concise group-ready message with minimal back-and-forth

This skill is especially suitable for:

  • elementary school homeroom teachers
  • middle school homeroom teachers
  • high school homeroom teachers
  • subject teachers
  • moral education, activity, and safety-related teachers

When not to use this skill

Do not use this skill for:

  • issuing policies, punishment decisions, or fee decisions that the teacher is not authorized to announce
  • publishing private student information in a group notice
  • creating fear-based warnings, threats, or panic language
  • inventing exact time, location, or school arrangements that the user did not provide
  • legal, disciplinary, or crisis-response statements that require confirmed school authority language

If the user includes sensitive personal information such as student names, phone numbers, home addresses, or ID numbers, avoid repeating those details in the public-facing output and remind the user to desensitize them before group sending.

Supported inputs

The skill supports both structured templates and natural-language fragments.

Minimum useful fields:

  • notice topic
  • audience: parents / students / parents and students
  • stage: elementary lower / elementary upper / junior high / senior high
  • time
  • location
  • required preparations or reminders
  • style choice

Optional fields:

  • whether safety education is involved
  • safety topic
  • whether a checklist is needed
  • whether multiple styles are needed
  • character limit
  • class profile information

If the input is incomplete, do not ask many follow-up questions by default. Generate the best useful draft from available information, then end with 可补充信息 and list at most 3 missing items.

First-use class profile card

If the user seems to be using the skill for the first time and no stable class context is available, offer this lightweight profile card once. Do not block generation if the user does not fill it in.

See templates/info-card-template.md.

Use the profile card only for formatting and tone consistency. Never request or store student names, parent phone numbers, or home addresses.

Core workflow

  1. Identify the task type.

Decide whether the request is a regular notice, activity reminder, safety reminder, parent meeting notice, or mixed case.

  1. Extract the minimum fields.

Pull out topic, audience, stage, time, location, preparations, safety status, and style preference.

  1. Resolve reusable class context.

Prefer current-turn input, then conversation memory, then user_profile.yaml or user_profile.example.yaml style defaults if the runtime supports file-based defaults.

  1. Detect privacy risk.

If obvious personal data appears, avoid echoing it into the notice body and add a brief desensitization reminder.

  1. Route style output.

If the user specifies one style, output only that style.

If the user asks for multiple styles, output no more than 3 styles.

If the user gives no style, output the default set.

  1. Generate the notice body.

Keep the message direct, appropriate, and easy to copy into chat groups.

  1. Add structured extras only when needed.

Include a checklist when useful or requested.

Include a safety supplement only when safety education is involved.

  1. End efficiently.

Do not explain the generation logic. Only add 可补充信息 when the input is materially incomplete.

Style selector

Read style_presets.yaml for the canonical style constraints.

Supported styles:

  • formal -> 正式规范型
  • warm -> 温和提醒型
  • brief -> 简短高效型
  • encouraging -> 亲切鼓励型
  • safety -> 郑重安全型
  • low_interrupt -> 低打扰型

Routing rules:

  • If the user explicitly names one style, output only that style.
  • If the user asks for 多版本, output at most 3 styles.
  • If the user gives no style, default to:
  • 温和提醒型
  • 简短高效型
  • 注意事项清单
  • If safety education is involved, append a 郑重安全型安全提醒补充.

Do not output extra styles just because they are available.

Output logic

Default output headings should match the selected styles. Typical headings:

  • 【正式规范型】
  • 【温和提醒型】
  • 【简短高效型】
  • 【亲切鼓励型】
  • 【郑重安全型】
  • 【低打扰型】
  • 【注意事项清单】
  • 【郑重安全型安全提醒补充】

Checklist rules:

  • keep to 5 items or fewer
  • use numbered items
  • only include action-worthy items

Safety supplement rules:

  • keep to 80 to 120 Chinese characters
  • accurate, calm, and practical
  • no panic language
  • no 严重后果自负 style wording

Safety topic routing

Read safety_snippets.yaml for the built-in topic snippets.

Supported topics:

  • 防溺水
  • 防火防灾
  • 交通安全
  • 食品安全
  • 网络安全
  • 心理健康
  • 校园活动安全

Stage rules:

  • elementary versions should be more concrete and may remind guardians to supervise
  • junior high versions should stress rules awareness and self-protection
  • senior high versions should stress self-management, risk judgment, and responsibility

If the user selects 其他, write a calm and practical reminder based on the provided scenario without pretending to quote an official policy.

Memory and profile rules

If the runtime supports conversation memory:

  • remember the class profile card in the current conversation
  • automatically reuse it in later notices
  • let the latest user update override older values

If the runtime supports persistent configuration:

  • prefer reading user_profile.yaml
  • if user_profile.yaml is unavailable, use user_profile.example.yaml as the field reference
  • only store school name, class label, address terms, signature habit, default tone, common location, time wording habit, and non-sensitive special notes

If the runtime does not support persistence:

  • generate a reusable 班级信息卡文本
  • keep it compact so the user can paste it into the next conversation

Never store sensitive personal data by default.

Privacy and authority safeguards

Read references/privacy-and-safety-rules.md when the request is sensitive.

Hard constraints:

  • do not require student names, phone numbers, or home addresses
  • do not present unconfirmed policies as settled school decisions
  • do not add punishment language without explicit authorized wording from the user
  • do not reveal private student situations in public-group text
  • do not use fear, blame, or accusation as the main communication style

Token efficiency protocol

Prioritize direct, usable notice text over explanations.

Default efficiency rules:

  • do not explain generation steps
  • do not output more than 3 styles by default
  • keep brief notices within 80 to 120 Chinese characters
  • keep checklist items to 5 or fewer
  • keep safety supplements within 80 to 120 Chinese characters
  • avoid repeating the user's original wording line by line
  • avoid long background paragraphs unless the user explicitly asks
  • if information is incomplete, list at most 3 可补充信息 items

References and templates

Examples

See:

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-05-22 11:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

music-education-research-writer

user_6fc816d6
一个面向音乐教育与社科研究的学术写作 Skill,可基于用户提供的文献、课堂材料和 iMA 导出资料生成文献综述、理论模型和研究空白分析,并严格区分证据等级。 Helps conduct music education and social
★ 0 📥 96

Academic Expression & Genre Style Refiner社科学术表达批改与文体风格切换专家

user_6fc816d6
A Chinese academic expression and genre-aware writing refinement skill for social science, education, music, and public
★ 0 📥 96

Dialectical Brainstorming Companion思辨头脑风暴与论证陪练

user_6fc816d6
A dialectical brainstorming and argument companion for education, music, music education, academic writing, and public e
★ 0 📥 82