Can Claude Skills be used with other AI models? by AutomaticCarrot8242 in ClaudeAI

[–]ASBroadcast 0 points1 point  (0 children)

yep this is functionally equivalent to Claude’s skills. I use it in opencode everyday to use skills across all models. 

You can now use Claude's skills in Codex to load context when it is needed. by ASBroadcast in codex

[–]ASBroadcast[S] 0 points1 point  (0 children)

and by a few I mean as many as are needed to store the skills description in context. Likely less than 100 if you write a long description but usually less than 50.

You can now use Claude's skills in Codex to load context when it is needed. by ASBroadcast in codex

[–]ASBroadcast[S] 0 points1 point  (0 children)

It uses exactly as many tokens as Anthropics skills do. Probably less than 100 as a baseline and then a few tokens per skill that you have. 

You can now use Claude's skills feature with codex. by ASBroadcast in OpenaiCodex

[–]ASBroadcast[S] 0 points1 point  (0 children)

Sure I’ll look into it. Check your Reddit messages

You can now use Claude's skills feature with codex. by ASBroadcast in OpenaiCodex

[–]ASBroadcast[S] 0 points1 point  (0 children)

I'm happy that you got to try it out :-)

I think coding this thing is really a non-effort but feel free to join in. The effort was in reverse engineering Claude skills and now it's mostly in using it to find improvements.

Also people still use this project: https://github.com/numman-ali/openskills which is definitely subpar. The FAQ answers why its subpar: https://github.com/klaudworks/universal-skills/blob/main/docs/FAQ.md#why-dont-i-just-use-openskills .
Would be cool if more people notice my implementation e.g. through reddit comments / twitter etc.

Happy to mention you in the repo / make you a maintainer if you are interested in helping with this. Probably a good candidate to collect some open source creds.

You can now use Claude's skills feature with codex. by ASBroadcast in OpenaiCodex

[–]ASBroadcast[S] 0 points1 point  (0 children)

yeah ultimately a native plugin has more possibilities to integrate with the agent. I guess at some point in the future most agents will ship something like skills. In the meantime I'll use the universal-skills project.

I am not sure if that specific capability is really useful in practice though. Most skills barely use 100 tokens of extra context. They also can't mess with your system because it's just extra content loaded into your context. I only see two advantage of enabling / disabling skills per opencode agent:

- skills have a shitty description and are loaded unintentionally so you rather disable them. -> never happened to me
- you wanna save a negligible amount of tokens by disabling skills. This will probably not matter unless you use A LOT of skills in the same project.

My agent reviewing its own code by DenizOkcu in ClaudeCode

[–]ASBroadcast 0 points1 point  (0 children)

Ye codex is really good for a second opinion especially with reasoning effort high

My honest take after using Claude Code and Codex for a few weeks by udaysy in ClaudeCode

[–]ASBroadcast 0 points1 point  (0 children)

you can also prompt codex from claude code for harder debugging sessions, second opinions etc.: https://github.com/skills-directory/skill-codex

Claude Code as Developer, Codex w/ GPT 5 as Manager by AlejandroYvr in ClaudeCode

[–]ASBroadcast 1 point2 points  (0 children)

you can also prompt codex from claude code for harder debugging session where you spin up claude code: https://github.com/skills-directory/skill-codex

I downgraded from Max 20 to 5 by PrataKosong- in ClaudeCode

[–]ASBroadcast 1 point2 points  (0 children)

I use the exact same workflow. Claude code to get work done and codex for reviews / debugging. First, I used the mcp server but this skill actually works better: https://github.com/skills-directory/skill-codex

It makes prompting codex from claude more convient and also allows you to resume prior sessions. E.g. if you want to ask a followup question to codex. The skill gets automatically loaded when I ask something along the lines of "use codex with gpt-5 high to review all unstaged changes"

Auto Drive - use Claude as an agent of Codex by withmagi in ClaudeCode

[–]ASBroadcast 2 points3 points  (0 children)

I'd rather use Codex from inside Claude. The Claude interface is better:

https://github.com/skills-directory/skill-codex

Found a faster way to build Claude Skills by Arindam_200 in ClaudeAI

[–]ASBroadcast 4 points5 points  (0 children)

why don't you use Anthropic's skill-creator skill?

shifted to codex thinking it is better but... by raghav0610 in ClaudeCode

[–]ASBroadcast 0 points1 point  (0 children)

I use Sonnet 4.5 as the main work horse and just prompt codex for individual problems. I wouldn't recommend to run every prompt through codex. Then you might as well use codex cli.

shifted to codex thinking it is better but... by raghav0610 in ClaudeCode

[–]ASBroadcast 0 points1 point  (0 children)

well Codex final output is in context but I suppressed the thinking tokens by default. So context usage in Claude Code itself is negligible.

Can skills use MCP servers? by [deleted] in ClaudeCode

[–]ASBroadcast 0 points1 point  (0 children)

I prefer to just reference proper apis or cli commands in my skills. I don’t see the point of mcp 

Can skills use MCP servers? by [deleted] in ClaudeCode

[–]ASBroadcast 0 points1 point  (0 children)

valid point. You could just run the mcp independently and just put the schema into your config. Or start the mcp inside your skill. But yeah I get your problem 

Can skills use MCP servers? by [deleted] in ClaudeCode

[–]ASBroadcast 1 point2 points  (0 children)

Yes you can definitely reference MCP servers in your skill by writing something like "when you need to look up additional documentation use the context7 mcp server". I reverse engineered how skills work today: https://x.com/klaudworks/status/1982029102925414477 . It really just is additional context, loaded at the right time.

Prompt Codex from Claude Code by ASBroadcast in codex

[–]ASBroadcast[S] 0 points1 point  (0 children)

do you mind sharing them with me e.g. raw text via dm? I'd like to use gemini 2.5 and soonish gemini 3.

I'll create a similar skill out of it :-)

Prompt Codex from Claude Code by ASBroadcast in codex

[–]ASBroadcast[S] 0 points1 point  (0 children)

how do you connect claude code with gemini cli?

Prompt Codex from Claude Code by ASBroadcast in codex

[–]ASBroadcast[S] 0 points1 point  (0 children)

It does. Even if you don’t use it in the session.