6 ms·
We built a universal installer for agent skills based on the new open standard
- skillcreator 9mo agoAlot of the major coding assistants now support "skills" (instruction files that customize behavior), but they're scattered everywhere and each agent uses different directories.This implements the open Agent Skills standard(agentskills.io). We built a universal installer with the most popular claude skills that you can now install into any agent directly via npx ai-agent-skills install frontend-design --agent --Codex (cursor, amp etc) Looking for feedback on this, anything we can do to improve it
- lazyfish 9mo agoHow does it work for codex?
- skillcreator 9mo agoCodex now supports skills now (with the --enable skills flag).