You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related directories and official example repositories:
169
+
170
+
-[`skills.sh`](https://skills.sh/): the public directory and security-assessment entry used by `vercel-labs/skills`; this repository's page is [`skills.sh/linhay/harmony-next.skills`](https://skills.sh/linhay/harmony-next.skills).
171
+
-[`vercel-labs/agent-skills`](https://github.com/vercel-labs/agent-skills): Vercel's official Agent Skills collection.
172
+
-[`anthropics/skills`](https://github.com/anthropics/skills): Anthropic's public Agent Skills repository, including Claude skill examples, the spec, and a template.
The official Codex Agent Skills docs define skills as the authoring format for reusable workflows. Direct skill folders are for local authoring and discovery; plugins are the installable distribution unit.
170
208
171
209
Official docs: <https://developers.openai.com/codex/skills>
172
210
173
-
This repository is not currently packaged as a Codex plugin, so the official Codex setup path is to place it in an official skill scan location.
211
+
This repository is not currently packaged as a Codex plugin. If you do not use `npx skills`, place it in an official skill scan location manually.
- Claude.ai / Claude Code: use the release `harmony-next.skill.zip` asset or the `harmony-next/` skill directory.
26
-
- Codex: official Agent Skills docs say direct skill folders are for local authoring/discovery. Put or symlink `harmony-next/` into an official Codex scan location such as `$REPO_ROOT/.agents/skills/harmony-next`, `$HOME/.agents/skills/harmony-next`, or `/etc/codex/skills/harmony-next`; for reusable installable distribution, package it as a Codex plugin.
26
+
- ClaudeCode: use `npx skills add linhay/harmony-next.skills --skill harmony-next -a claude-code -g -y --copy`; Claude.ai can still use the release `harmony-next.skill.zip` upload flow.
27
+
- Codex: use `npx skills add linhay/harmony-next.skills --skill harmony-next -a codex -g -y --copy`, or put/symlink `harmony-next/` into an official Codex scan location such as `$REPO_ROOT/.agents/skills/harmony-next`, `$HOME/.agents/skills/harmony-next`, or `/etc/codex/skills/harmony-next`; for reusable installable distribution, package it as a Codex plugin.
0 commit comments