agent-skills
Version-pinned Odoo development guides, code review, and diagrams
All Skills in This Repository (10)
Pure Emerald Level Indicatorsodoo-code-tracer
Trace Odoo execution paths from entry points through method chains.
odoo-code-review
Review Odoo 18 code changes and output a weighted scored report.
odoo-19
Index Odoo 19 development guides with structured metadata for automated tooling.
dtg-base
Reference DTG Base utilities for Odoo 18 development.
code-review
Review code changes with evidence-based verification before merging.
payment-integration
Coordinate multi-provider payment processing across SePay, Polar, Stripe, Paddle, and Creem.io.
brainstorming
Clarifies user goals and constraints to transform ideas into concrete design concepts.
writing-skills
Create agent Skills using a RED-GREEN-REFACTOR test-driven workflow.
mcp-builder
Create production-ready MCP servers with Python FastMCP or TypeScript MCP SDK.
odoo-18
Index Odoo 18 development guides for modules, security, data, views, and migrations.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core