A personal collection of custom skills for OpenCode and other AI coding agents.
Create minimalist black and white user interfaces — a complete design system with black background, white text, JetBrains Mono font, and brutalist monochrome styling.
Use cases:
- Kanban boards with drag-and-drop columns
- Job application forms
- Analytics dashboards with stats and bar charts
- Data tables with sortable columns
- Login pages with OAuth buttons
- Dark theme admin panels
# Install using npx skills (recommended)
npx skills add jangwanAnkit/minimalist-bw-ui
# Or manually copy to your skills directory
cp -r minimalist-bw-ui ~/.agents/skills/These tools are work-in-progress for adapting the skill-creator workflow to work with opencode:
tools/
├── eval_review.html # Template for reviewing trigger eval sets
├── opencode_wrapper.py # Helper for opencode run -p
└── improve_description.py # Adapted to use opencode instead of claude -p
- Use the
skill-creatorskill to create a new skill - Review trigger evaluation with
tools/eval_review.html - Package the skill and add to this repo
- Install with:
npx skills add jangwanAnkit/<skill-name>
skills/
├── README.md
├── minimalist-bw-ui/
│ ├── SKILL.md
│ ├── evals/
│ │ └── evals.json
│ └── minimalist-bw-ui.skill
└── tools/
└── ... (experimental)
MIT