Thanks for your interest. This is a personal plugin, but PRs for bug fixes and general-purpose skill improvements are welcome.
- Bug fixes in hooks or skills
- New skills that work on any repo (no internal tooling, no company-specific APIs)
- MCP server stubs for publicly available npm packages
- Documentation improvements
Not accepted: Wix-internal references, company-specific scripts, skills that only work with private tools.
git clone https://github.com/Tamircohen28/tamirs-superpowers.git
cd tamirs-superpowers
brew install shellcheck jq # if not already installed
make validate # should pass with zero errors- Fork the repo and create a feature branch:
feat/<short-description> - Make your change
- Run
make validate— fix any shellcheck warnings or JSON errors - Update
CHANGELOG.mdunder[Unreleased] - Update
README.mdif you added or removed a skill - Open a PR using the PR template
<type>(<scope>): <description>
Types: feat, fix, chore, docs, refactor
Scopes: skills, hooks, marketplace, ci, docs
Examples:
feat(skills): add generic code-review skill
fix(hooks): handle missing cwd in capture-task-slug
docs: update quick-start with correct marketplace URL
- Create
skills/<topic>/<skill-name>/SKILL.md - Frontmatter must include
name:,description:, andallowed-tools: - Add the skill to
README.md's skill table and update the count - Run
make validate
Topic conventions:
dev-workflow— git, PR, review, planning, debugging workflowsintegrations— external tool integrations (reserved for future use)toolkit— skill discovery, authoring, session analyticscontent— creative or content-generation skills
All PRs are reviewed by @Tamircohen28. Response time is best-effort — this is a personal project.