Analysis updated 2026-06-24
Paste the start prompt into Claude Code or Cursor to load the skill catalog
Install the catalog locally via npx skills add yusukebe/skills
Read a single skill as Markdown or JSON at a predictable URL
Fork the layout to publish your own skills site
| yusukebe/skills | audemodo/audemodo-responsive-keepalive | cahn91/gpt-repo-mcp | |
|---|---|---|---|
| Stars | 28 | 28 | 28 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Local install needs the vercel-labs skills CLI, otherwise just paste the landing-page prompt into your agent.
This repository is a personal collection of short how-to notes that the author, Yusuke, calls skills. Each skill is a small Markdown file that answers one focused question, things like how to build a server-rendered UI with the Hono framework, how to combine Inertia.js with Hono, or how to lay out a Cloudflare Workers project that uses the D1 database. They are intentionally opinionated, written the way the author personally likes to do things, and they link out to the official documentation for anything deeper. The collection is meant to be consumed by AI coding agents like Claude Code or Cursor as well as by humans reading the web. It is deployed as a small website at skills.yusuke.run, and each skill is also reachable as plain Markdown or JSON at predictable URLs. The landing page shows a one-line prompt that you can paste into your agent at the start of a new project, which tells it to fetch a start.md file and walk through the available skills from there. For tools that already integrate with the vercel-labs skills CLI, you can install the whole catalog locally with npx skills add yusukebe/skills. After that, the agent can pick the right skill by matching on its description without making an HTTP call. The code behind the site is a small Hono app deployed on Cloudflare Workers. The skills directory holds one folder per skill, each containing a SKILL.md with YAML frontmatter. A build script scans those files and generates a registry that the worker reads at runtime. Deployment is automated through Cloudflare Workers Builds: any push to the main branch triggers a build that regenerates the registry and runs wrangler deploy.
A personal collection of opinionated Markdown how-to notes served as a Hono on Cloudflare Workers site, designed for AI coding agents like Claude Code and Cursor to fetch and follow.
Mainly TypeScript. The stack also includes TypeScript, Hono, Cloudflare Workers.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.