create-skills-from-repo
Create Skills from Repo
Workflow for quickly producing a skill set from any repository and applying it in the project. Use when the user supplies <repo-url> and <skills-name> and there is no existing skill source for that framework or project (i.e. not in meta.ts submodules or vendors).
When to Use
- User provides a repository URL and a desired skills name.
- No entry exists in
meta.tssubmodules or vendors for that project. - Goal is to bootstrap skills from docs/source in this repo (output under
skills/).
Prerequisites
- User has given:
<repo-url>(e.g.https://github.com/org/repo) and<skills-name>(kebab-case, e.g.my-framework). - Workspace is the skills generator repo (contains
meta.ts,skills/).
Workflow
Copy this checklist and track progress:
More from hairyf/skills
tailwindcss
Tailwind CSS utility-first CSS framework. Use when styling web applications with utility classes, building responsive designs, or customizing design systems with theme variables.
1.7Khairy-utils
Comprehensive skills for working with @hairy/utils core utilities
886motion
Motion animation library for JavaScript, React and Vue. Use when creating animations, gestures, layout transitions, scroll-linked effects, or working with motion values and animation controls.
757next
Next.js framework for building React applications with App Router, Server Components, and optimized performance. Use when working with Next.js apps, routing, data fetching, caching, Server Actions, or building full-stack React applications.
700react-use
Collection of essential React Hooks for sensors, UI, animations, side-effects, lifecycles, and state management
688valtio
Valtio proxy state management for React and vanilla JavaScript. Use when creating reactive state, managing application state, or working with proxy-based state management.
632