feat: unify AI extension management#83
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updating marketplace: superclaude...Refreshing marketplace cache (timeout: 120s)…
✔ Successfully updated marketplace: superclaude
Updating marketplace: superpowers-marketplace...Refreshing marketplace cache (timeout: 120s)…
✔ Successfully updated marketplace: superpowers-marketplace
Updating marketplace: ponytail...Refreshing marketplace cache (timeout: 120s)…
✔ Successfully updated marketplace: ponytail
Checking for updates for plugin "superpowers@superpowers-marketplace" at user scope…
✔ superpowers is already at the latest version (6.1.1).
Checking for updates for plugin "ponytail@ponytail" at user scope…
✔ ponytail is already at the latest version (4.8.4).
AI extensions: Synchronizing Codex plugins
{
"selectedMarketplaces": [
"ponytail"
],
"upgradedRoots": [],
"errors": []
}
{
"pluginId": "ponytail@ponytail",
"name": "ponytail",
"marketplaceName": "ponytail",
"version": "4.8.4",
"installedPath": "/home/collie/.codex/plugins/cache/ponytail/ponytail/4.8.4",
"authPolicy": "ON_INSTALL"
}
AI extensions: Updating skill collection addyosmani-agent-skills
Already up to date., while keeping unlisted local extensions intact
Verification
new file mode 100755
index 0000000000000000000000000000000000000000..04e3087d8f90ef2d4e84e63fd5a7317a397fc02a
--- /dev/null
+++ b/.chezmoiscripts/5-sync-ai-extensions.sh
@@ -0,0 +1,101 @@
+#!/usr/bin/env bash
+set -euo pipefail
+info() {
+}
+skill_destination() {
+}
+sync_skill_collection() {
+}
+sync_git_skill_collection() {
+}
+if command -v claude >/dev/null 2>&1; then
+else
+fi
+if command -v codex >/dev/null 2>&1; then
+else
+fi
+sync_git_skill_collection "addyosmani-agent-skills" "https://github.com/addyosmani/agent-skills.git" "skills" "claude" "codex" "opencode"
+sync_skill_collection "$HOME/.local/share/ai-skills" "." "claude" "codex" "opencode"
AI extensions: Synchronizing Claude Code plugins
Updating marketplace: superclaude...Refreshing marketplace cache (timeout: 120s)…
✔ Successfully updated marketplace: superclaude
Updating marketplace: superpowers-marketplace...Refreshing marketplace cache (timeout: 120s)…
✔ Successfully updated marketplace: superpowers-marketplace
Updating marketplace: ponytail...Refreshing marketplace cache (timeout: 120s)…
✔ Successfully updated marketplace: ponytail
Checking for updates for plugin "superpowers@superpowers-marketplace" at user scope…
✔ superpowers is already at the latest version (6.1.1).
Checking for updates for plugin "ponytail@ponytail" at user scope…
✔ ponytail is already at the latest version (4.8.4).
AI extensions: Synchronizing Codex plugins
{
"selectedMarketplaces": [
"ponytail"
],
"upgradedRoots": [],
"errors": []
}
{
"pluginId": "ponytail@ponytail",
"name": "ponytail",
"marketplaceName": "ponytail",
"version": "4.8.4",
"installedPath": "/home/collie/.codex/plugins/cache/ponytail/ponytail/4.8.4",
"authPolicy": "ON_INSTALL"
}
AI extensions: Updating skill collection addyosmani-agent-skills
Already up to date.