Tal's personal Claude Code plugin marketplace
npx claudepluginhub tal/plugin-marketplaceCommon plugin for git workflows, PR feedback, and CI troubleshooting. Includes commands for atomic commits, PR feedback management, and CI failure analysis.
OSX desktop notifications for Claude Code events
Refine plans and specs through in-depth interviews using strategic questioning
Skills for configuring and writing Karabiner-Elements rules on macOS
Sort and process files in any folder. `/sort` dispatches on file type — videos, images, archives, DMGs, app bundles, documents — and routes each to the right pipeline. Output lands under `<target>/AI Library/` where `<target>` defaults to the folder Claude Code was launched in (so the skill works on ~/Downloads, ~/Desktop, a project folder, or anywhere else). Videos delegate to `/sort-videos` for transcription, OCR, talk/lecture detection with extended summaries, and tagged MP3 export. Images are type-detected (screenshots/memes/photos) and topic-tagged via a vision agent. Documents are text-extracted and classified by an agent into existing folders, with a sensitivity flag for personal info. Archives and DMGs are peeked and routed to app or document or image pipelines. Installers whose app is already in /Applications/ are auto-deleted; nothing else is deleted without confirmation. User overrides and per-extension rules via sort.md / sort.local.md at project and user scope; interactive rule creation via /sort:add-rule.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Personal Claude Code plugin marketplace.
Add this marketplace to your ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"tal-marketplace": {
"source": {
"source": "github",
"repo": "DataDog/tal-marketplace"
}
}
}
}
Then enable plugins from the marketplace:
{
"enabledPlugins": {
"plugin-name@tal-marketplace": true
}
}
plugins/:plugins/my-plugin/
.claude-plugin/
plugin.json
commands/
skills/
agents/
hooks/
plugin.json manifest:{
"name": "my-plugin",
"version": "0.1.0",
"description": "What the plugin does"
}
.claude-plugin/marketplace.json:{
"name": "my-plugin",
"source": "my-plugin",
"description": "What the plugin does",
"version": "0.1.0"
}