An open API service indexing awesome lists of open source software.

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

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