After spending countless hours in front of AutoCAD working on a project, you’re bound to have your own set of favorite commands to standardize a few steps. We also bet that you don’t have them all ...
Welcome to Autodesk’s AutoCAD Forums. Share your knowledge, ask questions, and explore popular AutoCAD topics.
Bienvenido/a al foro de los productos de la familia AutoCAD de Autodesk! Comparte tu conocimiento, haz preguntas y explora los temas populares de AutoCAD.
Bienvenue sur les forums AutoCAD d’Autodesk. Partagez vos connaissances, posez des questions, et explorez les sujets AutoCAD populaires.
Welcome to the Autodesk AutoCAD Forum. Ask questions, share your knowledge, and make connections.
Hooks: Execute custom commands configured in ./.claude/settings.json that respond to tool events Slash Commands: Use custom commands defined as Markdown files in ./.claude/commands/ Plugins: Load custom plugins programmatically using the plugins option to extend Claude Code with custom commands, agents, skills, hooks, and MCP servers.
Skills run in a code execution environment where Claude has filesystem access, bash commands, and code execution capabilities. Think of it like this: Skills exist as directories on a virtual machine, and Claude interacts with them using the same bash commands you'd use to navigate files on your computer.
The Agent SDK includes built-in tools for reading files, running commands, and editing code, so your agent can start working immediately without you implementing tool execution. Dive into the quickstart or explore real agents built with the SDK:
Learn about common workflows with Claude Code. Each task in this document includes clear instructions, example commands, and best practices to help you get the most from Claude Code.