AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
Integrate Figma Designs into AI Programming Workflows with OpenAI's Official Figma Skill
Aug 13, 2026 · Big Model Skills

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 in

# Figma # Agent Skill # Figma MCP 115 views
📝
Use Transcribe Skill to convert meeting recordings and podcasts into searchable text
Aug 13, 2026 · Big Model Skills

### 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

# transcribe # Agent Skill # speech-to-text 90 views
📝
Using OpenAI Speech Skill to synthesize reusable voice from text
Aug 13, 2026 · Big Model Skills

# 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

# Agent Skill # OpenAI speech # text-to-speech 87 views
📝
Integrate Official Documentation for AI Programming Assistants with openai-docs Skill: Say Goodbye to Outdated APIs and Fabricated Parameters
Aug 13, 2026 · Big Model Skills

# 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, m

# openai-docs # Agent Skill # Docs MCP 130 views
📝
python-tdd-with-uv: Let AI Agent Write Python in Red-Green-Refactor Cycle
Aug 12, 2026 · Big Model Skills

### 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 ve

# python-tdd-with-uv # uv # TDD 87 views
📝
# Standard Conventional Commits Written with the `writing-commit-messages` Skill
Aug 12, 2026 · Big Model Skills

### 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 Conv

# Agent Skill # Conventional Commits # Git commit 77 views
📝
Using kubernetes-deploying Skill: Let AI Agents Generate Kubernetes Deployment Manifests According to Specifications
Aug 12, 2026 · Big Model Skills

### `kubernetes-deploying` from spencerpauly/awesome-cursor-skills is an Agent Skill designed for Kubernetes deployments. It encapsulates best practices including Deployment, Service, Ingress, ConfigM

# Kubernetes # Agent Skill # Cursor 73 views
📝
Hand Over Production Incident Response Process to AI Agent via Incident-response Skill
Aug 12, 2026 · Big Model Skills

# 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 wor

# incident-response # Agent Skill # SRE 91 views
📝
Parallelly familiarize yourself with unfamiliar codebase and generate onboarding documentation using codebase-onboarding
Aug 12, 2026 · Big Model Skills

### 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, a

# Agent Skills # Cursor # Code entry 82 views
📝
Generate bitmap assets in the coding workflow using Codex's imagegen Skill
Aug 12, 2026 · Big Model Skills

# 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

# imagegen # Codex # Agent Skill 183 views