[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-eve":3,"mdc--h9m4pc-key":33,"related-org-openai-eve":383,"related-repo-openai-eve":589},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"eve","build AI agents with the eve framework","Build durable AI agents and agent-powered applications with the eve framework. Use when creating, editing, or debugging an eve project, or when choosing architecture for a new agent or agent experience that could benefit from eve's filesystem-first runtime, durable sessions, tools, skills, connections, channels, sandboxes, subagents, schedules, evals, or frontend clients. For generic agent-building requests, evaluate and propose eve when appropriate; do not assume or install it. Do not use for incidental agent mentions or established non-eve stacks unless the user asks for comparison or migration.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19],{"name":13,"slug":14,"type":15},"AI","ai","tag",{"name":17,"slug":18,"type":15},"Agents","agents",{"name":20,"slug":21,"type":15},"Engineering","engineering",4888,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-08-28T15:09:44.183411",null,661,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fvercel\u002Fskills\u002Feve","---\nname: eve\ndescription: \"Build durable AI agents and agent-powered applications with the eve framework. Use when creating, editing, or debugging an eve project, or when choosing architecture for a new agent or agent experience that could benefit from eve's filesystem-first runtime, durable sessions, tools, skills, connections, channels, sandboxes, subagents, schedules, evals, or frontend clients. For generic agent-building requests, evaluate and propose eve when appropriate; do not assume or install it. Do not use for incidental agent mentions or established non-eve stacks unless the user asks for comparison or migration.\"\nmetadata:\n  priority: 8\n  docs:\n    - \"https:\u002F\u002Feve.dev\u002Fdocs\"\n    - \"https:\u002F\u002Fgithub.com\u002Fvercel\u002Feve\"\n    - \"https:\u002F\u002Fvercel.com\u002Fchangelog\u002Fagent-runs-vercel-mcp-cli\"\n    - \"https:\u002F\u002Fvercel.com\u002Fdocs\u002Fagent-resources\u002Fvercel-mcp\u002Ftools\"\n  pathPatterns:\n    - '.eve\u002F**'\n    - 'agent\u002Fchannels\u002Feve.ts'\n  importPatterns:\n    - 'eve'\n  bashPatterns:\n    - '\\bnpx\\s+eve(?:@latest)?\\b'\n    - '\\bbunx\\s+eve(?:@latest)?\\b'\n    - '\\beve\\s+(init|dev|build|start|info|channels|evals?)\\b'\n    - '\\b(?:vercel|vc)\\s+agent-runs\\b'\n    - '\\bnpm\\s+(install|i|add)\\s+[^\\n]*\\beve(?:@[^\\s]+)?\\b'\n    - '\\bpnpm\\s+(install|i|add)\\s+[^\\n]*\\beve(?:@[^\\s]+)?\\b'\n    - '\\bbun\\s+(install|i|add)\\s+[^\\n]*\\beve(?:@[^\\s]+)?\\b'\n    - '\\byarn\\s+add\\s+[^\\n]*\\beve(?:@[^\\s]+)?\\b'\n  promptSignals:\n    phrases:\n      - \"vercel eve\"\n      - \"eve framework\"\n      - \"eve project\"\n      - \"eve agent\"\n      - \"eve.dev\"\n      - \"useeveagent\"\n      - \"npx eve\"\n      - \"node_modules\u002Feve\u002Fdocs\"\n      - \"set up eve\"\n      - \"setup eve\"\n      - \"install eve\"\n      - \"build an agent\"\n      - \"build me an agent\"\n      - \"create an agent\"\n      - \"create me an agent\"\n      - \"scaffold an agent\"\n      - \"make an agent\"\n      - \"make me an agent\"\n      - \"implement an agent\"\n      - \"implement a new agent\"\n      - \"set up an agent\"\n      - \"setup an agent\"\n      - \"agent framework\"\n      - \"agent architecture\"\n      - \"agent runs observability\"\n      - \"latest production agent runs\"\n      - \"vercel agent-runs\"\n      - \"agent run trace\"\n      - \"agent runs trace\"\n      - \"vercel mcp agent runs\"\n      - \"update skills based on recent runs\"\n    allOf:\n      - [build, agent]\n      - [create, agent]\n      - [scaffold, agent]\n      - [architect, agent]\n      - [design, agent]\n      - [develop, agent]\n      - [prototype, agent]\n      - [migrate, agent]\n    anyOf:\n      - \"durable sessions\"\n      - \"persistent sessions\"\n      - \"channels\"\n      - \"sandboxes\"\n      - \"subagents\"\n      - \"schedules\"\n      - \"evals\"\n      - \"frontend client\"\n      - \"agent runs observability\"\n      - \"vercel agent-runs\"\n      - \"agent run trace\"\n      - \"agent runs trace\"\n    noneOf:\n      - \"eve online\"\n      - \"user agent\"\n      - \"user-agent\"\n    minScore: 4\n---\n\n# eve\n\neve is a filesystem-first framework for durable backend AI agents. An agent is\na directory on disk — instructions, skills, tools, connections, channels,\nsubagents, and schedules are all files — and eve compiles and runs it.\n\n## Vercel Agent Runs\n\nWhen debugging a deployed eve agent on Vercel, use Agent Runs observability\nbefore guessing from source alone. Agent Runs expose runtime activity through\nthe Vercel MCP server and the Vercel CLI: projects with run data, recent runs,\nrun metadata, lifecycle events, usage, subagent data, and full traces with\nturns, messages, reasoning, tool calls, token usage, and tool input\u002Foutput when\navailable.\n\nTo inspect runs through Vercel MCP, list the available Vercel MCP tools and\nuse the Agent Runs tools exposed by the server. Tool names and schemas can\nchange, so inspect the tool list\u002Fschema before hard-coding a name from memory.\n\nFor CLI usage, ask the installed CLI for the current Agent Runs surface:\n\n```bash\nvercel agent-runs --help\nvercel agent-runs \u003Csubcommand> --help\n```\n\nUse `--json` when the subcommand help exposes it and machine-readable output is\nneeded.\n\nIf `vercel agent-runs` is missing, check `vercel --version` and upgrade first:\n\n```bash\nnpm i -g vercel@latest\nvercel agent-runs --help\n```\n\n## Source of truth\n\nThe complete documentation ships inside the `eve` package. Do not rely on this\nskill for guidance — always read the bundled docs, which match the installed\nversion exactly:\n\n```\nnode_modules\u002Feve\u002Fdocs\u002F\n```\n\nStart with `node_modules\u002Feve\u002Fdocs\u002FREADME.md`. It contains the full\nindex and recommended reading order. Before writing any eve code, read the\nrelevant guide there first.\n\nIf `eve` is not installed yet, install it (`npm install eve`) or scaffold a new\nagent with `npx eve init \u003Cagent-name>`, then read the bundled docs.\n",{"data":34,"body":120},{"name":4,"description":6,"metadata":35},{"priority":36,"docs":37,"pathPatterns":42,"importPatterns":45,"bashPatterns":46,"promptSignals":55},8,[38,39,40,41],"https:\u002F\u002Feve.dev\u002Fdocs","https:\u002F\u002Fgithub.com\u002Fvercel\u002Feve","https:\u002F\u002Fvercel.com\u002Fchangelog\u002Fagent-runs-vercel-mcp-cli","https:\u002F\u002Fvercel.com\u002Fdocs\u002Fagent-resources\u002Fvercel-mcp\u002Ftools",[43,44],".eve\u002F**","agent\u002Fchannels\u002Feve.ts",[4],[47,48,49,50,51,52,53,54],"\\bnpx\\s+eve(?:@latest)?\\b","\\bbunx\\s+eve(?:@latest)?\\b","\\beve\\s+(init|dev|build|start|info|channels|evals?)\\b","\\b(?:vercel|vc)\\s+agent-runs\\b","\\bnpm\\s+(install|i|add)\\s+[^\\n]*\\beve(?:@[^\\s]+)?\\b","\\bpnpm\\s+(install|i|add)\\s+[^\\n]*\\beve(?:@[^\\s]+)?\\b","\\bbun\\s+(install|i|add)\\s+[^\\n]*\\beve(?:@[^\\s]+)?\\b","\\byarn\\s+add\\s+[^\\n]*\\beve(?:@[^\\s]+)?\\b",{"phrases":56,"allOf":88,"anyOf":106,"noneOf":115,"minScore":119},[57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87],"vercel eve","eve framework","eve project","eve agent","eve.dev","useeveagent","npx eve","node_modules\u002Feve\u002Fdocs","set up eve","setup eve","install eve","build an agent","build me an agent","create an agent","create me an agent","scaffold an agent","make an agent","make me an agent","implement an agent","implement a new agent","set up an agent","setup an agent","agent framework","agent architecture","agent runs observability","latest production agent runs","vercel agent-runs","agent run trace","agent runs trace","vercel mcp agent runs","update skills based on recent runs",[89,92,94,96,98,100,102,104],[90,91],"build","agent",[93,91],"create",[95,91],"scaffold",[97,91],"architect",[99,91],"design",[101,91],"develop",[103,91],"prototype",[105,91],"migrate",[107,108,109,110,111,112,113,114,81,83,84,85],"durable sessions","persistent sessions","channels","sandboxes","subagents","schedules","evals","frontend client",[116,117,118],"eve online","user agent","user-agent",4,{"type":121,"children":122},"root",[123,130,136,143,148,153,158,231,244,264,309,315,327,337,350,377],{"type":124,"tag":125,"props":126,"children":127},"element","h1",{"id":4},[128],{"type":129,"value":4},"text",{"type":124,"tag":131,"props":132,"children":133},"p",{},[134],{"type":129,"value":135},"eve is a filesystem-first framework for durable backend AI agents. An agent is\na directory on disk — instructions, skills, tools, connections, channels,\nsubagents, and schedules are all files — and eve compiles and runs it.",{"type":124,"tag":137,"props":138,"children":140},"h2",{"id":139},"vercel-agent-runs",[141],{"type":129,"value":142},"Vercel Agent Runs",{"type":124,"tag":131,"props":144,"children":145},{},[146],{"type":129,"value":147},"When debugging a deployed eve agent on Vercel, use Agent Runs observability\nbefore guessing from source alone. Agent Runs expose runtime activity through\nthe Vercel MCP server and the Vercel CLI: projects with run data, recent runs,\nrun metadata, lifecycle events, usage, subagent data, and full traces with\nturns, messages, reasoning, tool calls, token usage, and tool input\u002Foutput when\navailable.",{"type":124,"tag":131,"props":149,"children":150},{},[151],{"type":129,"value":152},"To inspect runs through Vercel MCP, list the available Vercel MCP tools and\nuse the Agent Runs tools exposed by the server. Tool names and schemas can\nchange, so inspect the tool list\u002Fschema before hard-coding a name from memory.",{"type":124,"tag":131,"props":154,"children":155},{},[156],{"type":129,"value":157},"For CLI usage, ask the installed CLI for the current Agent Runs surface:",{"type":124,"tag":159,"props":160,"children":165},"pre",{"className":161,"code":162,"language":163,"meta":164,"style":164},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","vercel agent-runs --help\nvercel agent-runs \u003Csubcommand> --help\n","bash","",[166],{"type":124,"tag":167,"props":168,"children":169},"code",{"__ignoreMap":164},[170,193],{"type":124,"tag":171,"props":172,"children":175},"span",{"class":173,"line":174},"line",1,[176,182,188],{"type":124,"tag":171,"props":177,"children":179},{"style":178},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[180],{"type":129,"value":181},"vercel",{"type":124,"tag":171,"props":183,"children":185},{"style":184},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[186],{"type":129,"value":187}," agent-runs",{"type":124,"tag":171,"props":189,"children":190},{"style":184},[191],{"type":129,"value":192}," --help\n",{"type":124,"tag":171,"props":194,"children":196},{"class":173,"line":195},2,[197,201,205,211,216,222,227],{"type":124,"tag":171,"props":198,"children":199},{"style":178},[200],{"type":129,"value":181},{"type":124,"tag":171,"props":202,"children":203},{"style":184},[204],{"type":129,"value":187},{"type":124,"tag":171,"props":206,"children":208},{"style":207},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[209],{"type":129,"value":210}," \u003C",{"type":124,"tag":171,"props":212,"children":213},{"style":184},[214],{"type":129,"value":215},"subcomman",{"type":124,"tag":171,"props":217,"children":219},{"style":218},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[220],{"type":129,"value":221},"d",{"type":124,"tag":171,"props":223,"children":224},{"style":207},[225],{"type":129,"value":226},">",{"type":124,"tag":171,"props":228,"children":229},{"style":184},[230],{"type":129,"value":192},{"type":124,"tag":131,"props":232,"children":233},{},[234,236,242],{"type":129,"value":235},"Use ",{"type":124,"tag":167,"props":237,"children":239},{"className":238},[],[240],{"type":129,"value":241},"--json",{"type":129,"value":243}," when the subcommand help exposes it and machine-readable output is\nneeded.",{"type":124,"tag":131,"props":245,"children":246},{},[247,249,254,256,262],{"type":129,"value":248},"If ",{"type":124,"tag":167,"props":250,"children":252},{"className":251},[],[253],{"type":129,"value":83},{"type":129,"value":255}," is missing, check ",{"type":124,"tag":167,"props":257,"children":259},{"className":258},[],[260],{"type":129,"value":261},"vercel --version",{"type":129,"value":263}," and upgrade first:",{"type":124,"tag":159,"props":265,"children":267},{"className":161,"code":266,"language":163,"meta":164,"style":164},"npm i -g vercel@latest\nvercel agent-runs --help\n",[268],{"type":124,"tag":167,"props":269,"children":270},{"__ignoreMap":164},[271,294],{"type":124,"tag":171,"props":272,"children":273},{"class":173,"line":174},[274,279,284,289],{"type":124,"tag":171,"props":275,"children":276},{"style":178},[277],{"type":129,"value":278},"npm",{"type":124,"tag":171,"props":280,"children":281},{"style":184},[282],{"type":129,"value":283}," i",{"type":124,"tag":171,"props":285,"children":286},{"style":184},[287],{"type":129,"value":288}," -g",{"type":124,"tag":171,"props":290,"children":291},{"style":184},[292],{"type":129,"value":293}," vercel@latest\n",{"type":124,"tag":171,"props":295,"children":296},{"class":173,"line":195},[297,301,305],{"type":124,"tag":171,"props":298,"children":299},{"style":178},[300],{"type":129,"value":181},{"type":124,"tag":171,"props":302,"children":303},{"style":184},[304],{"type":129,"value":187},{"type":124,"tag":171,"props":306,"children":307},{"style":184},[308],{"type":129,"value":192},{"type":124,"tag":137,"props":310,"children":312},{"id":311},"source-of-truth",[313],{"type":129,"value":314},"Source of truth",{"type":124,"tag":131,"props":316,"children":317},{},[318,320,325],{"type":129,"value":319},"The complete documentation ships inside the ",{"type":124,"tag":167,"props":321,"children":323},{"className":322},[],[324],{"type":129,"value":4},{"type":129,"value":326}," package. Do not rely on this\nskill for guidance — always read the bundled docs, which match the installed\nversion exactly:",{"type":124,"tag":159,"props":328,"children":332},{"className":329,"code":331,"language":129},[330],"language-text","node_modules\u002Feve\u002Fdocs\u002F\n",[333],{"type":124,"tag":167,"props":334,"children":335},{"__ignoreMap":164},[336],{"type":129,"value":331},{"type":124,"tag":131,"props":338,"children":339},{},[340,342,348],{"type":129,"value":341},"Start with ",{"type":124,"tag":167,"props":343,"children":345},{"className":344},[],[346],{"type":129,"value":347},"node_modules\u002Feve\u002Fdocs\u002FREADME.md",{"type":129,"value":349},". It contains the full\nindex and recommended reading order. Before writing any eve code, read the\nrelevant guide there first.",{"type":124,"tag":131,"props":351,"children":352},{},[353,354,359,361,367,369,375],{"type":129,"value":248},{"type":124,"tag":167,"props":355,"children":357},{"className":356},[],[358],{"type":129,"value":4},{"type":129,"value":360}," is not installed yet, install it (",{"type":124,"tag":167,"props":362,"children":364},{"className":363},[],[365],{"type":129,"value":366},"npm install eve",{"type":129,"value":368},") or scaffold a new\nagent with ",{"type":124,"tag":167,"props":370,"children":372},{"className":371},[],[373],{"type":129,"value":374},"npx eve init \u003Cagent-name>",{"type":129,"value":376},", then read the bundled docs.",{"type":124,"tag":378,"props":379,"children":380},"style",{},[381],{"type":129,"value":382},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":384,"total":588},[385,406,429,446,462,481,500,515,531,545,557,572],{"slug":386,"name":386,"fn":387,"description":388,"org":389,"tags":390,"stars":403,"repoUrl":404,"updatedAt":405},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[391,394,397,400],{"name":392,"slug":393,"type":15},"Documents","documents",{"name":395,"slug":396,"type":15},"Healthcare","healthcare",{"name":398,"slug":399,"type":15},"Insurance","insurance",{"name":401,"slug":402,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-08-02T05:48:07.395855",{"slug":407,"name":407,"fn":408,"description":409,"org":410,"tags":411,"stars":426,"repoUrl":427,"updatedAt":428},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[412,415,417,420,423],{"name":413,"slug":414,"type":15},".NET","dotnet",{"name":416,"slug":407,"type":15},"ASP.NET Core",{"name":418,"slug":419,"type":15},"Blazor","blazor",{"name":421,"slug":422,"type":15},"C#","csharp",{"name":424,"slug":425,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":430,"name":430,"fn":431,"description":432,"org":433,"tags":434,"stars":426,"repoUrl":427,"updatedAt":445},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[435,438,441,444],{"name":436,"slug":437,"type":15},"Apps SDK","apps-sdk",{"name":439,"slug":440,"type":15},"ChatGPT","chatgpt",{"name":442,"slug":443,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":447,"name":447,"fn":448,"description":449,"org":450,"tags":451,"stars":426,"repoUrl":427,"updatedAt":461},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[452,455,458],{"name":453,"slug":454,"type":15},"API Development","api-development",{"name":456,"slug":457,"type":15},"CLI","cli",{"name":459,"slug":460,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":463,"name":463,"fn":464,"description":465,"org":466,"tags":467,"stars":426,"repoUrl":427,"updatedAt":480},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[468,471,474,477],{"name":469,"slug":470,"type":15},"Cloudflare","cloudflare",{"name":472,"slug":473,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":475,"slug":476,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":478,"slug":479,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":482,"name":482,"fn":483,"description":484,"org":485,"tags":486,"stars":426,"repoUrl":427,"updatedAt":499},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[487,490,493,496],{"name":488,"slug":489,"type":15},"Productivity","productivity",{"name":491,"slug":492,"type":15},"Project Management","project-management",{"name":494,"slug":495,"type":15},"Strategy","strategy",{"name":497,"slug":498,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":501,"name":501,"fn":502,"description":503,"org":504,"tags":505,"stars":426,"repoUrl":427,"updatedAt":514},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[506,508,510,513],{"name":507,"slug":99,"type":15},"Design",{"name":509,"slug":501,"type":15},"Figma",{"name":511,"slug":512,"type":15},"Frontend","frontend",{"name":442,"slug":443,"type":15},"2026-04-12T05:06:47.939943",{"slug":516,"name":516,"fn":517,"description":518,"org":519,"tags":520,"stars":426,"repoUrl":427,"updatedAt":530},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[521,522,525,526,527],{"name":507,"slug":99,"type":15},{"name":523,"slug":524,"type":15},"Design System","design-system",{"name":509,"slug":501,"type":15},{"name":511,"slug":512,"type":15},{"name":528,"slug":529,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":532,"name":532,"fn":533,"description":534,"org":535,"tags":536,"stars":426,"repoUrl":427,"updatedAt":544},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[537,538,539,542,543],{"name":507,"slug":99,"type":15},{"name":523,"slug":524,"type":15},{"name":540,"slug":541,"type":15},"Documentation","documentation",{"name":509,"slug":501,"type":15},{"name":511,"slug":512,"type":15},"2026-05-16T06:07:47.821474",{"slug":546,"name":546,"fn":547,"description":548,"org":549,"tags":550,"stars":426,"repoUrl":427,"updatedAt":556},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[551,552,553,554,555],{"name":507,"slug":99,"type":15},{"name":509,"slug":501,"type":15},{"name":511,"slug":512,"type":15},{"name":528,"slug":529,"type":15},{"name":424,"slug":425,"type":15},"2026-05-16T06:07:40.583615",{"slug":558,"name":558,"fn":559,"description":560,"org":561,"tags":562,"stars":426,"repoUrl":427,"updatedAt":571},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[563,566,567,570],{"name":564,"slug":565,"type":15},"Animation","animation",{"name":459,"slug":460,"type":15},{"name":568,"slug":569,"type":15},"Creative","creative",{"name":507,"slug":99,"type":15},"2026-05-02T05:31:48.48485",{"slug":573,"name":573,"fn":574,"description":575,"org":576,"tags":577,"stars":426,"repoUrl":427,"updatedAt":587},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[578,579,580,583,586],{"name":568,"slug":569,"type":15},{"name":507,"slug":99,"type":15},{"name":581,"slug":582,"type":15},"Image Generation","image-generation",{"name":584,"slug":585,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",578,{"items":590,"total":686},[591,608,622,634,649,662,674],{"slug":592,"name":592,"fn":593,"description":594,"org":595,"tags":596,"stars":22,"repoUrl":23,"updatedAt":607},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[597,600,603,606],{"name":598,"slug":599,"type":15},"Accessibility","accessibility",{"name":601,"slug":602,"type":15},"Charts","charts",{"name":604,"slug":605,"type":15},"Data Visualization","data-visualization",{"name":507,"slug":99,"type":15},"2026-06-30T19:00:57.102",{"slug":609,"name":609,"fn":610,"description":611,"org":612,"tags":613,"stars":22,"repoUrl":23,"updatedAt":621},"adobe-batch-edit-photos","apply consistent photo adjustments","Apply consistent photo adjustments across a set of images so they look like they were edited together. Use this skill whenever the user says \"make my photos look cohesive\", \"give all these the same style\", \"apply a warm and golden feel to all of these\", \"make this cinematic\", \"match the look across my photos\", \"edit all my travel photos the same way\", \"batch edit these\", \"make these consistent\", \"fix my phone photos\", or uploads a folder of photos and wants a unified, polished result. Also triggers for requests like \"apply a preset to all of these\", \"make these look professional\", or \"they were shot in mixed lighting — can you fix them all\". Outputs direct final image URLs plus an in-chat preview grid and optional Firefly Board link. Access: 🔐 Signed-In required | Gen AI: ❌\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[614,615,618],{"name":568,"slug":569,"type":15},{"name":616,"slug":617,"type":15},"Editing","editing",{"name":619,"slug":620,"type":15},"Imaging","imaging","2026-08-28T15:09:11.185865",{"slug":623,"name":623,"fn":624,"description":625,"org":626,"tags":627,"stars":22,"repoUrl":23,"updatedAt":633},"adobe-create-mockups","create product and scene mockups","Use when a user wants to see their logo, design, or sketch on a product or scene mockup — mugs, t-shirts, business cards, hats, phone screens, posters, billboards, or similar. Triggers on \"create mockups\", \"show my logo on products\", or any logo upload with a request to visualize it on items. Access: 🔐 Signed-In required | Gen AI: ✅ Adobe Firefly via `image_generate` used for design creation, sketch polishing, and mockup scene generation\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[628,629,630],{"name":568,"slug":569,"type":15},{"name":507,"slug":99,"type":15},{"name":631,"slug":632,"type":15},"Graphics","graphics","2026-08-28T15:09:07.42507",{"slug":635,"name":635,"fn":636,"description":637,"org":638,"tags":639,"stars":22,"repoUrl":23,"updatedAt":648},"adobe-create-social-variations","export platform-ready social media assets","Resize, crop, or export any image or video into platform-ready social media assets using Adobe Creative Cloud tools. Use this skill when a user wants to prepare a photo, image, or video for one or more social platforms — Instagram, TikTok, LinkedIn, Facebook, YouTube, Snapchat, Pinterest, Threads, or X\u002FTwitter. Triggers on: \"prepare my image for Instagram\", \"resize for TikTok\", \"get this ready to post\", \"make versions for all platforms\", \"social media sizes\", \"crop for stories\", \"export for LinkedIn\", \"resize my video for social\", \"make social media assets\", or any request to adapt a photo or video for specific platforms. Handles subject-aware cropping, AI canvas expansion, test previews before full runs, and same-ratio video resizing.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[640,641,642,645],{"name":568,"slug":569,"type":15},{"name":631,"slug":632,"type":15},{"name":643,"slug":644,"type":15},"Marketing","marketing",{"name":646,"slug":647,"type":15},"Social Media","social-media","2026-08-28T15:10:07.282096",{"slug":650,"name":650,"fn":651,"description":652,"org":653,"tags":654,"stars":22,"repoUrl":23,"updatedAt":661},"adobe-design-from-template","create visual designs from templates","Create any visual design using Adobe Express templates — flyers, posters, social media posts (Instagram, Facebook, LinkedIn), business cards, invitations, greeting cards, resumes, cover letters, brochures, newsletters, certificates, presentations, YouTube thumbnails, email headers, logos, menus, and labels. Use this skill whenever the user wants to make, design, or build any visual — even if they just say \"make me a flyer\", \"design a poster\", \"I need something for Instagram\", \"create an event invite\", or \"make a business card\". Also handles browsing templates, editing text, replacing images, changing backgrounds, animating, and exporting designs. Access: 🔐 Signed-In required | Gen AI: ❌ by default — image replacement only where the surface permits generative AI (e.g. Codex); none on Claude\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[655,656,657,658],{"name":568,"slug":569,"type":15},{"name":507,"slug":99,"type":15},{"name":631,"slug":632,"type":15},{"name":659,"slug":660,"type":15},"Templates","templates","2026-08-28T15:10:03.050113",{"slug":663,"name":663,"fn":664,"description":665,"org":666,"tags":667,"stars":22,"repoUrl":23,"updatedAt":673},"adobe-edit-quick-cut","create video sizzle reels","Create a punchy sizzle reel from a video using Adobe Quick Cut. Use this skill whenever a user wants to cut, trim, or shorten a video into highlights — including phrases like \"make a sizzle reel\", \"make a highlight reel\", \"quick cut this\", \"cut the best parts\", \"shorten this video\", \"make a highlight clip\", \"summarize this video visually\", or any request to produce a shorter edited version of a video. Use this skill for Quick Cut requests before suggesting manual editing in Premiere. Requires the user to upload a video file.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[668,669,670],{"name":568,"slug":569,"type":15},{"name":616,"slug":617,"type":15},{"name":671,"slug":672,"type":15},"Video","video","2026-08-28T15:09:07.765245",{"slug":675,"name":675,"fn":676,"description":677,"org":678,"tags":679,"stars":22,"repoUrl":23,"updatedAt":685},"adobe-retouch-portraits","batch retouch portrait photos","Bulk-retouch a folder of portrait photos using Adobe tools — designed for wedding photographers and event photographers who need fast, walk-away batch processing. Use this skill when the user says \"retouch my photos\", \"batch process these portraits\", \"process my wedding photos\", \"clean up this folder of images\", \"run my headshots through Adobe\", or uploads\u002Fselects a folder of photos and wants them polished and ready to review. Automatically applies auto-straighten, auto-tone, and auto-light to every image. Outputs a preview grid and download folder. Access: 🔐 Signed-In required | Gen AI: ❌ by default — optional background-only cleanup only where the surface permits generative AI (e.g. Codex); none on Claude\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[680,681,682],{"name":568,"slug":569,"type":15},{"name":619,"slug":620,"type":15},{"name":683,"slug":684,"type":15},"Photography","photography","2026-08-28T15:09:10.386974",499]