Implemented
0
Let users rename a skill in the skills store
Source: PostHog/posthog#94896 · opened by @andrewm4894
Problem Once a skill exists in the skills store, its name is fixed. The skill form disables the name field with "Skill name cannot be changed after creation", and the API rejects a changed name on publish with the same message (LLMSkillSerializer.validate). The only way to fix a typo, or to rename a skill after its purpose drifted, is Duplicate under a new name and then Archive the original. That loses the version history, resets the owners to whoever duplicated it, and leaves a second entry in the store until someone archives the old one. The name matters more than a label would: it is the slug agents call (skill-get, /posthog-skill-store:<name>), the URL (/skills/<name>), and the directory in the zip export and the Claude Code plugin marketplace. So people want to get it right, and today a wrong name is permanent. #91634 covers picking a name when installing from the community store and explicitly leaves post-creation rename out of scope. This issue is that …
No pledges yet. Be the first to back this.
Comments
Similar requests
Skills store: prep work for the MCP Skills extension (SEP-2640)
0 votes · 0 comments
feat(signals): pipeline audience targets for steering notes
0 votes · 0 comments
feat(signals): scheduled follow-up checks on a report
0 votes · 0 comments
Surveys: Native in-app App Store review prompt after rating survey response
0 votes · 0 comments
Allow admins to bulk-insert organization users
0 votes · 0 comments
No comments yet.