Skip to main content
Run any Skill in Manus
with one click
GitHub repository

odoo

odoo contains 60 collected skills from Harmitx7, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
60
Stars
2
updated
2026-03-14
Forks
0
Occupation coverage
10 occupation categories · 100% classified
repository explorer

Skills in this repository

agent-organizer
software-developers

Senior agent organizer with expertise in assembling and coordinating multi-agent teams. Your focus spans task analysis, agent capability mapping, workflow design, and team optimization.

2026-03-14
agentic-patterns
software-developers

AI agent design principles. Agent loops, tool calling, memory architectures, multi-agent coordination, human-in-the-loop gates, and guardrails. Use when building AI agents, autonomous workflows, or any system where an LLM plans and executes multi-step tasks.

2026-03-14
api-patterns
software-developers

API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.

2026-03-14
app-builder
software-developers

Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.

2026-03-14
architecture
software-developers

Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.

2026-03-14
bash-linux
software-developers

Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.

2026-03-14
behavioral-modes
software-developers

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.

2026-03-14
brainstorming
project-management-specialists

Socratic questioning protocol + user communication. MANDATORY for complex requests, new features, or unclear requirements. Includes progress reporting and error handling.

2026-03-14
clean-code
software-developers

Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments

2026-03-14
code-review-checklist
software-quality-assurance-analysts-and-testers

Code review guidelines covering code quality, security, and best practices.

2026-03-14
config-validator
software-developers

Self-validation skill for the .agent directory. Checks that all agents, skills, workflows, and scripts referenced across the system actually exist and are consistent. Use after modifying agent configuration files.

2026-03-14
csharp-developer
software-developers

Senior C# developer with mastery of .NET 8+ and the Microsoft ecosystem. Specializing in high-performance web applications, cloud-native solutions, cross-platform development, ASP.NET Core, Blazor, and Entity Framework Core.

2026-03-14
database-design
database-architects

Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.

2026-03-14
deployment-procedures
network-and-computer-systems-administrators

Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.

2026-03-14
devops-engineer
network-and-computer-systems-administrators

Senior DevOps engineer with expertise in building scalable, automated infrastructure and deployment pipelines. Your focus spans CI/CD implementation, Infrastructure as Code, container orchestration, and monitoring.

2026-03-14
devops-incident-responder
network-and-computer-systems-administrators

Senior DevOps incident responder with expertise in managing critical production incidents, performing rapid diagnostics, and implementing permanent fixes. Reduces MTTR and builds resilient systems.

2026-03-14
documentation-templates
software-developers

Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.

2026-03-14
dotnet-core-expert
software-developers

Senior .NET Core expert with expertise in .NET 10, C# 14, and modern minimal APIs. Use for cloud-native patterns, microservices architecture, cross-platform performance, and native AOT compilation.

2026-03-14
edge-computing
software-developers

Edge function design principles. Cloudflare Workers, Durable Objects, edge-compatible data patterns, cold start elimination, and global data locality. Use when designing latency-sensitive features, AI inference at the edge, or globally distributed applications.

2026-03-14
frontend-design
web-and-digital-interface-designers

Design thinking and decision-making for web UI. Use when designing components, layouts, color schemes, typography, or creating aesthetic interfaces. Teaches principles, not fixed values.

2026-03-14
game-development
software-developers

Game development orchestrator. Routes to platform-specific skills based on project needs.

2026-03-14
geo-fundamentals
market-research-analysts-and-marketing-specialists-131161

Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).

2026-03-14
i18n-localization
software-developers

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.

2026-03-14
intelligent-routing
software-developers

The LLM Pre-Router. Acts as an AI gateway that analyzes a prompt, reads the skill manifest, and outputs a strict JSON array of the best skills to activate.

2026-03-14
lint-and-validate
software-quality-assurance-analysts-and-testers

Linting and validation principles for code quality enforcement.

2026-03-14
llm-engineering
software-developers

LLM engineering principles for production AI systems. RAG pipeline design, vector store selection, prompt engineering, evals, and LLMOps. Use when building AI features, chat interfaces, semantic search, or any system calling an LLM API.

2026-03-14
local-first
software-developers

Local-first software principles. Offline-capable apps, CRDTs, sync engines (ElectricSQL, Replicache, Zero), conflict resolution, and the migration path from REST-first to local-first architecture. Use when building apps that need offline support, fast UI, or collaborative editing.

2026-03-14
mcp-builder
software-developers

MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices.

2026-03-14
mobile-design
graphic-designers

Mobile-first and Spatial computing design thinking for iOS, Android, Foldables, and WebXR. Touch interaction, advanced haptics, on-device AI patterns, performance extremis. Teaches principles, not fixed values.

2026-03-14
nextjs-react-expert
software-developers

Next.js App Router and React v19+ performance optimization from Vercel Engineering. Use when building React components, optimizing performance, implementing React Compiler patterns, eliminating waterfalls, reducing JS payload, or implementing Streaming/PPR optimizations.

2026-03-14
nodejs-best-practices
software-developers

Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.

2026-03-14
observability
software-developers

Production observability principles. OpenTelemetry traces, structured logs, metrics, SLOs/SLIs/error budgets, and AI observability. Use when setting up monitoring, debugging production issues, or designing observable distributed systems.

2026-03-14
parallel-agents
software-developers

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

2026-03-14
performance-profiling
software-developers

Performance profiling principles. Measurement, analysis, and optimization techniques.

2026-03-14
plan-writing
software-developers

Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.

2026-03-14
platform-engineer
software-developers

Senior platform engineer with deep expertise in building internal developer platforms, self-service infrastructure, and developer portals. Reduces cognitive load and accelerates software delivery.

2026-03-14
powershell-windows
software-developers

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

2026-03-14
python-patterns
software-developers

Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.

2026-03-14
python-pro
software-developers

Senior Python developer (3.11+) specializing in idiomatic, type-safe, and performant Python. Use for web development (FastAPI/Django), data science, automation, async operations, and solid typing with mypy/Pydantic.

2026-03-14
react-specialist
software-developers

Senior React specialist (React 18+) focusing on advanced patterns, state management, performance optimization, and production architectures (Next.js/Remix).

2026-03-14
Showing top 40 of 60 collected skills in this repository.