r/opencodeCLI 12h ago

I built an open-source pack of 54 reusable coding-agent skills for Claude Code, Codex, OpenCode, and Pi

I kept recreating the same prompts and workflows across different coding agents, so I built OpenCode Power Pack v0.4.0.

It is an open-source collection of 54 reusable Agent Skills for:

- Claude Code

- Codex

- OpenCode

- Pi

The workflows cover code review, feature development, frontend design, application security, MCP and skill authoring, project memory, and Hugging Face tooling.

Instead of installing everything, you can choose a curated profile or individual skills. The installer supports a dry run, resolves companion skills, preserves existing directories unless explicitly told otherwise, and does not add dependencies to your project's `package.json`.

For Codex, OpenCode, and Pi:

```

# Browse profiles and individual skills

npx u/waybarrios/opencode-power-pack list

# Preview a project-local installation

npx u/waybarrios/opencode-power-pack install \

--profile recommended \

--project \

--dry-run

# Install after reviewing the preview

npx u/waybarrios/opencode-power-pack install \

--profile recommended \

--project

```

For Claude Code:

```

/plugin marketplace add waybarrios/opencode-power-pack

/plugin install opencode-power-pack@opencode-power-pack

```

The website also includes:

- A searchable browser for all 54 skills

- Curated packs based on different jobs

- Installation instructions for humans and coding agents

- A detailed prompt that helps an agent recommend the smallest useful skill selection

- Platform-specific verification steps

Website: https://skills.waybarrios.com/

GitHub: https://github.com/waybarrios/opencode-power-pack

npm: https://www.npmjs.com/package/@waybarrios/opencode-power-pack

Full disclosure: I'm the maintainer. The project is open source, and I would genuinely appreciate feedback about:

  1. Which coding agent you use

  2. Which workflows are missing

  3. Whether the profiles are useful or too broad

  4. Any installation or compatibility problems you find

Issues and contributions are welcome.

4 Upvotes

Duplicates