Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

ai-parrot

ai-parrot contiene 21 skills recopiladas de phenobarbital, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
21
Stars
27
actualizado
2026-06-16
Forks
10
Cobertura ocupacional
5 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

structured-operation-response
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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

2026-04-27
code-review
Analistas de garantía de calidad de software y probadores

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

2026-04-03
build-cython-ext
Desarrolladores de software

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
Analistas de investigación de mercados y especialistas 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
Desarrolladores de software

Document a Python module and its classes using Google style

2026-04-03
git-commit-formatter
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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

2026-04-03
production-dockerfile
Administradores de redes y sistemas informáticos

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Otras ocupaciones informáticas

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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