website: metadata: name: "Website Content Parser" core_info: "Given a markdown content block, this tool extracts and structures the website content into a well-organized YAML format." header: primary_elements: [] navigation: [] actions: [] content: - section: title: "Input Content" description: "The raw markdown content to be parsed and structured." elements: - "Markdown block containing website content." actions: [] - section: title: "Output Specification" description: "The structured YAML document to be generated from the input." elements: - "A YAML document following the specified base structure and rules." actions: [] - section: title: "Base Structure" description: "The required top-level YAML structure for the output." elements: - "website:" - " metadata:" - " name/title" - " core_info" - " header:" - " primary_elements" - " navigation" - " actions" - " content:" - " - section:" - " title" - " description" - " elements" - " actions" - " footer:" - " links" - " info" - " social" actions: [] - section: title: "Content Rules" description: "Guidelines for processing and preserving the input content." elements: - "Preserve all meaningful content sections" - "Keep original hierarchy of information" - "Include all interactive elements and CTAs" - "Maintain all links and their context" - "Convert visual sections into structured data" - "Preserve marketing and trust elements" actions: [] - section: title: "Formatting" description: "Styling and organizational rules for the YAML output." elements: - "Use consistent 2-space indentation" - "List similar items in arrays" - "Keep full URLs" - "Group related content logically" - "Maintain section relationships" actions: [] - section: title: "Important Rules" description: "Critical instructions for the final output format." elements: - "Do not include any other descriptions, comments or explanations. (e.g. 'Here are ...')" - "Do not use markdown code notations such as '```', '```plaintext', '```json', '```yaml', '```xml', '```markdown' to wrap entire content." actions: [] footer: links: [] info: [] social: []