# Voltagent Best Practices: Incorporating VoltAgent Architecture Conventions into Agent 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, Hono/Elysia/serverless servers, and VoltOps observation access. This article cross-verifies the installation and activation methods, code snippets and precautions based on the official SKILL.md, VoltAgent documentation and VoltAgent/skills repository, and explains the division of labor between it and the create-voltagent scaffolding Skill.
Read More# create-voltagent: Initialize AI Agent Project in Accordance with VoltAgent Specification Using Official Skill
`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 article is cross-verifies based on the official `SKILL.md`, Quick Start and VoltAgent/skills repository: it covers the installation and activation methods, Hono/Elysia and six model providers, directory and environment variable conventions, weather Tool and reimbursement approval Workflow examples, as well as its differences from the general "project scaffolding" Skill.
Read More