AI Agent Hub

Blog

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

📝
Four Perspectives on One PR: Practical Combat of Parallel Code Review Skills
Aug 08, 2026 · Big Model Skills

### 1 `parallel-code-review` is a Cursor-Native Skill in the `awesome-cursor-skills` repository. It leverages the Task tool to launch four read-only explore sub-agents simultaneously to review the sam

# Cursor # Agent Skill # Parallel Agent 124 views
📝
Extracting Skills from Repeated Patterns: Detailed Explanation of the Meta-skill building-skills-from-patterns
Aug 08, 2026 · Big Model Skills

### `building-skills-from-patterns` is a meta-skill in the `awesome-cursor-skills` repository. It teaches the Cursor Agent to recognize recurring multi-step workflows and save them as `SKILL.md` files

# Cursor # Agent Skills # SKILL.md 65 views
📝
# Systematic Debugging: Integrate Structured Debugging Methodology into Skill to Enable AI Troubleshooting Without Blind Guesses
Aug 08, 2026 · Big Model Skills

### The `systematic-debugging` repository comes from `awesome-cursor-skills`. It will write the five-step debugging process of reproduction, isolation, hypothesis, verification and repair into `SKILL.

# Agent Skill # Cursor # debugging 95 views
📝
# 翻译结果: Architecture Decision Records: Documenting Technical Decisions with Agent Skill
Aug 08, 2026 · Big Model Skills

### Translation: Let me introduce the *architecture-decision-records* skill included in awesome-cursor-skills: it teaches AI Agents to document technical decisions in accordance with ADR specification

# Agent Skill # Architectural decision-making # ADR 115 views
📝
Adding E2E Tests: Building Playwright End-to-End Tests from Scratch with Agent Skill
Aug 08, 2026 · Big Model Skills

### # Adding E2E Tests from awesome-cursor-skills: Teach AI Agents to Build Playwright E2E Testing from Scratch This tutorial covers end-to-end setup with Playwright: installing dependencies, configur

# Skills # Playwright # End-to-end testing 88 views
📝
Adding Auth: Enabling AI Agents to Integrate with Auth.js Authentication via Standard Procedures
Aug 08, 2026 · Big Model Skills

*adding-auth* has been included in awesome-cursor-skills. The integration of Auth.js v5 with Next.js App Router has been organized into an 8-step workflow: dependency installation, setting up AUTH_SEC

# Agent Skill # Auth.js # NextAuth 78 views
📝
1. Auditing-Security: Systematically Audit Code Repositories with Agent Skill
Aug 08, 2026 · Big Model Skills

### Introduction to awesome-cursor-skills Selected Skill auditing-security: Write review steps including OWASP Top 10, key leakage, injection and dependency vulnerabilities into SKILL.md for agents su

# AI Skill # Security Audit # OWASP 73 views
📝
# cloudflare-deploy: Let AI Agents Deploy Applications to Cloudflare Edge Network
Aug 07, 2026 · Big Model Skills

`cloudflare-deploy` is an Agent Skill under the OpenAI openai/skills curated directory. It guides AI Agents to complete full-stack deployments on Cloudflare, including Workers, Pages, and services lik

# Agent Skill # Cloudflare # Edge Computing 93 views
📝
# figma-implement-design: Official OpenAI Skill that 1:1 restores Figma design drafts to production-grade code
Aug 07, 2026 · Big Model Skills

**figma-implement-design** is an OpenAI-curated Agent Skill that works with the Figma MCP to translate design nodes into deliverable UI code within repositories. This article introduces its seven-step

# Agent Skill # Figma # Design-to-Code 97 views
📝
OpenAI Official Security-Best-Practices: Performing Security Reviews of AI According to Languages and Frameworks
Aug 07, 2026 · Big Model Skills

OpenAI has provided the `security-best-practices` Skill in the `curated` directory of the openai/skills repository. It includes 10 security specifications for common frameworks in Python, JavaScript/T

# Agent Skill # Code Security # OpenAI Codex 100 views