Perform a Standard Audit on AI-Generated UI Using Web-Design-Guidelines

### Official Translation: Introduce Vercel Labs' Agent Skill "web-design-guidelines": This tool audits UI accessibility, UX and performance compliance in accordance with Web Interface Guidelines. Explain its attribution and version, the mechanism of pulling remote specifications before each audit, the coverage of over 100 rules, the file:line output format, as well as the installation and triggering methods using `npx skills add` in tools such as Cursor / Claude Code / Codex. Also list applicable scenarios and precautions such as internet dependency.

Read More
Use composition-patterns to let AI write maintainable React composite code

# Translation Result: This article introduces Vercel's Agent Skill **composition-patterns (vercel-composition-patterns, v1.0.0)**: it uses composite components, lifted state and explicit variants to avoid the proliferation of boolean props, covering four types of rules: architecture, state, implementation patterns and React 19 API. The article explains how to install it into tools such as Cursor / Claude Code / Codex via `npx skills`, and provides official example-level refactoring and Context interface usage cases.

Read More
Add a React Performance Goalkeeper for AI Programming with react-best-practices

### Official Vercel Agent Skill `react-best-practices` (formal name: `vercel-react-best-practices`) Introduction This skill organizes React/Next.js performance optimization experience into a rule set sorted by impact severity. The current `SKILL.md` contains 70 rules covering 8 categories, with priority given to eliminating request waterfalls and bundle bloat. Details include source attribution, the 8 rule categories, installation command (`npx skills add … --skill vercel-react-best-practices`), triggering usage in tools like Cursor, Claude Code and Codex, as well as applicable scenarios and notes on names and versions.

Read More
Use notion-knowledge-capture to precipitate AI conversations into a Notion knowledge base

### 译文: Introduce OpenAI's curated Agent Skill "notion-knowledge-capture": This tool relies on Notion's official MCP, and organizes decisions and steps from conversations with tools like Cursor, Codex into linkable Notion pages according to templates such as Wiki, How-To, ADR, and FAQ. The article verifies the installation command, the MCP access methods for Codex/Cursor/Claude Code, as well as the official decision capture and How-To sample workflow.

Read More
Integrate Figma Designs into AI Programming Workflows with OpenAI's Official Figma Skill

This article introduces the Figma Skill curated by OpenAI: how it cooperates with Figma MCP (mcp.figma.com) to obtain design context, screenshots, variables and resources, and converts design nodes into project code through a fixed workflow. It verifies the installation methods ($skill-installer / directory copy), the MCP configuration of Codex (FIGMA_OAUTH_TOKEN, RMCP client), the mandatory toolchain (get_design_context → get_metadata → get_screenshot), and the link-driven prompt writing method, which is suitable for developers who carry out design-to-code collaboration in Codex, Cursor and Claude Code.

Read More
Use Transcribe Skill to convert meeting recordings and podcasts into searchable text

### 正式翻译: This article introduces OpenAI's official Agent Skill `transcribe`: Based on `gpt-4o-mini-transcribe` and `gpt-4o-transcribe-diarize`, it converts audio and video files into text, with support for speaker diarization and known speaker prompts. It explains the installation directories and activation methods in Codex, Cursor and Claude Code, provides reproducible examples including fast transcription with the bundled CLI and `diarized_json` output, and lists precautions such as the 25MB file size limit, automatic chunking for long audio, and the fact that the diarize model does not support prompts.

Read More
Using OpenAI Speech Skill to synthesize reusable voice from text

# Official OpenAI Curated Skill: speech This article introduces the OpenAI Agent Skills-powered speech skill that calls the OpenAI Audio API. It allows users to synthesize text into narration, product voiceovers, IVR audio and accessible reading audio via the built-in CLI. The article covers the installation method, configuration of the OPENAI_API_KEY, usage of the `speak` and `speak-batch` commands, default models and built-in voices, as well as limitations including single audio length, speech rate and custom voices.

Read More
Integrate Official Documentation for AI Programming Assistants with openai-docs Skill: Say Goodbye to Outdated APIs and Fabricated Parameters

# Official curated Skill "openai-docs" from OpenAI: Retrieve and cite the latest documentation via Developer Docs MCP (search/fetch/OpenAPI) This skill covers API usage, Codex manual self-knowledge, model selection and prompt engineering. It explains the paired installation with Docs MCP across platforms including Codex, Cursor and Claude Code, typical prompt usage scenarios, and precautions such as read-only document access and narrow-scope migration, to alleviate the issues of outdated documentation and parameter hallucinations in AI programming assistants.

Read More
python-tdd-with-uv: Let AI Agent Write Python in Red-Green-Refactor Cycle

### Translation: This article introduces `python-tdd-with-uv`: a SKILL.md from spencerpauly/awesome-cursor-skills that teaches AI Agents to conduct Python Test-Driven Development (TDD) using uv. It verifies the official capabilities of uv (including its project initiation with pytest, vertical slice red-green-refactor workflow, and uv run conventions), covers the installation directory and activation method under Cursor/Claude Code/Codex, provides reproducible command examples and test structure samples, and explains the applicable scenarios and limitations of this skill.

Read More
# Standard Conventional Commits Written with the `writing-commit-messages` Skill

### Translated English Abstract: This article introduces the `writing-commit-messages` section in spencerpauly/awesome-cursor-skills: how to use Agent Skill to constrain commit messages to follow Conventional Commits specifications (including type prefixes, scopes, body content, and BREAKING CHANGE sections). It verifies the rules in SKILL.md, good and bad examples, commit granularity requirements, as well as the installation methods for Cursor skills: manually installing to the `.cursor/skills/` directory, and using `npx skills add` to install to both Cursor and Claude Code. This guide is suitable for teams that need standardized collaboration and automated changelog generation.

Read More
Using kubernetes-deploying Skill: Let AI Agents Generate Kubernetes Deployment Manifests According to Specifications

### 翻译结果: `kubernetes-deploying` from spencerpauly/awesome-cursor-skills is an Agent Skill designed for Kubernetes deployments. It encapsulates best practices including Deployment, Service, Ingress, ConfigMap, Secret, health checks, release strategies and HPA into the SKILL.md file, enabling AI programming tools such as Cursor, Claude Code and Codex to generate standardized manifests and work with common kubectl commands. This article introduces its capabilities, installation and activation methods, typical usage scenarios and usage notes based on official documentation.

Read More
Hand Over Production Incident Response Process to AI Agent via Incident-response Skill

# Incident Response in spencerpauly/awesome-cursor-skills This project packages the SEV grading, stopgap mitigation, internal and external communication, and 48-hour blameless post-incident review workflow for production incidents into an installable `SKILL.md`. It has verified official workflows and post-incident review templates, and provides enabling methods via `npx skills` or by copying to `.cursor/skills/` for use in Cursor, Claude Code, and Codex CLI, making it suitable for SRE/DevOps on-duty scenarios.

Read More
Parallelly familiarize yourself with unfamiliar codebase and generate onboarding documentation using codebase-onboarding

### 翻译结果: This article introduces the `codebase-onboarding` skill in spencerpauly/awesome-cursor-skills: it launches 5 read-only explore sub-agents in parallel to research architecture, data models, APIs, authentication and deployment respectively, then synthesizes the results into an ONBOARDING.md. Based on the official SKILL.md and Cursor Skills documentation, it explains the installation directory, the `npx skills` installation method, the calling mode of `/codebase-onboarding`, as well as applicable scenarios and review precautions.

Read More
Generate bitmap assets in the coding workflow using Codex's imagegen Skill

# Introduction to OpenAI Codex System-level Skill `imagegen` This skill enables generation and editing of bitmap assets including photos, illustrations, mockups and sprites within coding conversations via either the built-in `image_gen` command or an explicit CLI. Details including default auto-installation location, two operating modes, prompt templates, save path conventions, applicable boundaries and official CLI examples are provided to facilitate directly integrating visual assets into project repositories.

Read More
plugin-creator: One-click Scaffold Codex Plugin with Official Skill

# Official OpenAI System Skill Plugin-Creator: Guide This article introduces OpenAI's official Skill Plugin-Creator system, detailing how to scaffold plugin directories for Codex/ChatGPT, generate the required `.codex-plugin/plugin.json` file, create placeholders for skills, hooks, MCP, apps as needed, and write configurations to local or repository-level `marketplace.json`. It also covers conversational invocation methods (`$plugin-creator` / `@plugin-creator`), command parameters for `create_basic_plugin.py`, conventions for manifest and marketplace fields, applicable scenarios, and common pitfalls.

Read More
# skill-installer: The "Package Manager" for Installing Skills on Codex

Skill-installer is a system Skill pre-installed by OpenAI alongside Codex, used to install Skills to `$CODEX_HOME/skills` (default path: `~/.codex/skills`) from the official curated/experimental catalog or any GitHub repository path. Based on the official SKILL.md and Codex documentation, this article explains how to use `skill-installer` to list and install Skills, covers script parameters, private repository and download fallback strategies, as well as the boundaries of local testing and plugins distribution.

Read More
Build ChatGPT Apps with chatgpt-apps Skill: MCP Server + Widget UI

### 正式翻译结果: ### Introduction to OpenAI's official curated Skill chatgpt-apps: How to scaffold, refactor and troubleshoot ChatGPT Apps SDK applications (MCP server + Widget UI) following a docs-first workflow. The article verifies the capabilities of Skills, application prototype classification, upstream example priority, usage boundaries between MCP Apps bridge and window.openai, as well as the installation and activation methods in Codex and Cursor. It also provides prompt examples for paired use with openai-docs and local joint debugging steps for Developer Mode.

Read More
`define-goal`: Clarify the Goal First, Then Let the Agent Take Action

This article introduces OpenAI's curated Skill `define-goal`: it is used to refine vague intentions into specific, measurable and verifiable goals before coding, and call `get_goal/create_goal` again in accordance with quality standards. Based on the official SKILL.md documentation, the article explains the workflow, comparisons between good and bad goals, Codex installation (via `$skill-installer`), and the method of enabling it in tools such as Cursor/Claude Code through the SKILL.md directory. It also reminds that this skill only performs goal definition and does not manage long-cycle execution deliverables.

Read More
Turn Notion research into cited structured documents with notion-research-documentation

### Official English Translation: This article introduces the OpenAI curated skill `notion-research-documentation`: under the premise that Notion MCP has been connected, it enables cross-page retrieval and evidence synthesis within Notion, and generates cited documents in templates such as briefings, summaries, comparisons, and full reports. It follows the official SKILL.md instructions for installation and activation (including Codex's `$skill-installer` and Cursor's skills directory), covers the official five-step workflow, competitive product comparison examples, as well as precautions such as permissions, timeliness, and warehouse deprecation.

Read More
Use notion-spec-to-implementation to split Notion PRD into executable plans

### 译文: This article introduces OpenAI curated skill `notion-spec-to-implementation`: with the support of Notion MCP, it parses PRD/functional specifications into implementation plans, 1-2 day granular tasks and progress write-back, realizing the connection between Spec ↔ Plan ↔ Tasks. The article verifies the installation methods (Codex $skill-installer and Skills directory of Cursor/Claude Code), MCP configuration (mcp.notion.com), workflows and official API examples, and explains applicable scenarios and common precautions.

Read More
Equip Agents with "Eyes" Using Screenshot Skill: Desktop Screenshot and Visual QA

# OpenAI Curated Screenshot Agent Skill This skill enables agents to capture full-screen, window-specific, or pixel-region screenshots across macOS, Linux and Windows for visual analysis and UI validation. It prioritizes tools like Figma and Playwright first, with system-level screenshots as a fallback. The article details its save path rules, official installation methods (using Codex's $skill-installer and placing files in Cursor/Claude Code directories), cross-platform script usage, as well as considerations around permissions, dependencies and multi-monitor setups, helping to build a complete front-end visual QA workflow that connects design mockups, browser pages and desktop applications.

Read More
`playwright-interactive: Using Persistent JS_REPL for UI Iteration and Debugging`

# Introduction to OpenAI's Featured Skill: playwright-interactive This skill enables persistent handling of Playwright/Electron via js_repl, allowing rapid iterative UI debugging on local web and Electron applications. It also supports completing QA checklists, functional validation, visual QA and viewport adaptation following official workflows. This article details the installation steps, pre-configuration requirements, typical code snippets, as well as notes such as the possible removal of js_repl in the current Codex, and makes a comparison with the CLI-oriented Playwright Skill.

Read More
# Figma-Create-Design-System-Rules: Develop Project-Specific Design System Rules for Agents

This is an introduction to `figma-create-design-system-rules` in the openai/skills curated catalog: On the premise of connecting Figma MCP, it analyzes the codebase and generates project-level design system rules, constraining component paths, Design Tokens, styling solutions and the Figma-to-code workflow, and writes them into `CLAUDE.md`, `AGENTS.md` or `.cursor/rules/figma-design-system.mdc` respectively, to alleviate problems such as random use of spacing, hard-coded colors, and repeated creation of components when AI implements UI. The article verifies the installation method, five-step workflow and precautions.

Read More
Use figma-generate-design to reverse-generate pages from code into Figma

This article introduces the `figma-generate-design` Skill in the OpenAI curated and Figma MCP ecosystems: on the premise that Figma MCP is connected and the target file has a design system, it writes application pages or multi-block layouts into Figma in the form of component instances and Tokens, and forcibly cooperates with `figma-use`. The article verifies official processes including plugin installation (Cursor / Claude Code / Codex), npx skills installation method, block assembly and parallel calibration of `generate_figma_design`, as well as the boundaries between adjacent Skills such as `figma-implement-design` and Code Connect.

Read More
Visualize Security Responsibility Topology from Git History Using security-ownership-map

# Security-Ownership-Map: An OpenAI Curated Agent Skill Security-Ownership-Map is an OpenAI curated Agent Skill that constructs human-file bipartite graphs and covariation clustering based on Git history, calculates the Bus Factor of sensitive code, and supports output in CSV/JSON formats (with optional Neo4j/Gephi exports). This article introduces its positioning, installation and activation, usage of `run_ownership_map` and `query_ownership`, sensitive code rules and applicable boundaries, which is suitable for enterprise security teams to conduct inventory of ownership drift and orphaned sensitive code.

Read More