- scripts/bootstrap.sh: curl-pipe-sh one-liner that clones to ~/.agents/skills/ and symlinks to all detected global platforms
- install.sh: symlink self-installer for cloned repos with --dry-run and --uninstall
- scripts/install-skill.sh: universal installer for any skill (git URL or local path) to all detected platforms with format adapters
- SKILL.md: add silent git-based update check instruction
- README.md: document all new install options and update project structure
- .gitignore: add *.mdc for generated adapter files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Removes the destination directory before each install so stale files
from prior versions are not left behind.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Skills go stale as APIs change and data sources move. This adds a three-layer
staleness detection system: review date tracking with git fallback, HTTP health
checks for declared dependencies, and top-level key comparison for schema drift.
All new frontmatter fields are optional — existing skills work unchanged.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Skills now require -skill suffix for org-wide discoverability (teams
search *-skill to find all skills). Suites use -suite suffix.
Post-creation sharing flow: agent detects gh/glab CLI, creates repo,
adds agent-skill topic, gives shareable one-liner for Slack/Teams.
Supports GitHub, GitLab, Enterprise, and self-hosted instances.
Updated validate.py to warn on missing -skill suffix and error on
deprecated -cskill suffix. Updated architecture-guide.md naming
section to match.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds skill_registry.py CLI tool with 7 subcommands (init, publish, list,
search, install, info, remove) for managing a git-friendly shared skill
catalog. No new dependencies — stdlib only. Integrates with existing
validate.py and security_scan.py for publish-time checks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enables skills created in Claude Code to be exported for use across all
Claude platforms (Desktop, Web, and API). Users can now share skills with
non-Code users and deploy to production via API.
Key features:
- Opt-in export workflow with Desktop and API variants
- Automatic validation (structure, size, security)
- Version detection from git tags or SKILL.md
- Auto-generated installation guides
- Comprehensive documentation
This makes agent-skill-creator skills truly universal and portable.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>