Sub-skill of algorithmic-art: Template Structure.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill template-structure --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Template Structure?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-template-structure-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: algorithmic-art-template-structure
description: 'Sub-skill of algorithmic-art: Template Structure.'
version: 2.0.0
category: business
type: reference
scripts_exempt: true
---
# Template Structure
## Template Structure
```html
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.0/p5.min.js"></script>
<style>
body {
margin: 0;
display: flex;
font-family: 'Poppins', sans-serif;
background: #faf9f5;
}
#sidebar {
width: 300px;
padding: 20px;
background: #f5f4f0;
height: 100vh;
overflow-y: auto;
}
#canvas-container {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.