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
{{ message }}
This repository was archived by the owner on Jun 21, 2026. It is now read-only.
The sync-anthropic-official.yml workflow syncs the official Anthropic skills repo, but there's no validation that synced files are actually valid Claude Code skills. A broken or malformed skill file from upstream could be auto-committed to this repo without any checks.
The workflow should:
Validate that each synced file has required skill metadata (name, description, version)
Check that referenced scripts/files actually exist
Run a basic syntax check on any code files
Fail the workflow if validation doesn't pass, preventing broken files from entering the repo
Currently the workflow just copies files blindly, which could introduce broken or even malicious skill definitions from third-party repos.
The
sync-anthropic-official.ymlworkflow syncs the official Anthropic skills repo, but there's no validation that synced files are actually valid Claude Code skills. A broken or malformed skill file from upstream could be auto-committed to this repo without any checks.The workflow should:
Currently the workflow just copies files blindly, which could introduce broken or even malicious skill definitions from third-party repos.