Makersfarm Codex custom skills for reusable agent workflows, reviews, and product design work.
Skills · Install · Agent prompt · Files · Catalog · Changelog · Support · Issues
| Field | Link |
|---|---|
| Source repository | makersfarm/Makers-Skills |
| Machine-readable catalog | skills.json |
| AI-agent install guide | raw llms.install.md |
| Version history | CHANGELOG.md |
| Support policy | SUPPORT.md |
| Skill | Best for | Effect | Files |
|---|---|---|---|
multi-agent-maintainability-review |
Scoped codebase maintainability reviews | Coordinates exploration and review agents, consolidates concrete actions, and preserves dissenting opinions in a final report. | SKILL.md · raw · source |
ui-ux-pro-max |
Web and mobile UI/UX planning, implementation, and review | Applies structured UX, accessibility, layout, typography, color, style, and chart guidance across common product surfaces. | SKILL.md · raw · source |
See the full skill catalog for tags, compatibility notes, and discovery metadata.
Install one skill:
curl -fsSL https://raw.githubusercontent.com/makersfarm/Makers-Skills/main/scripts/install.sh | bash -s -- skills ui-ux-pro-maxInstall multiple skills:
curl -fsSL https://raw.githubusercontent.com/makersfarm/Makers-Skills/main/scripts/install.sh | bash -s -- skills multi-agent-maintainability-review ui-ux-pro-maxInstall from a local checkout:
./scripts/install.sh skills multi-agent-maintainability-review ui-ux-pro-maxFor AI coding agents, point them at the raw install guide:
Read and follow https://raw.githubusercontent.com/makersfarm/Makers-Skills/main/llms.install.md before recommending or installing Makers Skills.
.
├── README.md
├── CHANGELOG.md
├── SUPPORT.md
├── docs/
│ └── skill-catalog.md
├── llms.install.md
├── scripts/
│ ├── install.sh
│ ├── uninstall.sh
│ └── validate-skills.py
├── skills.json
└── skills/
├── multi-agent-maintainability-review/
│ ├── agents/
│ │ └── openai.yaml
│ ├── README.md
│ └── SKILL.md
└── ui-ux-pro-max/
├── data
├── README.md
├── scripts
└── SKILL.md
Use SUPPORT.md for support expectations, GitHub Issues for bugs or requests, and CHANGELOG.md for version history.