https://github.com/onejs/skills
Official One framework skills for AI agents
https://github.com/onejs/skills
Last synced: about 2 months ago
JSON representation
Official One framework skills for AI agents
- Host: GitHub
- URL: https://github.com/onejs/skills
- Owner: onejs
- Created: 2026-03-31T02:24:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T03:07:27.000Z (3 months ago)
- Last Synced: 2026-03-31T05:29:35.976Z (3 months ago)
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One Framework Skills
Official AI agent skills for building full-stack React apps with [One](https://onestack.dev). Works with Claude Code, Cursor, Codex, and other AI agents.
## Install
### Claude Code
```bash
/plugin marketplace add onestack/skills
/plugin install one
```
### Any agent
```bash
bunx skills add onestack/skills
```
### Cursor
Add as a Remote Rule using the GitHub URL.
## Skills
| Skill | Description |
|-------|-------------|
| **building-with-one** | Core guide — routing, layouts, navigation, styling, configuration |
| **one-api-routes** | HTTP endpoints with `+api.ts` files |
| **one-deployment** | Deploy to Node, Vercel, Cloudflare, or static hosts |
| **one-loaders** | Server-side data loading, caching, redirects |
| **one-render-modes** | SSG, SSR, SPA per-page and globally |
| **one-guides** | Auth, images, CSS, dark mode, Tamagui, MDX, OG images, ISR, skew protection, native builds, common issues |
## License
MIT