feat(skills): add here.now as an optional skill#18170
Merged
Merged
Conversation
Add the here.now productivity skill with a bundled publish runtime so Hermes can publish files and folders to live URLs. Keep the skill thin and docs-first while fixing script path resolution and upload failure handling. Made-with: Cursor
Made-with: Cursor
Moves the here-now skill under optional-skills/productivity/here-now/ so it's discoverable via the Skills Hub but not installed by default, and tightens the SKILL.md description to a single line to match sibling optional-skill descriptions. Install with: hermes skills install official/productivity/here-now Closes #378
1 task
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.
Salvage of #14803 by @adamludwin — lands the here.now skill as an optional skill instead of a built-in.
Changes
here-now/underoptional-skills/productivity/here-now/so it's discoverable via the Skills Hub and opt-in, not loaded by default.aludwin+gh@gmail.com -> adamludwinso release notes credit correctly.@adamludwin's two commits are preserved with his authorship via cherry-pick + rebase merge.
Install
Validation
OptionalSkillSource.search('here.now')surfaces the skill with identifierofficial/productivity/here-now.fetch('official/productivity/here-now')returns 3 files (SKILL.md + drive.sh + publish.sh).Closes #378.