by aker-dev
A modern static portfolio generator based on SvelteKit 2 and Tailwind CSS 4
# Add to your Claude Code skills
git clone https://github.com/aker-dev/microfolioLast scanned: 5/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@sveltejs/adapter-auto: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "@sveltejs/adapter-static: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "@sveltejs/kit: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "cookie: cookie accepts cookie name, path, and domain with out of bounds characters",
"severity": "low"
},
{
"type": "npm-audit",
"message": "esbuild: esbuild enables any website to send any requests to the development server and read the response",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "svelte-i18n: Vulnerability found",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-05-30T16:18:11.135Z",
"npmAuditRan": true,
"pipAuditRan": true
}microfolio is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by aker-dev. A modern static portfolio generator based on SvelteKit 2 and Tailwind CSS 4. It has 136 GitHub stars.
Yes. microfolio passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/aker-dev/microfolio" and add it to your Claude Code skills directory (see the Installation section above).
microfolio is primarily written in Svelte. It is open-source under aker-dev on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh microfolio against similar tools.
No comments yet. Be the first to share your thoughts!
A modern static portfolio generator built with SvelteKit 2 and Tailwind CSS 4 by AKER. Features a file-based content management system using folders and Markdown files. Perfect for designers, artists, architects, and creatives who want to showcase their projects elegantly and professionally.
Live Demo: https://aker-dev.github.io/microfolio/
We're looking for translators! Help us make microfolio accessible in more languages. Contact us at hello@aker.pro if you'd like to contribute a translation.
pnpm optimize-imagesWe're looking for beta testers! Are you a creative and want to test microfolio?
👉 Beta Tester Guide - Complete guide to get started
📧 Contact hello@aker.pro to join the testing program.
# Install microfolio via Homebrew
brew install aker-dev/tap/microfolio
# Create a new portfolio
microfolio new my-portfolio
cd my-portfolio
# Start the development server
microfolio dev
# Clone the template
git clone https://github.com/aker-dev/microfolio.git my-portfolio
cd my-portfolio
# Install dependencies
pnpm install
# Start development server
pnpm dev
📖 Detailed installation guide: doc/en/01-installation.md




📖 Complete deployment guide: doc/en/04-publication.md
# Build the site
microfolio build # or pnpm build
# Enable GitHub Pages in repository settings
# Push to main branch - automatic deployment
Contributions are welcome! Fork the project, create a feature branch, and submit a Pull Request.
MIT License - See LICENSE file for details.
Made with ❤️ by AKER