基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/avdheshcharjan/adhd-sentic-fyp --skill focus-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | focus-check |
| description | On-demand ADHD focus status check with current metrics |
| triggers | ["how am I doing","am I focused","focus check","what's my status","how's my focus"] |
Returns the user's current ADHD behavioral metrics on demand. Gives a quick, honest, non-judgmental snapshot of their focus state.
GET http://localhost:8420/insights/current
The response contains:
behavioral_state ("focused" | "distracted" | "multitasking" | "hyperfocused" | "idle")metrics.focus_score (0-100%)metrics.distraction_ratio (0-1)metrics.context_switch_rate_5min (count)metrics.current_streak_minutes (minutes on current app)metrics.hyperfocus_detected (boolean)current_app (app name)current_category (category)"You're doing great! {current_streak_minutes} min focused on {current_app}. Keep the flow going."
"Looks like things are a bit scattered — {context_switch_rate_5min} app switches in the last 5 min. Want to pick one thing to focus on for 10 minutes?"
"You're bouncing between a few things. That's okay! Maybe pick the most important one and give it 15 minutes?"
"You've been locked in on {current_app} for {current_streak_minutes} min — impressive! Just a gentle check: have you had water or stretched recently?"
"Looks like you're on a break. When you're ready, try starting with the smallest next step."
If backend is unreachable: