
Agenticskills
- 50 installs
- 40 repo stars
- Updated August 4, 2026
- akillness/oh-my-skills
AgenticSkills is a Claude Code skill that installs the entire oh-my-gods bundle of 80+ agent skills across Claude Code, Codex, Gemini, and OpenCode in one command.
About
AgenticSkills is a thin wrapper around the official oh-my-gods install.sh that copies the whole bundle of 80+ agent skills onto a machine in one step. Use it when a new machine needs the full catalog mirrored into Claude Code, Codex CLI, Gemini, and OpenCode, or to refresh an existing install. It pins the installer URL and exposes environment knobs like PLATFORM and WITH_LANGCHAIN.
- One-shot installer for the akillness/oh-my-gods bundle of 80+ agent skills
- Mirrors skills into Claude Code, Codex, Gemini, and OpenCode from a single command
- Idempotent: re-running backs up the previous install unless SKIP_BACKUP is set
Agenticskills by the numbers
- 50 all-time installs (skills.sh)
- Ranked #333 of 782 Skill Development skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
agenticskills capabilities & compatibility
- Capabilities
- skill install · agent skill bundle · multi runtime sync
- Use cases
- orchestration
- Runs
- Runs locally
- Pricing
- Free
What agenticskills says it does
One-shot installer for the akillness/oh-my-gods agent skill bundle (80+ skills
This skill is a thin, declarative wrapper around the official `install.sh`
npx skills add https://github.com/akillness/oh-my-skills --skill agenticskillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 50 |
|---|---|
| repo stars | ★ 40 |
| Last updated | August 4, 2026 |
| Repository | akillness/oh-my-skills ↗ |
What it does
Install the entire oh-my-gods bundle of 80+ agent skills across Claude Code, Codex, Gemini, and OpenCode in one command.
Who is it for?
Provisioning a new machine with the full agent-skills catalog before touching any single skill.
Skip if: Installing just one specific skill from oh-my-gods; copy that single skill directory instead.
When should I use this skill?
The user asks to add the oh-my-gods pack or bring in the AgenticSkills bundle in one step.
What you get
The full oh-my-gods skill catalog is mirrored into every detected agent runtime in one command.
- oh-my-gods skills mirrored into each detected runtime
By the numbers
- 80+ skills in the bundle
- 5 environment variables (INSTALL_GLOBAL, INSTALL_MODE, SKIP_BACKUP, WITH_LANGCHAIN, PLATFORM)
Files
AgenticSkills — One-shot installer for oh-my-gods
Keywords:AgenticSkills·agenticskills·oh-my-gods·god-skills
>
Use this skill when the user wants to drop the entire oh-my-gods bundle
(80+ curated agent skills) onto their machine without picking each one
individually.
This skill is a thin, declarative wrapper around the official install.sh that ships with akillness/oh-my-gods. It pins the installer URL, exposes the canonical environment knobs, and documents how to target a subset of runtimes from a single command.
When to use this skill
- The user says "install AgenticSkills", "bring in oh-my-gods", "add the god skills bundle", or any equivalent phrasing.
- A new machine needs the full agent-skills catalog before any specific skill is touched.
- An existing install needs to be refreshed (re-running is safe — the upstream installer backs up the previous install unless
SKIP_BACKUP=true). - The user wants to add LangChain skills alongside oh-my-gods (
WITH_LANGCHAIN=true).
Do not use when
- The user only needs one specific skill from oh-my-gods → copy that
single .god-skills/<name>/ directory instead, or use npx skills add with --skill <name>.
- The user has not yet authorized network access (
curl | bash) — fall back
to git clone + manual review.
Instructions
Step 1 — Confirm scope with the user
Before running the installer, confirm:
1. Target platforms: claude, codex, gemini, opencode, or all (default). 2. LangChain bundle: install alongside (WITH_LANGCHAIN=true) or not. 3. Backup policy: keep existing ~/.agent-skills backup (default) or skip.
Step 2 — Run the installer
Pipe the upstream installer through bash with the chosen knobs:
# Default: install everything across every detected runtime, backup previous install
curl -fsSL https://raw.githubusercontent.com/akillness/oh-my-gods/main/install.sh | bash
# Claude Code only, with LangChain skills
PLATFORM=claude WITH_LANGCHAIN=true \
curl -fsSL https://raw.githubusercontent.com/akillness/oh-my-gods/main/install.sh | bash
# Quiet re-install without backup (CI / scripted use)
INSTALL_MODE=silent SKIP_BACKUP=true \
curl -fsSL https://raw.githubusercontent.com/akillness/oh-my-gods/main/install.sh | bashFor a security-conscious flow, download, review, then run:
curl -fsSLO https://raw.githubusercontent.com/akillness/oh-my-gods/main/install.sh
less install.sh # human review
bash install.shStep 3 — Verify the install
ls ~/.agent-skills | head
ls ~/.claude/skills 2>/dev/null | head
ls ~/.codex/skills 2>/dev/null | head
ls ~/.gemini/skills 2>/dev/null | head
ls ~/.opencode/skills 2>/dev/null | headYou should see directories such as agent-browser, agent-workflow, agentation, ai-research-skills, api-design, and the rest of the .god-skills/ catalog mirrored into each detected runtime.
Step 4 — Re-run or update
The installer is idempotent. To refresh:
curl -fsSL https://raw.githubusercontent.com/akillness/oh-my-gods/main/install.sh | bashA backup of the previous ~/.agent-skills is written next to the directory unless SKIP_BACKUP=true is set.
Environment variables
| Variable | Default | Purpose |
|---|---|---|
INSTALL_GLOBAL | true | Install to canonical ~/.agent-skills |
INSTALL_MODE | silent | silent · auto · interactive |
SKIP_BACKUP | false | Skip backup of an existing install |
WITH_LANGCHAIN | false | Also install langchain-ai/langchain-skills |
PLATFORM | all | claude · gemini · codex · opencode · all |
Catalog snapshot
oh-my-gods currently ships 80+ skills under .god-skills/, including:
agent-browser,agentation,agent-configuration,agent-development-principlesagent-evaluation,agent-manager,agent-principles,agent-workflowagents-cli,ai-research-skills,api-design,api-documentation- …plus the long-tail engineering, ops, and data skills
See oh-my-gods tree for the full list at any time.
Best practices
1. Review before piping `curl | bash` when the user has a security policy. 2. Pin a commit if the user wants reproducibility — replace main in the installer URL with a tag or commit SHA. 3. Co-exist with jeo-skills: this bundle installs alongside the skills already shipped by akillness/jeo-skills; there are no destructive overlaps as the destination namespaces differ. 4. Re-run after upstream changes rather than diffing individual skills — the upstream installer handles the canonical sync.
References
- Upstream repo: <https://github.com/akillness/oh-my-gods>
- Upstream installer: <https://raw.githubusercontent.com/akillness/oh-my-gods/main/install.sh>
- This repo's catalog entry:
README.md→ Infrastructure table
{
"skill_name": "agenticskills",
"evals": [
{
"id": 1,
"prompt": "Install the whole oh-my-gods skill bundle for Claude Code and Codex on my machine.",
"expected_output": "A one-shot install using the pinned official install.sh with PLATFORM targeting, not per-skill manual copies.",
"assertions": [
"Output uses the official akillness/oh-my-gods install.sh (pinned URL) rather than copying skills one by one.",
"Output scopes the install with the PLATFORM env knob (claude + codex) instead of installing for every runtime blindly.",
"Output mentions the review-first flow or backup behavior (SKIP_BACKUP) before overwriting."
]
},
{
"id": 2,
"prompt": "I only want two or three specific skills from jeo-skills, not a giant bundle.",
"expected_output": "A route-out to the standard `skills add --skill <name>` flow for selective installs, since agenticskills is a bundle installer.",
"assertions": [
"Output does not run the oh-my-gods bundle installer for a selective request.",
"Output points to `npx skills add ... --skill <name>` (or equivalent selective flow).",
"Output names the boundary: agenticskills = full oh-my-gods bundle only."
]
},
{
"id": 3,
"prompt": "The bundle install failed halfway on my Linux box. Re-run it safely.",
"expected_output": "A safe re-run: the installer is idempotent, use INSTALL_MODE/SKIP_BACKUP knobs deliberately, and verify the canonical destination afterward.",
"assertions": [
"Output re-runs the official installer rather than hand-patching half-installed folders.",
"Output references the env knobs (PLATFORM, INSTALL_MODE, WITH_LANGCHAIN, or SKIP_BACKUP) for controlled behavior.",
"Output verifies the canonical destination ($HOME/.agent-skills or runtime mirrors) after the re-run."
]
}
]
}
N:agenticskills
D:One-shot installer for the akillness/oh-my-gods agent skill bundle (80+ god-skills) — wraps the official install.sh with pinned URL and env knobs (PLATFORM, WITH_LANGCHAIN, INSTALL_MODE, SKIP_BACKUP) to copy the catalog into Claude Code, Codex CLI, Antigravity/Gemini, and OpenCode in one step.
T:Bash|Read|Write|Edit|Glob|Grep|WebFetch
G:AgenticSkills|agenticskills|oh-my-gods|god-skills|install oh-my-gods|install gods skills|add god skills
F:Claude|Codex|Gemini|OpenCode
S:
1:Choose runtimes — PLATFORM=claude,codex,gemini,opencode (subset allowed)
2:Run the pinned official installer — curl-pipe or review-first download of oh-my-gods install.sh
3:Control behavior with env knobs — INSTALL_MODE, WITH_LANGCHAIN, SKIP_BACKUP
4:Verify the canonical destination ($HOME/.agent-skills) and runtime mirrors
R:
skill:Use `npx skills add --skill <name>` for selective single-skill installs
omc:Use for Claude-side orchestration setup after the bundle lands
omx:Use for Codex-side runtime setup after the bundle lands
Related skills
FAQ
Where does it install skills?
To the canonical ~/.agent-skills, mirrored into ~/.claude/skills, ~/.codex/skills, ~/.gemini/skills, and ~/.opencode/skills.
Is re-running safe?
Yes, the installer is idempotent and backs up the previous install unless SKIP_BACKUP=true is set.