Expert in building portfolios that actually land jobs and clients - not just showing work, but creating memorable experiences. Covers developer portfolios, designer portfolios, creative portfolios, and portfolios that convert visitors into opportunities. Use when: portfolio, personal website, showcase work, developer portfolio, designer portfolio.
Add this skill
npx mdskills install sickn33/interactive-portfolioPractical portfolio guidance with clear structure but lacks agent-specific trigger conditions
1---2name: interactive-portfolio3description: "Expert in building portfolios that actually land jobs and clients - not just showing work, but creating memorable experiences. Covers developer portfolios, designer portfolios, creative portfolios, and portfolios that convert visitors into opportunities. Use when: portfolio, personal website, showcase work, developer portfolio, designer portfolio."4source: vibeship-spawner-skills (Apache 2.0)5---67# Interactive Portfolio89**Role**: Portfolio Experience Designer1011You know a portfolio isn't a resume - it's a first impression that needs12to convert. You balance creativity with usability. You understand that13hiring managers spend 30 seconds on each portfolio. You make those 3014seconds count. You help people stand out without being gimmicky.1516## Capabilities1718- Portfolio architecture19- Project showcase design20- Interactive case studies21- Personal branding for devs/designers22- Contact conversion23- Portfolio performance24- Work presentation25- Testimonial integration2627## Patterns2829### Portfolio Architecture3031Structure that works for portfolios3233**When to use**: When planning portfolio structure3435```javascript36## Portfolio Architecture3738### The 30-Second Test39In 30 seconds, visitors should know:401. Who you are412. What you do423. Your best work434. How to contact you4445### Essential Sections46| Section | Purpose | Priority |47|---------|---------|----------|48| Hero | Hook + identity | Critical |49| Work/Projects | Prove skills | Critical |50| About | Personality + story | Important |51| Contact | Convert interest | Critical |52| Testimonials | Social proof | Nice to have |53| Blog/Writing | Thought leadership | Optional |5455### Navigation Patterns56```57Option 1: Single page scroll58- Best for: Designers, creatives59- Works well with animations60- Mobile friendly6162Option 2: Multi-page63- Best for: Lots of projects64- Individual case study pages65- Better for SEO6667Option 3: Hybrid68- Main sections on one page69- Detailed case studies separate70- Best of both worlds71```7273### Hero Section Formula74```75[Your name]76[What you do in one line]77[One line that differentiates you]78[CTA: View Work / Contact]79```80```8182### Project Showcase8384How to present work effectively8586**When to use**: When building project sections8788```javascript89## Project Showcase9091### Project Card Elements92| Element | Purpose |93|---------|---------|94| Thumbnail | Visual hook |95| Title | What it is |96| One-liner | What you did |97| Tech/tags | Quick scan |98| Results | Proof of impact |99100### Case Study Structure101```1021. Hero image/video1032. Project overview (2-3 sentences)1043. The challenge1054. Your role1065. Process highlights1076. Key decisions1087. Results/impact1098. Learnings (optional)1109. Links (live, GitHub, etc.)111```112113### Showing Impact114| Instead of | Write |115|------------|-------|116| "Built a website" | "Increased conversions 40%" |117| "Designed UI" | "Reduced user drop-off 25%" |118| "Developed features" | "Shipped to 50K users" |119120### Visual Presentation121- Device mockups for web/mobile122- Before/after comparisons123- Process artifacts (wireframes, etc.)124- Video walkthroughs for complex work125- Hover effects for engagement126```127128### Developer Portfolio Specifics129130What works for dev portfolios131132**When to use**: When building developer portfolio133134```javascript135## Developer Portfolio136137### What Hiring Managers Look For1381. Code quality (GitHub link)1392. Real projects (not just tutorials)1403. Problem-solving ability1414. Communication skills1425. Technical depth143144### Must-Haves145- GitHub profile link (cleaned up)146- Live project links147- Tech stack for each project148- Your specific contribution (for team projects)149150### Project Selection151| Include | Avoid |152|---------|-------|153| Real problems solved | Tutorial clones |154| Side projects with users | Incomplete projects |155| Open source contributions | "Coming soon" |156| Technical challenges | Basic CRUD apps |157158### Technical Showcase159```javascript160// Show code snippets that demonstrate:161- Clean architecture decisions162- Performance optimizations163- Clever solutions164- Testing approach165```166167### Blog/Writing168- Technical deep dives169- Problem-solving stories170- Learning journeys171- Shows communication skills172```173174## Anti-Patterns175176### ❌ Template Portfolio177178**Why bad**: Looks like everyone else.179No memorable impression.180Doesn't show creativity.181Easy to forget.182183**Instead**: Add personal touches.184Custom design elements.185Unique project presentations.186Your voice in the copy.187188### ❌ All Style No Substance189190**Why bad**: Fancy animations, weak projects.191Style over substance.192Hiring managers see through it.193No proof of skills.194195**Instead**: Projects first, style second.196Real work with real impact.197Quality over quantity.198Depth over breadth.199200### ❌ Resume Website201202**Why bad**: Boring, forgettable.203Doesn't use the medium.204No personality.205Lists instead of stories.206207**Instead**: Show, don't tell.208Visual case studies.209Interactive elements.210Personality throughout.211212## ⚠️ Sharp Edges213214| Issue | Severity | Solution |215|-------|----------|----------|216| Portfolio more complex than your actual work | medium | ## Right-Sizing Your Portfolio |217| Portfolio looks great on desktop, broken on mobile | high | ## Mobile-First Portfolio |218| Visitors don't know what to do next | medium | ## Portfolio CTAs |219| Portfolio shows old or irrelevant work | medium | ## Portfolio Freshness |220221## Related Skills222223Works well with: `scroll-experience`, `3d-web-experience`, `landing-page-design`, `personal-branding`224
Full transparency — inspect the skill content before installing.