--- name: html-basics description: Core HTML5 elements, document structure, and foundational markup patterns sasmp_version: "1.3.0" bonded_agent: html-expert bond_type: PRIMARY_BOND version: "2.0.0" # Skill Metadata category: markup complexity: foundational dependencies: [] # Parameter Validation parameters: element_type: type: string required: true enum: [document, text, grouping, embedded, interactive, metadata] output_format: type: string default: "html" enum: [html, jsx, template] include_comments: type: boolean default: false # Retry Configuration retry: max_attempts: 3 backoff_ms: [1000, 2000, 4000] retryable_errors: [NETWORK_ERROR, TIMEOUT] --- # HTML Basics Skill Core HTML5 elements and document structure patterns for production web development. ## 🎯 Purpose Provide atomic, single-responsibility operations for: - Document structure creation (``, ``, `
`, ``) - Text content elements (``, `
`) - Grouping content (``, ``, ` `) - Embedded content (` `, `