carson2222/skills

106 stars · Last commit 2026-05-24

Agent Skills for AI coding agents. Compatible with Claude Code, Cursor, Copilot, Windsurf, and other skills-compatible agents.

README preview

# Skills

Agent skills for [OpenCode](https://opencode.ai). Install with [`npx skills`](https://skills.sh) or clone directly.

## Available Skills

| Skill | Description |
|---|---|
| [design-exploration](design-exploration/) | Generates multiple design variants with different visual directions, then implements the chosen one |
| [opencode-memory](opencode-memory/) | Read-only access to local OpenCode history — sessions, plans, conversations, and project context |
| [x-algorithm](x-algorithm/) | Write X posts that the For You algorithm rewards — grounded in the open-sourced ranker, retrieval, and content classifiers |

---

<details>
<summary><h2>design-exploration</h2></summary>

Generates multiple distinct design variants of a component or page, each with a completely different visual direction, then implements the chosen one.

### Install

View full repository on GitHub →