I redesigned my portfolio using Claude Code and the frontend-design skill to improve layout, hierarchy, and overall UI quality.
🌐 Live: https://mounaim.dev/
💻 GitHub: https://github.com/saidMounaim/mounaim.dev
Install Claude Code
Install in your terminal:
curl -fsSL https://claude.ai/install.sh | bash
After installation, run:
claude
Install the frontend-design Skill
Install the skills CLI:
npx skills
Search for the skill:
npx skills find
Type:
/frontend-design
Choose the official version from Anthropic and install it.
Launch Claude again:
claude
Inside Claude:
/frontend-design [HERE PROMPT]
Example prompt:
Redesign my portfolio hero section using modern UI best practices.
Improve spacing, typography, and CTA clarity.
Keep it minimal and developer-focused.
I reviewed the changes, refined them, and committed updates.
Top comments (1)
Very helpful post