jasonChen0604/codebase-to-portfolio

Turn your entire codebase history into a portfolio-ready tech profile — with any AI coding agent (Claude Code, Codex, Copilot, Cursor).

2Stars on the repository
14Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

batch-init

01

jasonChen0604/codebase-to-portfolio

Cursor rule

Batch-initialize project docs for valid projects in projects-list.md that are missing a doc file or have an outdated version. Triggers when the user says "batch init", "batch initialize", "update project docs", "批次初始化", or "initialize unfinished projects".

2 1mo ago A 54 tokens original MIT

jasonChen0604/codebase-to-portfolio

Cursor rule

Generate structured JSON tech profile files from all latest-version project docs. Outputs a split-file directory tech-profile/ (not monolithic JSON) for efficient incremental updates. Triggers when the user says "generate tech profile json", "build json profile", "export json profile", "生成 JSON 技術檔案", "產出 JSON 技術樹"…

2 1mo ago A 81 tokens original MIT

jasonChen0604/codebase-to-portfolio

Cursor rule

Generate a personal tech profile and project mapping from all latest-version project docs. Produces one Markdown file per configured language (tech-profile- .md), each a structured Markdown suitable for building a personal website skill tree / mind map. Triggers when the user says "generate tech profile", "build tech…

2 1mo ago A 95 tokens original MIT

get-latest-version

04

jasonChen0604/codebase-to-portfolio

Cursor rule

Get the latest project-doc version number from projects-list.md. A utility sub-skill called by other skills — not intended for direct user invocation. Returns a single string (e.g. "2.0") or "none" if all version fields are —.

2 1mo ago A 53 tokens original MIT

init-project-doc

05

jasonChen0604/codebase-to-portfolio

Cursor rule

Auto-generate a portfolio-ready project doc (CLAUDE.md / AGENTS.md) from a project's directory structure and source code. Triggers when the user provides a project's directory tree or source snippets and asks to "generate a project doc", "initialize this project", "analyze this project", "產出作品集文件", or "初始化這個專案".

2 1mo ago A 75 tokens original MIT

scan-projects

06

jasonChen0604/codebase-to-portfolio

Cursor rule

Scan all valid software projects (including Docker/docker-compose projects) under a configured directory and output a Markdown list for manual filtering. Triggers when the user says "scan projects", "list my projects", "find all projects", "掃描專案", or "列出所有專案".

2 1mo ago A 59 tokens original MIT