Sub-skill of theme-factory: Request Details (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill request-details --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Request Details?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-request-details-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: theme-factory-request-details
description: 'Sub-skill of theme-factory: Request Details (+2).'
version: 2.0.0
category: business
type: reference
scripts_exempt: true
---
# Request Details (+2)
## Request Details
1. Purpose (presentation, report, website)
2. Mood (professional, playful, elegant)
3. Brand colors (if any)
4. Industry context
## Generate Custom
```css
/* Custom theme based on user input */
:root {
--primary: /* derived from context */;
--secondary: /* complementary shade */;
--accent: /* attention-grabbing contrast */;
--highlight: /* lighter accent variant */;
--text: /* readable on primary */;
}
```
## Font Selection
- **Headings**: Match tone (modern, classic, technical)
- **Body**: Ensure readability and complement headings
- **Fallbacks**: Always include system fonts
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!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.