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

ai-parrot

ai-parrot contient 21 skills collectées depuis phenobarbital, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
21
Stars
27
mis à jour
2026-06-16
Forks
10
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

structured-operation-response
Développeurs de logiciels

How to answer "how do I do X in Odoo?" questions. Use this skill whenever the user asks a how-to or operational question about Odoo (e.g. "how do I create an invoice?", "how do I install a module?"). Responds with an ordered list of concrete, version-aware steps grounded in the PageIndex documentation.

2026-06-16
install-odoo-module
Développeurs de logiciels

How to install a new Odoo module on the running instance. Use this skill when the user asks to install, enable, or activate an Odoo add-on or module. Covers both shell-based installation via odoo-bin and UI-based installation via the Apps menu.

2026-06-16
meta-prompting
Développeurs de logiciels

Recursive prompt improvement with quality-driven iteration for Claude Code. Use when you need systematic, measurable improvement of LLM outputs through complexity routing, context extraction, and iterative refinement.

2026-06-11
agent-browser
Développeurs de logiciels

Automate browser interactions (navigation, form filling, screenshots, data extraction, web-app testing) using a persistent async Playwright session. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from pages. Activate on tasks mentioning "browser automation", "fill a form", "scrape", "screenshot a page", "test the web app", or "click through a site".

2026-06-05
codex-specifications
Développeurs de logiciels

Create and refine specification files for Codex-driven implementation through CodeToolkit.

2026-04-27
code-review
Analystes en assurance qualité des logiciels et testeurs

Reviews code changes and provides feedback, code style and best practices.

2026-04-03
build-cython-ext
Développeurs de logiciels

Guidance for building and installing Cython extension packages, particularly when resolving compatibility issues with modern Python and NumPy versions. This skill applies when installing legacy Cython packages, fixing NumPy 2.0 deprecation errors, resolving Python 3.x compatibility issues in extension modules, or troubleshooting Cython compilation failures. Use this skill for tasks involving setup.py with Cython extensions, deprecated NumPy type errors, or installing packages to system Python environments.

2026-04-03
data-storytelling
Analystes en études de marché et spécialistes en marketing

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

2026-04-03
docstring
Développeurs de logiciels

Document a Python module and its classes using Google style

2026-04-03
git-commit-formatter
Développeurs de logiciels

Formats git commit messages according to Conventional Commits specification. Use this when the user asks to commit changes or write a commit message.

2026-04-03
license-header-adder
Développeurs de logiciels

Adds the standard open-source license header to new source files. Use involves creating new code files that require copyright attribution.

2026-04-03
parrot-tool-scaffold
Développeurs de logiciels

Scaffolds a new custom Tool class for the ai-parrot Tool platform.

2026-04-03
production-dockerfile
Administrateurs de réseaux et de systèmes informatiques

Generate production-ready Dockerfiles with multi-stage builds, security best practices, and optimization. Use when containerizing Python applications for production deployment.

2026-04-03
python-standards
Développeurs de logiciels

Apply Python tooling standards including uv package management, pytest testing, ruff/basedpyright code quality, one-line docstrings, and self-documenting code practices. Use this skill when working with Python backend code, managing dependencies, running tests, or ensuring code quality. Apply when installing packages, writing tests, formatting code, type checking, adding docstrings, organizing imports, or deciding whether to create new files vs. extending existing ones. Use for any Python development task requiring adherence to tooling standards and best practices.

2026-04-03
reverse-engineering-api
Développeurs de logiciels

Reverse engineer web APIs by capturing browser traffic (HAR files) and generating production-ready Python API clients. Use when the user wants to create an API client for a website, automate web interactions, or understand undocumented APIs. Activate on tasks mentioning "reverse engineer", "API client", "HAR file", "capture traffic", or "automate website".

2026-04-03
rust-pyo3-function
Développeurs de logiciels

Implement or modify a Rust function exposed to Python via PyO3 in eo-processor. Use when adding new compute kernels, fixing numerical/shape bugs in the Rust core, or wiring Rust functions into the Python module safely and consistently.

2026-04-03
skill-creator
Autres occupations informatiques

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-04-03
using-git-worktrees
Développeurs de logiciels

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

2026-04-03
worktree-pr-and-clean
Développeurs de logiciels

Use ONLY after the user explicitly approves and requests a PR (keywords: open PR, create pull request, ready for main, approved, ship it). Find the active worktree, verify it is clean, push the branch, create a PR to main, and remove the worktree.

2026-04-03
worktree-start-feature
Développeurs de logiciels

Use when the user asks to implement a feature in an isolated git worktree / separate branch (keywords: worktree, separate folder, isolated branch, new feature branch). Create a new branch + worktree from main, store the active worktree info, and do ALL work inside the worktree. Do NOT open a PR yet.

2026-04-03
worktree-status
Développeurs de logiciels

Use to inspect the current git worktree setup, show the active/likely-active worktree, verify cleanliness, and remind the agent to work only inside the worktree (keywords: worktree status, which worktree, where am I, sanity check, active branch).

2026-04-03