Agent skill
frontend-design-implementation-philosophy
Sub-skill of frontend-design: Implementation Philosophy.
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/business/content-design/frontend-design/implementation-philosophy
SKILL.md
Implementation Philosophy
Implementation Philosophy
Match complexity to vision:
Maximalist Design:
/* Elaborate, intentional complexity */
.hero {
background:
linear-gradient(135deg, rgba(26, 26, 46, 0.9), rgba(22, 33, 62, 0.8)),
url('texture.png'),
radial-gradient(ellipse at 20% 50%, #e94560 0%, transparent 50%);
backdrop-filter: blur(10px);
}
Minimalist Design:
/* Restraint and precision */
.hero {
background: #fafafa;
padding: 8rem 2rem;
}
.hero h1 {
font-weight: 300;
letter-spacing: -0.02em;
line-height: 1.1;
}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?