Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

ai-parrot

ai-parrot には phenobarbital から収集した 21 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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