AI Agent Hub

Blog

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

📝
grill-me: Before you start coding, let the Agent ask you thoroughly first
Aug 15, 2026 · Big Model Skills

grill-me is the user-triggered entry point in Matt Pocock’s skill set: before the Agent takes action, it conducts round-by-round questioning via a decision tree to refine unformed ideas into actionabl

# grill-me # Agent Skill # AI Programming 243 views
📝
Adding Analytics: Let AI Agent Integrate PostHog into Web Applications According to Standard Procedures
Aug 15, 2026 · Big Model Skills

# adding-analytics is a SKILL.md in the awesome-cursor-skills repository, which formalizes the process of integrating PostHog into web applications: identify the framework, install posthog-js/posthog-

# Agent Skill # PostHog # Product Analysis 60 views
📝
Database Design: Let AI Agents Design Table Relationships, Indexes, Constraints and ORM According to Specifications
Aug 15, 2026 · Big Model Skills

# SKILL.md for Database Design (Included in awesome-cursor-skills) ## Overview This is a database modeling skill collected in awesome-cursor-skills, which covers entity identification, table relation

# database-design # Agent Skill # Database Design 68 views
📝
# Adding Stripe: Enabling AI Agents to Integrate Stripe Payments via Standard Procedures
Aug 15, 2026 · Big Model Skills

# Adding Stripe is a community Agent Skill in awesome-cursor-skills, compiling Stripe Checkout, subscription Webhooks and Customer Portal into a 7-step checklist. Based on the original SKILL.md text a

# adding-stripe # Stripe payment # Agent Skill 68 views
📝
Use recording-browser-flow-as-test: Walk through the process in the browser and automatically generate Playwright tests
Aug 14, 2026 · Big Model Skills

# Introduction to `recording-browser-flow-as-test` in spencerpauly/awesome-cursor-skills: This tool allows users to walk through user workflows step-by-step using Cursor's built-in browser, record acc

# Agent Skill # Playwright # End-to-end testing 77 views
📝
# Accessibility Auditing: Performing Accessibility Audits Using Cursor Browser's ARIA Tree
Aug 14, 2026 · Big Model Skills

### Translated Abstract: Introducing accessibility-auditing in spencerpauly/awesome-cursor-skills: Leveraging Cursor's built-in browser tools including `browser_navigate`, `browser_snapshot` and `brow

# Accessibility Audit # Agent Skill # ARIA 53 views
📝
Visual QA Testing in Cursor: Capture Screenshots, Console Logs and Network Requests in One Go
Aug 14, 2026 · Big Model Skills

visual-qa-testing is an Agent Skill in the community repository awesome-cursor-skills, which guides Cursor Agent to use the built-in browser (cursor-ide-browser) to perform visual QA after modifying t

# visual-qa-testing # Cursor # Agent Skills 57 views
📝
Let Agent fix itself until all tests pass with grinding-until-pass
Aug 14, 2026 · Big Model Skills

### This article introduces `grinding-until-pass` from spencerpauly/awesome-cursor-skills: It enables the Agent to independently fix issues until tests, builds, or lint checks pass via the `fix→run→ch

# Agent Skill # Cursor # automated testing 66 views
📝
Best-of-n-solving: Isolate Worktree to Parallelly Test Multiple Solutions and Then Merge the Optimal One
Aug 14, 2026 · Big Model Skills

This article introduces best-of-n-solving from spencerpauly/awesome-cursor-skills: When facing complex refactoring, tricky bugs or architecture selection, first define 2 to 3 strategies, then use Curs

# best-of-n-solving # Cursor Skill # Parallel Agent 76 views
📝
Use expo-native-ui to let AI write Expo interfaces that look more like native apps
Aug 14, 2026 · Big Model Skills

### Official Translation: This introduces Expo's official Agent Skill expo-native-ui (v1.1.1): it teaches AI to build Expo screens that closely match the system's visual style following conventions su

# expo-native-ui # Expo Skills # React Native 66 views