tamirs-superpowers
v3.4.027 bundled skills, smart worktree hooks, statusline, and MCP server stubs — plan, implement, review, debug, multi-agent setup, and audit code from one plugin.
By Tamir CohenLicense: MIT0 GitHub starsUpdated 23 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 31, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tamirs-superpowers for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tamirs-superpowers@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Tamircohen28/tamirs-superpowersClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- bash
- args
- ${CLAUDE_PLUGIN_ROOT}/scripts/github-mcp.sh
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests2
{
"name": "tamirs-superpowers",
"version": "3.4.0",
"description": "27 bundled skills, smart worktree hooks, statusline, and MCP server stubs — plan, implement, review, debug, multi-agent setup, and audit code from one plugin.",
"author": {
"name": "Tamir Cohen",
"url": "https://github.com/Tamircohen28"
},
"homepage": "https://github.com/Tamircohen28/tamirs-superpowers",
"repository": "https://github.com/Tamircohen28/tamirs-superpowers",
"license": "MIT",
"keywords": [
"skills",
"hooks",
"developer-tools",
"mcp",
"worktree",
"workflow"
],
"skills": [
"./skills/creative",
"./skills/debugging",
"./skills/dev-workflow",
"./skills/documentation",
"./skills/mcp",
"./skills/toolkit",
"./skills/repo"
],
"mcpServers": "./.mcp.json",
"hooks": "./hooks/hooks.json"
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "tamirs-superpowers",
"displayName": "Tamir's Superpowers",
"version": "3.4.0",
"description": "27 bundled skills, 10 specialist agents, smart worktree hooks, statusline, and MCP server stubs — plan, implement, review, debug, multi-agent setup, and audit code from one plugin.",
"homepage": "https://github.com/Tamircohen28/tamirs-superpowers",
"repository": "https://github.com/Tamircohen28/tamirs-superpowers",
"author": {
"name": "Tamir Cohen",
"url": "https://github.com/Tamircohen28"
},
"keywords": [
"skills",
"hooks",
"developer-tools",
"mcp",
"claude-code",
"worktree",
"workflow"
],
"license": "MIT",
"defaultEnabled": true,
"mcpServers": "./.mcp.json",
"skills": [
"./skills/creative",
"./skills/debugging",
"./skills/dev-workflow",
"./skills/documentation",
"./skills/mcp",
"./skills/toolkit",
"./skills/repo"
],
"settings": {
"statusLine": {
"type": "command",
"command": "s=\"${CLAUDE_PLUGIN_ROOT:-}/scripts/statusline.sh\"; [ -f \"$s\" ] || s=$(ls $HOME/.claude/plugins/cache/tamirs-marketplace/tamirs-superpowers/*/scripts/statusline.sh 2>/dev/null | sort -rV | head -1); [ -n \"$s\" ] && [ -f \"$s\" ] && bash \"$s\" </dev/null"
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tamirs-superpowers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tamirs-superpowers)