By madesh6554
Generate a self-contained HTML mockup page using the project's real theme colors — for UI ideas, color changes, error states, or before/after comparisons.
Central skill repository for the Forgmind team. Store, share, and install Claude Code slash commands across any machine or project.
These install to ~/.claude/commands/ and work in every project on your machine.
Windows:
irm https://raw.githubusercontent.com/madesh6554/forgmind-skills/main/install.ps1 | iex
Linux / Mac:
curl -fsSL https://raw.githubusercontent.com/madesh6554/forgmind-skills/main/install.sh | bash
These install to ./.claude/commands/ inside your current project and work only in that project.
Run this from inside the project folder:
Windows:
.\install-project.ps1 sp-sales-log
Linux / Mac:
bash install-project.sh sp-sales-log
Or just run /use-project-skills sp-sales-log inside Claude Code — it will do it for you.
forgmind-skills/
├── install.ps1 ← installs user-level skills (Windows)
├── install.sh ← installs user-level skills (Linux/Mac)
├── install-project.ps1 ← installs project skills (Windows)
├── install-project.sh ← installs project skills (Linux/Mac)
├── SKILL_TEMPLATE.md ← template for creating new skills
├── skills/ ← user-level: generic, work in any project
│ ├── mockup.md
│ ├── preview.md
│ ├── use-project-skills.md
│ └── forgmind-skills-guide.md
└── projects/ ← project-level: tied to a specific repo
└── sp-sales-log/
├── deploy-frontend.md
├── flutter-run.md
├── migrate-db.md
└── n8n-push.md
User-level (skills/) | Project-level (projects/) | |
|---|---|---|
| Installs to | ~/.claude/commands/ | ./.claude/commands/ |
| Works in | Every project on your machine | That one project only |
| Best for | Generic tools (mockup, preview) | Project-specific workflows (deploy, migrate) |
| Install command | install.ps1 / install.sh | install-project.ps1 <name> |
| Skill | Description |
|---|---|
/mockup | Auto-generate an HTML visual mockup from conversation context |
/preview | Generate HTML preview using project's real theme colors |
/use-project-skills | Install a project's skills into the current project |
/forgmind-skills-guide | Full guide on using and contributing to this repo |
| Project | Skills |
|---|---|
sp-sales-log | /deploy-frontend, /flutter-run, /migrate-db, /n8n-push |
SKILL_TEMPLATE.mdskills/<skill-name>.mdprojects/<project-name>/<skill-name>.mdmainRules: one skill per file · lowercase filename with hyphens · always include name and description frontmatter · test before PR
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub madesh6554/forgmind-skills --plugin previewInstall project-level skills from the forgmind-skills repo into the current project's .claude/commands/ folder.
Full guide on what the forgmind-skills repo is, how to install skills, and how to contribute new skill files to the team library.
Instantly generate a polished self-contained HTML preview of whatever is being discussed — auto-detects UI screens, theme comparisons, component variants, dashboards, and more.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.