Tag
Codex adds skill management feature, supporting viewing local, system built-in, and project skills, and one-click uninstallation, accessed through Plugin-Skills entry.
Matt Pocock proposes creating a custom installation CLI for AI agent skills, enabling customization, dependency tracking, and easier updates via npx @ai-hero/skills init.
The author developed an open-source tool called '饕餮.skill' that can automatically analyze differences between two AI Skills, extract advantageous patterns from a reference Skill, and reimplement them using the target Skill's technology stack, enabling continuous Skill evolution. The article discusses issues and design philosophy of the Skill ecosystem.
This MUSE-Autoskill paper focuses on how an Agent manages an entire skill library, placing skills into a complete lifecycle: creation, memory, management, evaluation, and re-optimization.
SkillTree is a tool that organizes an AI agent's multiple skills into a tree structure and loads them on demand, avoiding stuffing all instructions into the context at once and improving agent efficiency.
Skilled is a dashboard that helps users find and manage agent skills that are no longer needed.
Hermes agent features self-evolving skills that save successful troubleshooting procedures as reusable skill files, automatically managed by a background Curator to merge or archive skills without data loss.
SkillsVote is an AI Agent Skill management tool that filters 790K+ Skills from GitHub and extracts functional descriptions, environment requirements, and permission information. It supports precise recommendation, execution attribution, and iterative optimization, and can also provide workflow combination suggestions.
The user is asking for advice on managing and syncing skills (SKILLs) for Claude Code and Codex.
The article introduces the SLIM framework, which optimizes dynamic skill lifecycles in agentic reinforcement learning by jointly updating active skill sets with policy learning. Experiments show SLIM outperforms baselines by improving task performance through efficient skill retention and expansion.
The open-source tool skills-manage gives you one-click cross-platform Skill-file sync via a central ~/.agents/skills/ folder and soft links, plus easy GitHub imports.