AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "keithfykai — Copilot Instructions" prompt rules to my project. Repository: https://github.com/keithfykai/keithfykai Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
:D
Project Overview
This is Keith Lim's personal portfolio website - a single-page application built with React + Vite, deployed to GitHub Pages at keithfykai.github.io/keithfykai/. The project showcases a Computer Science student's work, experience, and projects.
Tech Stack
• Framework: React 19.1.0 with Vite 6.3.5 for development and build • Styling: Tailwind CSS 4.1.6 (imported via @import "tailwindcss" in CSS files) • Routing: React Router DOM 7.6.0 (using BrowserRouter) • UI Libraries: Bootstrap 5.3.6, Flowbite 3.1.2, React Icons, Headless UI, Heroicons • Language: JavaScript (JSX), ES2020+
Project Structure
` portfolio/ ├── src/ │ ├── Components/ # Page components (Hero, Navbar, Projects, etc.) │ ├── assets/ # Images and static assets │ ├── App.jsx # Main router setup │ ├── main.jsx # React entry point │ └── index.css # Tailwind import ├── vite.config.js # Base URL: '/keithfykai/' └── eslint.config.js # Flat config format `
GitHub Pages Deployment
• Base path: /keithfykai/ (set in vite.config.js) • Deploy command: npm run deploy (builds and pushes to gh-pages branch) • Critical: All routes in App.jsx must start with /keithfykai/ (e.g., <Route path="/keithfykai/" element={<Hero />} />)
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts