Back to list
chipoto69

portfolio-forge

by chipoto69

A curated collection of reusable skills for Claude Code / OpenCode: knowledge pipelines, workflow automation, browser automation, code quality, and Obsidian integration

0🍴 0📅 Jan 19, 2026

SKILL.md


name: portfolio-forge description: | Generates static HTML portfolio and developer activity log from Obsidian knowledge base. Creates project cards, activity timelines, and statistics dashboards.

Triggers: "generate portfolio", "build site", "create dev log", "/portfolio" version: 1.0.0 author: Claude Code allowed-tools:

  • Read
  • Write
  • Glob
  • Grep

Portfolio Forge

Transforms your Obsidian knowledge base into a beautiful static HTML portfolio.

What It Generates

Project Portfolio Page

  • Project cards with tech stack badges
  • LOC statistics
  • Recent activity
  • Quick links to documentation

Activity Timeline

  • Chronological view of all sessions
  • Commit frequency charts
  • Project breakdown

Statistics Dashboard

  • Total lines written
  • Languages used
  • Projects active
  • Contribution calendar

Output Structure

~/Documents/Vaultage/06_Metadata/Portfolio/
├── index.html          # Main portfolio page
├── activity.html       # Activity timeline
├── stats.html          # Statistics dashboard
├── projects/
│   ├── atlas.html      # Individual project pages
│   └── ...
├── css/
│   └── style.css       # Styling
└── data/
    ├── projects.json   # Project data
    └── activity.json   # Activity feed

Usage

# Generate full portfolio
/portfolio

# Generate specific section
/portfolio --only projects

# Custom output directory
/portfolio --output ~/Sites/dev-portfolio

# Include private projects
/portfolio --include-private

Design

Clean, minimal design inspired by:

  • GitHub profile pages
  • Linear.app aesthetics
  • Vercel dashboard

Color Scheme

  • Background: #0a0a0a (dark)
  • Cards: #141414
  • Accent: #3b82f6 (blue)
  • Text: #e5e5e5

Features

  • Responsive design
  • Dark mode by default
  • Smooth animations
  • Fast loading (no JS frameworks)

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon