Install
$ agentstack add skill-ryan-yang125-motion-lexicon-motion-lexicon ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Motion Lexicon
Use the fixed Motion Lexicon v0.1.0 CLI as the catalog source of truth. Resolve every requested term through the CLI before recommending a recipe or producing implementation output.
Workflow
- Read [references/cli.md](references/cli.md) before running a command.
- Choose
zhorenfrom the user's language. Preserve an explicitly requested locale. - Search the catalog when the user provides a goal, visual description, component, or unfamiliar term.
- Inspect the selected canonical recipe with
show. Confirm its parameters, reduced-motion strategy, review notes, and live path. - Run
exportonly when the user requests Prompt, HTML, CSS, JavaScript, a bundle, or files. - Return the canonical recipe ID, rationale, live preview URL, chosen parameter values, reduced-motion treatment, and requested output.
Required command base
Run every CLI operation through this pinned command:
npx -y github:Ryan-yang125/motion-lexicon#v0.1.0
Prefer --format json for search and inspection so canonical IDs and parameter constraints remain machine-readable. Treat an exit code of 2 as a command or input error and report the stderr message directly.
Selection rules
- Use
searchfor intent discovery andshowfor exact validation. - Resolve aliases to the CLI-provided canonical ID. Keep the user's original term in the explanation when it clarifies the mapping.
- Keep default parameter values unless the user's context gives a concrete reason to tune them.
- Include reduced-motion guidance for every implementation or review request.
- Link to the localized live path returned by the CLI.
- Generate output with
export; never reconstruct catalog output from memory.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Ryan-yang125
- Source: Ryan-yang125/motion-lexicon
- License: MIT
- Homepage: https://motion-lexicon.pages.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.