Skip to content

fix(skill-creator): correct path in package_skill.py docstring and usage#939

Open
Sagargupta16 wants to merge 1 commit into
anthropics:mainfrom
Sagargupta16:fix/package-skill-docstring-path
Open

fix(skill-creator): correct path in package_skill.py docstring and usage#939
Sagargupta16 wants to merge 1 commit into
anthropics:mainfrom
Sagargupta16:fix/package-skill-docstring-path

Conversation

@Sagargupta16

Copy link
Copy Markdown

Summary

  • Fix incorrect path utils/package_skill.py -> scripts/package_skill.py in docstring and usage output
  • Fix incorrect example path skills/public/my-skill -> skills/my-skill (no public/ subdirectory exists)

Fixes #904

Sagargupta16 added a commit to Sagargupta16/portfolio-react that referenced this pull request Apr 17, 2026
Drop 3 entries below the 7+/10 quality bar:
- aws-ia/terraform-aws-bedrock#172 (multi-fix bundle, anti-pattern)
- anthropics/skills#939 (docstring-only fix)
- anthropics/skills#940 (bulk rename with conflicts)

These PRs remain open but no longer clutter the public showcase.
@Sagargupta16 Sagargupta16 force-pushed the fix/package-skill-docstring-path branch from c1d2405 to aeb835a Compare May 12, 2026 01:33
The docstring and usage output referenced `utils/package_skill.py` and
`skills/public/my-skill`, but the script lives at
`scripts/package_skill.py` and the skills directory has no `public/`
subdirectory.

Fixes anthropics#904
@Sagargupta16 Sagargupta16 force-pushed the fix/package-skill-docstring-path branch from aeb835a to 0207799 Compare May 21, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix incorrect path in package_skill.py docstring and usage output

1 participant