unclecatvnunclecatvnCommunityยท10 Agent Skills Included

agent-skills

Version-pinned Odoo development guides, code review, and diagrams

Guides Odoo module development across versions 16, 17, 18, and 19 with 18 topic references per version covering ORM, views, security, testing, and migrations. Eliminates version-mismatch bugs, N+1 query patterns, and deprecated syntax that generic coding help often produces. Adds scored code review, execution-flow tracing, Odoo-style commits, interactive flow diagrams, and HTML slide decks to speed up daily work.
npx skills add unclecatvn/agent-skills --all -g -y
Available:

Tells the AI agent which Odoo reference guide to load for each task, enforces version-specific syntax rules and anti-patterns, and explains how to connect the skill pack to Cursor, Claude Code, and other coding assistants.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-skills?โ–ผ

Run `npx skills add unclecatvn/agent-skills --all -g -y` in your terminal to install all skill packs globally.

Which Odoo versions are supported?โ–ผ

The pack covers Odoo 16, 17, 18, and 19, each with its own pinned guides and an api-highlights file that captures the exact syntax differences between versions.

How does it prevent Odoo version-mismatch bugs?โ–ผ

Each version pack documents the correct tags, decorators, and parameters for that release, and the review agent auto-detects your project version before checking code.

Does it work with Cursor and Claude Code?โ–ผ

Yes. The skills follow the universal SKILL.md standard and load automatically in Cursor, Claude Code, Windsurf, Aider, and similar coding assistants.

Can it review my Odoo code automatically?โ–ผ

Yes. The built-in code review agent scores your Odoo changes against weighted criteria for ORM, security, performance, and version-specific rules, then lists blocking issues.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’