From fc9956c6480a0cbe7ef96b6ad205ab92dd8201be Mon Sep 17 00:00:00 2001 From: Viet Tran Date: Tue, 2 Dec 2025 19:34:55 +0700 Subject: [PATCH] docs: remove project structure section from README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/README.md b/README.md index 600d697..3db12f7 100644 --- a/README.md +++ b/README.md @@ -75,39 +75,6 @@ sudo apt update && sudo apt install python3 winget install Python.Python.3.12 ``` -## Project Structure - -``` -ui-ux-pro-max-skill/ -├── cli/ # CLI installer (uipro-cli) -│ ├── package.json -│ └── src/ -├── .claude/skills/ui-ux-pro-max/ # Claude Code skill -│ ├── SKILL.md -│ ├── scripts/ -│ │ ├── search.py -│ │ └── core.py -│ └── data/ -│ ├── styles.csv -│ ├── colors.csv -│ ├── typography.csv -│ ├── charts.csv -│ ├── products.csv -│ ├── landing.csv -│ ├── ux-guidelines.csv -│ ├── prompts.csv -│ └── stacks/ -├── .cursor/commands/ # Cursor command -│ └── ui-ux-pro-max.md -├── .windsurf/workflows/ # Windsurf workflow -│ └── ui-ux-pro-max.md -├── .agent/workflows/ # Antigravity workflow -│ └── ui-ux-pro-max.md -└── .shared/ui-ux-pro-max/ # Shared scripts & data - ├── scripts/ - └── data/ -``` - ## Usage ### Claude Code