By tal
Common plugin for git workflows, PR feedback, and CI troubleshooting. Includes commands for atomic commits, PR feedback management, and CI failure analysis.
npx claudepluginhub tal/plugin-marketplace --plugin talIntelligently groups changes into atomic commits based on feature analysis. Each commit includes related implementation files, tests, and documentation.
Be concise. Don't overthink. Act fast.
Address pull request feedback and review comments
This skill should be used when the user asks about "App Store Connect", "altool", "xcrun altool", "upload to App Store", "submit to TestFlight", "validate app archive", "TestFlight builds", "list my apps", "check build status", "app store metadata", "app store text", "asset packs", "ASC API key", "generate JWT for App Store", "App Store Connect REST API", "IPA upload", or needs to interact with Apple's App Store Connect service via the command line. Also applicable when uploading, validating, or checking status of iOS/macOS/visionOS app submissions, or when querying TestFlight build information.
This skill should be used when the user asks to "get PR feedback", "fetch review comments", "show PR comments", "what did reviewers say", "check PR reviews", "address PR feedback", "retrieve PR feedback", or mentions PR review analysis, comment threads, or reviewer feedback. Also invoke when the user provides a GitHub PR comment URL (e.g., https://github.com/org/repo/pull/123#discussion_r456) to fetch that specific comment thread. Provides comprehensive structured access to PR review comments with full conversation context, author information, and thread resolution status.
This skill should be used when the user asks to "reply to PR thread", "reply to PR comment", "respond to inline comment", "respond to review comment", "comment on review", "answer PR feedback", "post reply to PR discussion", or provides a GitHub PR inline comment URL (e.g., https://github.com/org/repo/pull/123#discussion_r456) and wants to reply to it. Allows posting replies to inline review comment threads on GitHub PRs using native gh CLI.
This skill should be used when the user asks to "stage specific lines", "partial commit", "stage one hunk", "commit part of a file", "split changes into multiple commits", "stage only some changes", "create atomic commits from mixed changes", or needs to commit a subset of the changes in a file without staging the whole file. Uses `git apply --cached` with a user-supplied unified diff patch to stage exact lines or hunks.
Personal plugin marketplace for both Claude Code and Codex.
Add the marketplace from inside Claude Code:
/plugin marketplace add tal/plugin-marketplace
Then install a plugin:
/plugin install <plugin-name>@tal-marketplace
For example:
/plugin install sort@tal-marketplace
/plugin install plan-refiner@tal-marketplace
/plugin install smart-notifications@tal-marketplace
Available plugins: tal, smart-notifications, plan-refiner, karabiner, sort.
Alternatively, register the marketplace in ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"tal-marketplace": {
"source": {
"source": "github",
"repo": "tal/plugin-marketplace"
}
}
},
"enabledPlugins": {
"plugin-name@tal-marketplace": true
}
}
Add the marketplace:
codex plugin marketplace add tal/plugin-marketplace
Then install a plugin:
codex plugin install <plugin-name>@tal-marketplace
Each plugin lives under plugins/<plugin-name>/ and can expose metadata for both clients side by side:
plugins/my-plugin/
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
commands/
skills/
agents/
hooks/
Marketplace catalogs live at:
.claude-plugin/marketplace.json.agents/plugins/marketplace.jsonplugins/.plugins/my-plugin/.claude-plugin/plugin.json if the plugin should be installable from Claude Code.plugins/my-plugin/.codex-plugin/plugin.json if the plugin should be installable from Codex.Claude entry:
{
"name": "my-plugin",
"source": "./plugins/my-plugin",
"description": "What the plugin does",
"version": "0.1.0"
}
Codex entry:
{
"name": "my-plugin",
"source": {
"source": "local",
"path": "./plugins/my-plugin"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 48 agents, 184 skills, 79 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research