Agent Skills
› nexu-io/motion-anything
› target-cursor
target-cursor
GitHub提供无依赖的自定义光标技能,以动画目标环替代默认指针。悬停于按钮或链接时环会放大,支持触摸设备禁用及减少动画偏好设置,提升交互科技感与可访问性。
Trigger Scenarios
需要增强鼠标悬停反馈的UI交互
希望实现科技感或聚焦式光标效果
Install
npx skills add nexu-io/motion-anything --skill target-cursor -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"design_system": {
"requires": false
}
},
"name": "target-cursor",
"triggers": [
"target cursor",
"ring cursor",
"靶心光标",
"吸附指针"
],
"description": "An animated target ring replaces the cursor and grows when it hovers buttons\/links — a focused, techy pointer. One per page. Off on touch and under prefers-reduced-motion.\n"
}
target-cursor
Target Cursor Dependency-free, reduced-motion safe.
How to apply
Copy target-cursor.js and include it. Add class tc-target to any element to enlarge the ring over it.
Version History
- b016900 Current 2026-07-11 17:11


