Isonnymichael.Github.Io
Description
Personal web portfolio showcasing my skills, projects, and experience. Built with modern web technologies to highlight both functionality and design.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
isonnymichael.github.io
Personal portfolio website for Sonny Michael Wijaya — built with React, Vite, and Tailwind CSS. Deployed automatically to GitHub Pages via GitHub Actions.
Live: [isonnymichael.github.io](https://isonnymichael.github.io)
Tech Stack
- React 19 + Vite
- Tailwind CSS v4
- Framer Motion for animations
- GitHub Actions for CI/CD and data fetching
How it works
GitHub data (repos, languages, contribution calendar, PRs) is fetched at **build time** using a GitHub token stored as a repository secret. The data is written to static JSON files in `public/` and bundled into the site — no token is ever shipped to the browser.
The workflow runs automatically on every push to `master` and once daily via cron to keep data fresh.
Project Structure
src/
App.jsx # Root layout
data/config.jsx # Static config: links, stack, social items
hooks/useGitHubData.js # Fetches pre-built GitHub JSON at runtime
components/
Sidebar.jsx # Profile, languages, tech stack
ContributionsSection.jsx # Open source PR contributions
CommitsSection.jsx # Contribution heatmap
RepositoriesSection.jsx # Paginated repo cards
SocialSection.jsx # Social media links
ContactSection.jsx # Contact links
HoverAnimCard.jsx # Animated card wrapper
SkeletonCard.jsx # Loading skeleton
StackItem.jsx # Tech icon with tooltip
SectionCard.jsx # Section wrapper with header
scripts/
fetch-github-data.js # Build-time GitHub data fetcher
.github/workflows/
deploy.yml # Build, fetch data, deploy to Pages
Local Development
**1. Clone and install**
git clone https://github.com/isonnymichael/isonnymichael.github.io.git
cd isonnymichael.github.io
npm install
**2. Create `.env.local` with your GitHub token**
GITHUB_TOKEN=your_g
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://