odoo
Odoo CE 18.0 + OCA + IPAI bridge — Azure Container Apps, PostgreSQL 16, Azure Front Door
Install / Use
npx skills add Insightpulseai/odooInstalls into whichever agent you are using.
Continue Config
Continue.dev AI assistant config
Quality Score
Category
Data & AnalyticsSupported Platforms
Skill content
View source on GitHubSpec Kit Enforcement Rules for Continue+
These rules ensure all feature work has proper spec bundles
name: spec-kit-enforcement description: Enforce spec bundle presence and quality for all feature work version: 1.0.0
rules:
============================================================================
SPEC BUNDLE STRUCTURE
============================================================================
-
id: spec-bundle-required description: Feature work must have a spec bundle severity: error trigger: on_plan check: | For any feature work, verify spec/<slug>/ exists with:
- constitution.md (invariant rules)
- prd.md (product requirements)
- plan.md (implementation plan)
- tasks.md (checklist) message: | Feature work requires a complete spec bundle at spec/<slug>/. Create the bundle before starting implementation:
mkdir -p spec/<feature-slug> touch spec/<feature-slug>/{constitution,prd,plan,tasks}.md -
id: no-placeholder-text description: Spec files must not contain placeholder text severity: warning patterns:
- "TODO"
- "TBD"
- "PLACEHOLDER"
- "LOREM"
- "FILL.?ME.?IN"
- "\[INSERT\]"
- "XXX" paths:
- "spec/**/*.md" message: | Spec files must not contain placeholder text. Replace all TODO/TBD/PLACEHOLDER markers with actual content.
-
id: minimum-content description: Spec files must have substantive content severity: warning check: | Each spec file must have at least:
- 10 non-empty, non-heading lines
- Required sections per file type paths:
- "spec/**/*.md" message: | Spec files must have substantive content (≥10 lines). Add real requirements, plans, and tasks.
============================================================================
CONSTITUTION REQUIREMENTS
============================================================================
- id: constitution-non-negotiables
description: Constitution must define non-negotiable rules
severity: error
paths:
- "spec/**/constitution.md" requirePatterns:
- "Non-Negotiable"
- "MUST"
- "invariant" message: | constitution.md must include a "Non-Negotiables" section with clear MUST/MUST NOT rules.
============================================================================
PRD REQUIREMENTS
============================================================================
- id: prd-goals-defined
description: PRD must define clear goals
severity: warning
paths:
- "spec/**/prd.md" requirePatterns:
- "Goal"
- "Requirement"
- "User Stor" message: | prd.md should include Goals, Requirements, or User Stories.
============================================================================
PLAN REQUIREMENTS
============================================================================
-
id: plan-files-to-change description: Plan must list files to change severity: error paths:
- "spec/**/plan.md" requirePatterns:
- "Files"
- "\.py"
- "\.ts"
- "\.md" message: | plan.md must explicitly list files that will be changed. Include: ## Files to Change with paths.
-
id: plan-verification-commands description: Plan must include verification commands severity: warning paths:
- "spec/**/plan.md" requirePatterns:
- "Verif"
- "pytest"
- "npm test"
- "make" message: | plan.md should include verification commands to validate changes.
============================================================================
TASKS REQUIREMENTS
============================================================================
- id: tasks-checkboxes
description: Tasks must use checkbox format
severity: error
paths:
- "spec/**/tasks.md" requirePatterns:
- "- \[" message: | tasks.md must use checkbox format:
- [ ] Task description
- [x] Completed task
============================================================================
PR TRACEABILITY
============================================================================
- id: pr-spec-reference
description: PRs must reference spec bundle
severity: warning
trigger: on_ship
check: |
PR description must include:
- Spec Reference: spec/<slug>/
- Tasks checklist from tasks.md message: | Include spec reference in PR description:
## Spec Reference `spec/<feature-slug>/`
============================================================================
WORKFLOW CONSTRAINTS
============================================================================
-
id: plan-before-implement description: Must have plan before implementation severity: error trigger: on_implement check: | Verify spec/<slug>/plan.md exists and is non-empty before allowing implementation to proceed. message: | Run /plan first to create the implementation plan. Implementation requires an approved plan.
-
id: verify-before-ship description: Must verify before shipping severity: error trigger: on_ship check: | Verify that /verify has been run and passed before allowing /ship to proceed. message: | Run /verify first to ensure all checks pass. Cannot ship with failing verification.
Excluded paths (don't apply these rules here)
excludePaths:
- "/node_modules/"
- "/.git/"
- "/dist/"
- "/build/"
Related Skills
claude-mem
94.4kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Chat2DB
28.2kChat2DB is a free, cross-platform, local-first database client and SQL workspace for developers, DBAs, analysts, and data teams. Connect to 40+ databases, manage data, edit and run SQL, and use your own AI model to generate, explain, and optimize queries.
Douyin_TikTok_Download_API
20.3k🚀 Self-hosted TikTok & Douyin scraper and no-watermark video downloader — async REST API, MCP server, CLI and web console for posts, profiles, comments and playlists. Self-healing identity pool, PostgreSQL archive, one docker compose up. 抖音、TikTok 数据采集与无水印视频下载 API,自托管,支持 MCP 调用与 Docker 一键部署。
dbx
20.3k25 MB lightweight cross-platform database client for 90+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng. Built-in AI, MCP Server, CLI, desktop and Docker.
Security Score
Audited on Invalid Date
