By freema
Safe, scan-first macOS maintenance — inventory disk/updates/caches read-only, report reclaimable space, then clean/upgrade only what the user approves.
A curated collection of AI agent skills for software development — compatible with Claude Code and Cursor IDE.
| Skill | Description |
|---|---|
| phaser-gamedev | Build 2D browser games with Phaser 3 — scenes, sprites, Arcade/Matter physics, tilemaps, animations, keyboard input |
| image-generation | Generate game assets via Google Gemini API and process them into final sprite files |
| pixellab | Generate pixel art assets using PixelLab MCP — Wang tilesets, characters, map objects |
| code-review | Sandwich-structured code reviews — motivating, clear, separates blockers from nitpicks |
| jira | Post code review verdicts to Jira issues, flag blockers, suggest workflow transitions |
| mac-maintenance | Safe, scan-first macOS maintenance — inventory disk/updates/caches read-only, report reclaimable space, then clean only what you approve |
Each skill includes detailed reference material covering common pitfalls, anti-patterns, and production-ready code patterns.
# Add the marketplace
/plugin marketplace add freema/ai-skills
# Install a skill
/plugin install phaser-gamedev@ai-skills
Skills will appear as /slash-commands (e.g. /phaser-gamedev, /image-generation, /pixellab).
Update to latest version:
/plugin marketplace update
/plugin update phaser-gamedev@ai-skills
Manually copy rules into your project:
git clone https://github.com/freema/ai-skills.git /tmp/ai-skills
cp -r /tmp/ai-skills/skills/<skill-name>/SKILL.md .cursor/rules/<skill-name>.mdc
Rules are automatically loaded by Cursor's agent based on the description field and file globs matching.
ai-skills/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace manifest
├── .cursor-plugin/
│ └── marketplace.json # Cursor IDE marketplace manifest
├── skills/
│ ├── phaser-gamedev/
│ │ ├── SKILL.md # Phaser 3 game dev skill
│ │ └── references/ # Detailed reference docs
│ ├── image-generation/
│ │ └── SKILL.md # Gemini image generation skill
│ └── pixellab/
│ ├── SKILL.md # PixelLab MCP skill
│ └── references/ # Detailed reference docs
├── LICENSE
└── README.md
---
name: my-skill
description: "Short description — determines when the AI auto-loads the skill"
---
# Skill content in markdown
---
description: "Short description for agent-requested loading"
globs: "**/*.ts"
alwaysApply: false
---
# Rule content in markdown
See CONTRIBUTING.md for full details including local validation setup.
skills/<skill-name>/SKILL.md with frontmatter (name + description)skill-validator check --strict skills/<skill-name>/ and agnix --target claude-code --strict skills/<skill-name>/MIT — Tomas Grasl
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub freema/ai-skills --plugin mac-maintenanceOpenClaw AI assistant integration. Chat, manage sessions, access memory, and run async tasks through your OpenClaw instance.
Connect Claude to your self-hosted vellum markdown vault: read, write, search, tags, tasks and backlinks.
Forge pixel art sprites, animations, backgrounds & thumbnails using Google Gemini. Auto prompt engineering, crop, background removal, and sprite sheet splitting.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
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
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
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.