Orbit60 L2r 4x4.Notes — Development skill for Claude Code
orbit60-l2r-4x4.txt — 给操作者的提示(不属于提示语,不会被送进模型).
How to install Orbit60 L2r 4x4.Notes
Installs to ~/.claude/skills/liangdabiao-product-motion-gif-orbit60-l2r-4x4.notes/SKILL.md
mkdir -p ~/.claude/skills/liangdabiao-product-motion-gif-orbit60-l2r-4x4.notes && curl -fsSL https://raw.githubusercontent.com/liangdabiao/product-motion-gif/HEAD/prompts/orbit60-l2r-4x4.notes.md -o ~/.claude/skills/liangdabiao-product-motion-gif-orbit60-l2r-4x4.notes/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Orbit60 L2r 4x4.Notes does
orbit60-l2r-4x4.txt — 给操作者的提示(不属于提示语,不会被送进模型)
这是**默认动效模板**:**左 30° → 右 30°**(共 60°,相机从左往右扫)。 比旧的单向 0°→60° 读感好得多——因为**参考视角落在整张表的正中间**,两侧交替打开。
填写要点
<<< >>>占位必须全部替换(共 9 组),替换后整份提示语控制在 6000 字符以内 (实测 6449 字符可用、9213 字符被接口拒收)。 长度紧张时优先保住:SUBJECT段 →HOW TO MAKE THE ORBIT VISIBLE第 1、2 条 → 三个角度锚点。- 必须保留这句:
Do NOT start the sheet at the reference viewpoint - cell 8 is the reference viewpoint.不写它,模型会把第 1 格当成参考视角,整段扫描偏 30°。 SUBJECT段必须先指名"绕的是谁",放在 `REFEREN
Alternatives in Development
- Release Notes — Generate user-facing release notes from tickets or changelogs 7.8k ★
- Om Dump — Freeform capture mode 4.6k ★
- Breach Check — HIBP k-anonymity check on a password wordlist 4.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Face Expression Loop 4x4.Notes
face-expression-loop-4x4.txt — 怎么填(表情包家族 / D 类)
Apify Collect
Collect job-posting URLs into ~/.dear-hiring-manager/urls.txt by running your Apify job scraper, for /batch.
Session End.Skill
Close a session cleanly by running tests, committing, updating all state files, and appending a handoff entry
Generate Detail Levels
Regenerate standard, concise, and terse prompts from comprehensive.txt after it
Generate LLMs Txt
Generate or update llms.txt file to help LLMs understand and navigate your site
Raven Sync
Use when requirements.txt or pyproject.toml has changed and you
Related Agents
Identify Programming Language
find -name ".go" -o -name ".c" -o -name ".py" -o -name ".rs" -o -name ".cs" ls /Makefile /CMakeLists.txt /go.m
Subdomain Enumeration
subfinder -d {domain} -silent sort -u subs.txt amass enum -passive -d {domain} subs.txt sort -u subs.txt -o su
Search Issues
gh search issues --repo {owner/repo} "llms.txt OR AI-friendly OR LLM documentation OR AI context" --limit 20 g