feat: Add Superpowers software development skills#137
Merged
teknium1 merged 1 commit intoNousResearch:mainfrom Mar 3, 2026
Merged
feat: Add Superpowers software development skills#137teknium1 merged 1 commit intoNousResearch:mainfrom
teknium1 merged 1 commit intoNousResearch:mainfrom
Conversation
Add 5 new skills for professional software development workflows, adapted from the Superpowers project ( obra/superpowers ): - test-driven-development: RED-GREEN-REFACTOR cycle enforcement - systematic-debugging: 4-phase root cause investigation - subagent-driven-development: Structured delegation with two-stage review - writing-plans: Comprehensive implementation planning - requesting-code-review: Systematic code review process These skills provide structured development workflows that transform Hermes from a general assistant into a professional software engineer with defined processes for quality assurance. Skills are organized under software-development category and follow Hermes skill format with proper frontmatter, examples, and integration guidance with existing skills.
Contributor
|
Can you link me the Superpowers project? |
Contributor
Author
|
Contributor
|
Merged! Thanks for adapting these from Superpowers — great addition to the skill library. I'll be following up with some enhancements to integrate them more tightly with Hermes's delegate_task, skill system, and agent tooling. |
Contributor
|
Follow-up enhancements pushed in commit de0af4d:
Net result: tighter, more Hermes-native skills that actually constrain agent behavior. Thanks again for the contribution! |
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.
Add 5 new skills for professional software development workflows, adapted from the Superpowers project
These skills provide structured development workflows that transform Hermes from a general assistant into a professional software engineer with defined processes for quality assurance.
Skills are organized under software-development category and follow Hermes skill format with proper frontmatter, examples, and integration guidance with existing skills