Blog
In-depth articles on AI agents, LLM engineering, servers, Python and software development.
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
`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
`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
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
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
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
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
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
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
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