
Refine
- 33 installs
- 17.4k repo stars
- Updated August 5, 2026
- windmill-labs/windmill
Helps with ai & agent building tasks.
About
refine is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- refine
- AI & Agent Building
- AI-coding skill
Refine by the numbers
- 33 all-time installs (skills.sh)
- Ranked #8,975 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/windmill-labs/windmill --skill refineAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 33 |
|---|---|
| repo stars | ★ 17.4k |
| Last updated | August 5, 2026 |
| Repository | windmill-labs/windmill ↗ |
What it does
Helps with ai & agent building tasks.
Files
Refine Skill
Reflect on the current session and update documentation with lessons learned.
Instructions
1. Identify friction: Review what happened in this session:
- Run
git diff main...HEAD --statto see what files were touched - Think about: what was slow, what failed, what required multiple attempts, what information was missing or hard to find
2. Read current docs: Read the docs that were relevant to this session:
docs/validation.mddocs/enterprise.mddocs/autonomous-mode.md- Any skills that were invoked
3. Propose updates: For each piece of friction, decide if it warrants a doc update:
- Missing knowledge: Information you had to discover that should be documented
- Wrong guidance: Instructions that led you astray
- Missing validation rule: A check that should be in the validation matrix
- New pattern: A codebase pattern worth capturing for next time
4. Apply updates: Edit the relevant docs/ files. Keep changes minimal and specific — add only what would have saved time this session.
5. Report: Summarize what was added/changed and why.
Rules
- Only add knowledge confirmed by this session — no speculative additions
- Keep docs concise — add a line or two, not a paragraph
- If a whole new doc is needed, create it in
docs/and add a pointer inCLAUDE.md - Don't update skills unless a coding pattern was genuinely wrong
- Don't add things Claude already knows — only Windmill-specific knowledge