AI Agent Hub

Blog

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

📝
Connect 1000+ External Apps to Agents with Composio Skill
Aug 16, 2026 · Big Model Skills

Composio's official Skill teaches AI programming assistants to connect to 1000+ external applications such as Gmail, Slack, GitHub, Notion via a unified CLI and SDK. This article verifies the installa

# Composio # Agent Skill # AI Agent 55 views
📝
# Voltagent Best Practices: Incorporating VoltAgent Architecture Conventions into Agent Skills
Aug 16, 2026 · Big Model Skills

`voltagent-best-practices` is an architecture quick-reference Skill officially maintained by VoltAgent, covering trade-offs between Agent and Workflow, src directory conventions, memory default values

# VoltAgent # Agent Skill # Workflow 51 views
📝
# create-voltagent: Initialize AI Agent Project in Accordance with VoltAgent Specification Using Official Skill
Aug 16, 2026 · Big Model Skills

`create-voltagent is an Agent Skill officially maintained by VoltAgent, which guides users to create TypeScript AI Agent projects via the `create-voltagent-app` CLI or complete manual steps. This arti

# create-voltagent # VoltAgent # Agent Skill 67 views
📝
Write Your First Agent Skill Using the Official template-skill
Aug 16, 2026 · Big Model Skills

Template-skill is the starting skeleton of Skill in Anthropic's official repository anthropics/skills, with only one SKILL.md file containing name and description placeholders in the directory. Agent

# template-skill # Agent Skills # SKILL.md 75 views
📝
`find-bugs: Let AI scan the current branch for bugs and security issues according to the checklist`
Aug 15, 2026 · Big Model Skills

find-bugs is an Agent Skill publicly released by the Sentry Engineering Team in the getsentry/skills repository, which is used to review the changes made in a local branch relative to the default bran

# find-bugs # Agent Skill # code review 48 views
📝
# 正确的翻译结果如下: Configure `uv`, `ruff` and `ty` for Python Projects with the `modern-python` Skill
Aug 15, 2026 · Big Model Skills

Trail of Bits rebranded its internal cookiecutter-python template as Agent Skill modern-python, replacing pip, flake8, black, mypy and pre-commit with uv, ruff, ty, pytest and prek. This article verif

# modern-python # uv # ruff 62 views
📝
# shadcn Skill: Let AI Search, Install and Combine shadcn/ui Components According to Project Configuration
Aug 15, 2026 · Big Model Skills

shadcn is the official Agent Skill for shadcn/ui. After installation, it will read the project's components.json, inject the framework, aliases, installed components, icon library and underlying primi

# shadcn # Agent Skill # React 74 views
📝
# 翻译结果: firecrawl-cli: Let AI Agents Scrape, Search, Crawl and Map Web Pages via CLI
Aug 15, 2026 · Big Model Skills

firecrawl-cli is the official Firecrawl Agent Skill (located in the directory skills/firecrawl-cli, with the frontmatter named firecrawl). It enables assistants such as Cursor, Claude Code, and Codex

# Firecrawl # Agent Skill # web capture 60 views
📝
Improve Codebase Architecture: Let AI Conduct Architecture Review First Before Deciding Where to Modify
Aug 15, 2026 · Big Model Skills

Matt Pocock’s `improve-codebase-architecture` is a user-invoked Agent Skill: it scans for shallow modules and leaky seams based on recent commit hotspots, filters candidates using deletion tests, draf

# Agent Skill # Architecture review # Technical Debt 263 views
📝
Use Matt Pocock's TDD Skills for Vertical Slice Test-Driven Development
Aug 15, 2026 · Big Model Skills

This article introduces Matt Pocock's tdd Skill constrained programming Agent that follows vertical slice TDD: first agree on the public seams, then write exactly one failing test and just enough impl

# TDD # Agent Skill # Test driven development 81 views