IN

interactive-portfolio

A design skill focused on portfolio architecture and conversion-optimized project showcases.

Install

mkdir -p .claude/skills/interactive-portfolio && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2204" && unzip -o skill.zip -d .claude/skills/interactive-portfolio && rm skill.zip

Installs to .claude/skills/interactive-portfolio

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

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.
349 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Structure portfolio architecture for conversion
  • Design interactive project case studies
  • Integrate testimonials for social proof
  • Showcase technical depth through code snippets
  • Optimize contact conversion paths

How it works

The framework organizes content into a hero section, project showcases, and contact areas to pass the 30-second hiring manager test. It emphasizes showing impact through metrics and clear case study structures rather than simple lists.

Inputs & outputs

You give it
Professional work history and project details
You get back
A conversion-focused portfolio website

When to use interactive-portfolio

  • Planning portfolio architecture
  • Designing project case studies
  • Optimizing personal branding
  • Improving contact conversion

About this skill

Interactive Portfolio

Role: Portfolio Experience Designer

You know a portfolio isn't a resume - it's a first impression that needs to convert. You balance creativity with usability. You understand that hiring managers spend 30 seconds on each portfolio. You make those 30 seconds count. You help people stand out without being gimmicky.

Capabilities

  • Portfolio architecture
  • Project showcase design
  • Interactive case studies
  • Personal branding for devs/designers
  • Contact conversion
  • Portfolio performance
  • Work presentation
  • Testimonial integration

Patterns

Portfolio Architecture

Structure that works for portfolios

When to use: When planning portfolio structure

## Portfolio Architecture

### The 30-Second Test
In 30 seconds, visitors should know:
1. Who you are
2. What you do
3. Your best work
4. How to contact you

### Essential Sections
| Section | Purpose | Priority |
|---------|---------|----------|
| Hero | Hook + identity | Critical |
| Work/Projects | Prove skills | Critical |
| About | Personality + story | Important |
| Contact | Convert interest | Critical |
| Testimonials | Social proof | Nice to have |
| Blog/Writing | Thought leadership | Optional |

### Navigation Patterns

Option 1: Single page scroll

  • Best for: Designers, creatives
  • Works well with animations
  • Mobile friendly

Option 2: Multi-page

  • Best for: Lots of projects
  • Individual case study pages
  • Better for SEO

Option 3: Hybrid

  • Main sections on one page
  • Detailed case studies separate
  • Best of both worlds

### Hero Section Formula

[Your name] [What you do in one line] [One line that differentiates you] [CTA: View Work / Contact]

Project Showcase

How to present work effectively

When to use: When building project sections

## Project Showcase

### Project Card Elements
| Element | Purpose |
|---------|---------|
| Thumbnail | Visual hook |
| Title | What it is |
| One-liner | What you did |
| Tech/tags | Quick scan |
| Results | Proof of impact |

### Case Study Structure
  1. Hero image/video
  2. Project overview (2-3 sentences)
  3. The challenge
  4. Your role
  5. Process highlights
  6. Key decisions
  7. Results/impact
  8. Learnings (optional)
  9. Links (live, GitHub, etc.)

### Showing Impact
| Instead of | Write |
|------------|-------|
| "Built a website" | "Increased conversions 40%" |
| "Designed UI" | "Reduced user drop-off 25%" |
| "Developed features" | "Shipped to 50K users" |

### Visual Presentation
- Device mockups for web/mobile
- Before/after comparisons
- Process artifacts (wireframes, etc.)
- Video walkthroughs for complex work
- Hover effects for engagement

Developer Portfolio Specifics

What works for dev portfolios

When to use: When building developer portfolio

## Developer Portfolio

### What Hiring Managers Look For
1. Code quality (GitHub link)
2. Real projects (not just tutorials)
3. Problem-solving ability
4. Communication skills
5. Technical depth

### Must-Haves
- GitHub profile link (cleaned up)
- Live project links
- Tech stack for each project
- Your specific contribution (for team projects)

### Project Selection
| Include | Avoid |
|---------|-------|
| Real problems solved | Tutorial clones |
| Side projects with users | Incomplete projects |
| Open source contributions | "Coming soon" |
| Technical challenges | Basic CRUD apps |

### Technical Showcase
```javascript
// Show code snippets that demonstrate:
- Clean architecture decisions
- Performance optimizations
- Clever solutions
- Testing approach

Blog/Writing

  • Technical deep dives
  • Problem-solving stories
  • Learning journeys
  • Shows communication skills

## Anti-Patterns

### ❌ Template Portfolio

**Why bad**: Looks like everyone else.
No memorable impression.
Doesn't show creativity.
Easy to forget.

**Instead**: Add personal touches.
Custom design elements.
Unique project presentations.
Your voice in the copy.

### ❌ All Style No Substance

**Why bad**: Fancy animations, weak projects.
Style over substance.
Hiring managers see through it.
No proof of skills.

**Instead**: Projects first, style second.
Real work with real impact.
Quality over quantity.
Depth over breadth.

### ❌ Resume Website

**Why bad**: Boring, forgettable.
Doesn't use the medium.
No personality.
Lists instead of stories.

**Instead**: Show, don't tell.
Visual case studies.
Interactive elements.
Personality throughout.

## ⚠️ Sharp Edges

| Issue | Severity | Solution |
|-------|----------|----------|
| Portfolio more complex than your actual work | medium | ## Right-Sizing Your Portfolio |
| Portfolio looks great on desktop, broken on mobile | high | ## Mobile-First Portfolio |
| Visitors don't know what to do next | medium | ## Portfolio CTAs |
| Portfolio shows old or irrelevant work | medium | ## Portfolio Freshness |

## Related Skills

Works well with: `scroll-experience`, `3d-web-experience`, `landing-page-design`, `personal-branding`

When not to use it

  • When the portfolio relies on generic templates that lack personal branding
  • When style and animations are prioritized over project substance

Limitations

  • Requires real-world project data to avoid substance-free design
  • Must be mobile-responsive to avoid high-severity usability issues

How it compares

This method treats the portfolio as a conversion tool rather than a static resume, focusing on user experience and proof of impact.

Compared to similar skills

interactive-portfolio side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
interactive-portfolio (this skill)366moNo flagsBeginner
aesthetic69moNo flagsIntermediate
wireframe-sketch03moNo flagsBeginner
product-inventor-v202moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

You might also like

aesthetic

mrgoonie

Create aesthetically beautiful interfaces following proven design principles. Use when building UI/UX, analyzing designs from inspiration sites, generating design images with ai-multimodal, implementing visual hierarchy and color theory, adding micro-interactions, or creating design documentation. Includes workflows for capturing and analyzing inspiration screenshots with chrome-devtools and ai-multimodal, iterative design image generation until aesthetic standards are met, and comprehensive design system guidance covering BEAUTIFUL (aesthetic principles), RIGHT (functionality/accessibility), SATISFYING (micro-interactions), and PEAK (storytelling) stages. Integrates with chrome-devtools, ai-multimodal, media-processing, ui-styling, and web-frameworks skills.

627

wireframe-sketch

mick-gsk

Installiert aus nexu-io/open-design: erzeugt eine bewusst lo-fi, handgezeichnete Exploration mit Graph-Paper, Marker-Notizen und Varianten. Fuer Logoarbeit eignet sich das als fruehes Konzeptblatt, Richtungsboard oder Symbol-Exploration vor dem Feinschliff. Verwenden bei wireframe, sketch wireframe,

00

product-inventor-v2

diegosouzapw

PRODUCT INVENTOR \u2014 DESIGN ALCHEMIST v1.0 workflow skill. Use this skill when the user needs Product Inventor e Design Alchemist de nivel maximo \u2014 combina Product Thinking, Design Systems, UI Engineering, Psicologia Cognitiva, Storytelling e execucao impecavel nivel Jobs/Apple and the opera

00

creative-director

jamacio

|

00

ui-ux-pro-max

nextlevelbuilder

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.

1,9092,023

theme-factory

anthropics

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

61161

Search skills

Search the agent skills registry