Instructions file GitHub Copilot
Instructions for daloyjs/daloy: For project setup, tech stack, conventions, and patterns, see the root AGENTS.md file.
Instructions file GitHub Copilot
Instructions for daloyjs/daloy: For project setup, tech stack, conventions, and patterns, see the root AGENTS.md file.
Instructions file CodexOpenCode
Instructions for daloyjs/daloy, covering agents.md, commands, repository layout, design principles and quality gates.
Instructions file
Instructions for daloyjs/daloy, a project described as: The first TypeScript REST API framework built for secure AI-assisted services. DaloyJS combines runtime portability, contract-first OpenAPI, generated typed clients, zero-dependency runtime guardrails, and supply-chain-aware project defaults in one framework.
Skill Claude CodeCodex
Build, test, and harden this DaloyJS REST API on Bun. Use when the user asks to add or change an endpoint, route, Zod/Standard Schema, middleware, error handling, OpenAPI spec, typed Hey API client, contract gate, auth, rate limit, background jobs, or security default. Also use for phrasing like "add GET /...", "new…
Skill Claude CodeCodex
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
Skill Claude CodeCodex
Passive friction observation — runs alongside any agent task. Silently collects DX friction during the run, then at task end opens a pre-filled review page in the agent browser for the human to inspect and submit. Never sends data without human approval. Triggered automatically by the harness loading the skill, not…
Skill Claude CodeCodex
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
Skill Claude CodeCodex
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…
Skill Claude CodeCodex
Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel".
Skill Claude CodeCodex
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
Skill Claude CodeCodex
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
Skill Claude CodeCodex
Guide for implementing smooth, native-feeling animations using React's View Transition API ( component, addTransitionType, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components…
Skill Claude CodeCodex
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".