oracle

Manages Oracle skill profiles and installs or removes skills via the oracle-skills CLI.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill oracle-heman1033p-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/heman1033p-create/cv-v2-kongphop/tree/main/.gemini/skills/oracle
Command: npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill oracle-heman1033p-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up and maintaining a consistent set of AI skills across environments requires manual tool installation, authentication, and repetitive install commands. This Skill centralizes environment preparation and skill/profile management through the oracle-skills CLI. ## Core Features & Use Cases - Environment Preparation: Checks and installs git, gh, and ghq across macOS, Linux, and Windows, and sets up gh authentication. - Profile Management: Lists available profiles and switches between seed, standard, and full skill sets with one command. - Skill Lifecycle: Installs, removes, and lists individual skills globally. - Use Case: A developer on a new machine runs the prepare step to install git, gh, and ghq, authenticates with GitHub, then switches to the standard profile to install twelve skills at once. ## Quick Start Ask the assistant to run the oracle prepare command to check and install git, gh, and ghq and set up GitHub authentication.

Frequently Asked Questions about oracle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Oracle skills with the oracle-skills CLI?▼

Install a single skill by running oracle-skills install -g -y --skill <skill>, or install a full profile with oracle-skills install -g -y --profile <name>. Profiles include seed, standard, and full.

How do I switch between Oracle skill profiles?▼

Switch profiles by running oracle-skills install -g -y --profile <name>, which installs that profile's skill set. Available profiles are seed or minimal with 6 skills, standard with 12 skills, and full with all skills.

What tools does the oracle prepare step install?▼

The prepare step checks and installs git, the GitHub CLI (gh), and ghq, then sets up gh authentication. It detects the platform and uses the appropriate package manager such as brew, apt, dnf, pacman, winget, or scoop.

Does oracle prepare work on Windows and Linux?▼

Yes, it detects the platform via uname or OSTYPE and selects the right package manager. Windows uses winget or scoop, Debian/Ubuntu uses apt with the official gh repository, Fedora uses dnf, and Arch uses pacman.

How do I list or remove installed Oracle skills?▼

List installed skills with oracle-skills list -g and remove one with oracle-skills uninstall -g -y --skill <skill>. Both commands operate on the global skill installation.