Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

odoo

odoo contient 60 skills collectées depuis Harmitx7, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
60
Stars
2
mis à jour
2026-03-14
Forks
0
Couverture métier
10 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

agent-organizer
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-14
app-builder
Développeurs de logiciels

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

2026-03-14
architecture
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-14
behavioral-modes
Développeurs de logiciels

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

2026-03-14
brainstorming
Spécialistes en gestion de projets

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
Développeurs de logiciels

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

2026-03-14
code-review-checklist
Analystes en assurance qualité des logiciels et testeurs

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

2026-03-14
config-validator
Développeurs de logiciels

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
Développeurs de logiciels

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
Architectes de bases de données

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

2026-03-14
deployment-procedures
Administrateurs de réseaux et de systèmes informatiques

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

2026-03-14
devops-engineer
Administrateurs de réseaux et de systèmes informatiques

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
Administrateurs de réseaux et de systèmes informatiques

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
Développeurs de logiciels

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

2026-03-14
dotnet-core-expert
Développeurs de logiciels

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
Développeurs de logiciels

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
Concepteurs web et d'interfaces numériques

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
Développeurs de logiciels

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

2026-03-14
geo-fundamentals
Analystes en études de marché et spécialistes en marketing

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

2026-03-14
i18n-localization
Développeurs de logiciels

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

2026-03-14
intelligent-routing
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

Linting and validation principles for code quality enforcement.

2026-03-14
llm-engineering
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-14
mobile-design
Graphistes

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-14
observability
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-14
plan-writing
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-14
python-patterns
Développeurs de logiciels

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

2026-03-14
python-pro
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-14
Affichage des 40 principaux skills collectés sur 60 dans ce dépôt.