···11+# Basile Skills
22+33+A curated collection of agent skills for design and frontend work.
44+55+## What is in this repo
66+77+Each directory under `skills/` contains a standalone `SKILL.md` file that defines one skill. Skills are designed to help agents perform focused tasks such as improving layout, tightening copy, adding motion, or auditing interfaces.
88+99+## Included skills
1010+1111+- `adapt` - Adapt designs for different devices, screen sizes, and contexts
1212+- `animate` - Add purposeful motion and micro-interactions
1313+- `arrange` - Improve layout, spacing, and visual rhythm
1414+- `audit` - Run technical quality checks across accessibility and performance
1515+- `bolder` - Make safe designs more visually assertive
1616+- `clarify` - Improve UX copy, labels, and instructions
1717+- `colorize` - Add strategic color and visual warmth
1818+- `critique` - Review a design from a UX perspective
1919+- `delight` - Add moments of joy and personality
2020+- `distill` - Simplify designs by removing unnecessary complexity
2121+- `extract` - Consolidate reusable components and design tokens
2222+- `frontend-design` - Core guidance for production-grade frontend design
2323+- `harden` - Improve resilience, error handling, and edge cases
2424+- `humanizer` - Make interfaces feel more human and approachable
2525+- `normalize` - Bring inconsistent interfaces into alignment
2626+- `onboard` - Create clearer onboarding and first-time experiences
2727+- `opentui` - Build interfaces that work well in terminal environments
2828+- `optimize` - Improve performance and efficiency
2929+- `overdrive` - Push designs further when they need stronger impact
3030+- `polish` - Refine interfaces with finishing touches
3131+- `quieter` - Reduce noise and visual clutter
3232+- `teach-impeccable` - Establish the design context required by frontend skills
3333+- `typeset` - Improve typography and text presentation
3434+- `ulw` - Create ultra-lightweight experiences
3535+3636+## Usage
3737+3838+How a skill is invoked depends on the agent harness or editor integration you are using. In general, select the relevant skill for the task and load its `SKILL.md` instructions before working.
3939+4040+## Repository structure
4141+4242+```text
4343+skills/
4444+ <skill-name>/
4545+ SKILL.md
4646+```
4747+4848+## Contributing
4949+5050+- Keep each skill focused on a single job
5151+- Prefer clear, direct instructions over duplicated guidance
5252+- Update this README when adding or renaming skills
5353+5454+## License
5555+5656+See `LICENSE` for repository licensing details.