Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ai-parrot

يحتوي ai-parrot على 21 من skills المجمعة من phenobarbital، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
21
Stars
27
محدث
2026-06-16
Forks
10
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

structured-operation-response
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-04-27
code-review
محللو ضمان جودة البرمجيات والمختبرون

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

2026-04-03
build-cython-ext
مطوّرو البرمجيات

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
محللو أبحاث السوق ومتخصصو التسويق

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
مطوّرو البرمجيات

Document a Python module and its classes using Google style

2026-04-03
git-commit-formatter
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-04-03
production-dockerfile
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
المهن الحاسوبية الأخرى

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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