Skill 详情
student-timetable
Student self-scheduling can support studying, but does not address academic writing.
使用前先检查
自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。
SKILL.md
这段内容是审核时保存的快照。外部来源才是完整且最新的版本。
--- name: student-timetable description: Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/. --- # student-timetable Design - Supports two operating modes: - Self profile: a student manages their own schedule. - Child profiles: a parent/guardian manages one or more children. - Uses a profile registry + per-profile data files so queries are consistent across kids and reusable in other automations. Initialize - Run interactive setup: - `node skills/student-timetable/cli.js init` - This writes/updates: - `schedules/profiles/registry.json` - `schedules/profiles/<profile_id>/*` Query - `node skills/student-timetable/cli.js today --profile <id|name|alias>` - `node skills/student-timetable/cli.js tomorrow --profile <id|name|alias>` - `node skills/student-timetable/cli.js this_week --profile <id|name|alias>` - `node skills/student-timetable/cli.js next_week --profile <id|name|alias>` Tool entry - `tool.js`在 GitHub 阅读完整来源 (打开外部页面)