v0.1.0 — Initial release
Initial public release of BESSER Skills — Agent Skills for BESSER, the low-code model-driven engineering platform.
Included skills
- besser-user — end-user guide: domain modeling, code generation, web editor
- besser-generators — per-generator operations, safe customization, template overrides
- besser-troubleshooting — diagnosis guide for install, import, runtime, and deployment issues
- besser-dev — contributor guide: adding generators, tests, docs, PR workflow
besser-user and besser-generators use the progressive-disclosure pattern: a slim SKILL.md plus references/*.md loaded on demand. Scaffolding scripts are bundled for both besser-user (scaffold_model.py) and besser-dev (scaffold_generator.py).
Benchmark — with skills vs no-skill baseline (8 evals)
| Metric | With skills | Without skills (baseline) | Skill advantage |
|---|---|---|---|
| Pass rate | 100% | 100% | tie |
| Mean response time | 36.5s | 138.4s | 74% faster |
| Mean token usage | 25,181 | 48,007 | 48% fewer |
Token usage is also dramatically more consistent with the skill (stddev ~1.4k vs ~19.8k baseline). Full data and per-eval breakdown in benchmarks/iteration-1/benchmark.md.
Install
Works with Claude Code, Cursor, Cline, Windsurf, GitHub Copilot, and any agent that follows the Agent Skills specification.
```bash
npx skills add BESSER-PEARL/BESSER-Skills --all
```
See README.md for full installation and usage instructions.