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
feat: add --universal flag and make project install default (v1.2.0)
Major changes:
1. Added --universal flag for .agent/skills installation
- Default: .claude/skills (Claude Code compatible)
- With --universal: .agent/skills (universal AGENTS.md for all agents)
- Works with both project and global installs
2. Changed default from global to project install
- No flags → .claude/skills (project, recommended)
- --global → ~/.claude/skills (advanced users)
- Project install is now the default behavior
3. Support for 4 installation locations with priority
- .agent/skills (project universal) - priority 1
- ~/.agent/skills (global universal) - priority 2
- .claude/skills (project) - priority 3
- ~/.claude/skills (global) - priority 4
4. Deduplication in list/read commands
- Skills with same name only show once (highest priority wins)
- Prevents duplicates when skills exist in both .agent and .claude
Breaking changes:
- Removed --project flag, replaced with --global flag
- Default install location changed from global to project
Migration:
- Old: openskills install X --project
- New: openskills install X (project is now default)
- Old: openskills install X
- New: openskills install X --global
Use cases:
- Claude Code + other agents: Use --universal to install to .agent/skills
- Claude Code only: Use default (installs to .claude/skills)
- Share skills across projects: Use --global
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments