Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,6 +16,7 @@ Marketplace plugins for Reforma. Each plugin is a folder with `.reforma-plugin/p
| web-design-guidelines | [Web Design Guidelines](marketplace/playbooks/web-design-guidelines) | Vercel | Playbooks | Catch accessibility, form, and focus issues before they ship |
| react-best-practices | [React Best Practices](marketplace/playbooks/react-best-practices) | Vercel | Playbooks | Keep the app fast — React and Next.js performance patterns |
| i18n | [i18n](marketplace/playbooks/i18n) | Reforma | Playbooks | Multiple languages — translated copy and a language switcher for the app |
| motion-design | [Motion Design](marketplace/playbooks/motion-design) | LottieFiles | Playbooks | Timing, easing, and choreography so motion in the app feels intentional |
| coss | [coss](marketplace/ui/coss) | coss | UI | Extra components and particle effects beyond the default shadcn set |
| flexnative | [Flexnative](marketplace/ui/flexnative) | Flexnative | UI | Ready-made page blocks and patterns — drop in a section instead of assembling it |
| magic-ui | [Magic UI](marketplace/ui/magic-ui) | Magic UI | UI | Animated marketing pieces — shine, marquee, shimmer, and that kind of polish |
Expand Down
4 changes: 4 additions & 0 deletions marketplace.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -50,6 +50,10 @@
"name": "i18n",
"source": "./marketplace/playbooks/i18n"
},
{
"name": "motion-design",
"source": "./marketplace/playbooks/motion-design"
},
{
"name": "games",
"source": "./marketplace/playbooks/games"
Expand Down
36 changes: 36 additions & 0 deletions marketplace/playbooks/motion-design/.reforma-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
{
"name": "motion-design",
"description": "Timing, easing, and choreography so motion in the app feels intentional",
"logo": "assets/logo.svg",
"author": {
"name": "LottieFiles",
"url": "https://lottiefiles.com"
},
"homepage": "https://github.com/LottieFiles/motion-design-skill/tree/main/skills/motion-design",
"repository": "https://github.com/LottieFiles/motion-design-skill",
"license": "MIT",
"agent": {
"installApproval": false,
"mentions": [
"motion-design",
"animate",
"animated",
"animating",
"animation",
"animations",
"easing",
"keyframes",
"choreography",
"анимация",
"анимации",
"анимировать",
"анимируй"
]
},
"interface": {
"displayName": "Motion Design",
"brandColor": "#000000",
"logoSmall": "assets/logo-small.svg"
},
"logoSmall": "assets/logo-small.svg"
}
24 changes: 24 additions & 0 deletions marketplace/playbooks/motion-design/LICENSE.txt
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
Vendored from LottieFiles/motion-design-skill skills/motion-design @ f9a8a04
https://github.com/LottieFiles/motion-design-skill

MIT License

Copyright (c) 2025 LottieFiles

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
5 changes: 5 additions & 0 deletions marketplace/playbooks/motion-design/assets/logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions marketplace/playbooks/motion-design/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading