Sdui's marketplace for AI tools
This repository provides shared configurations for Claude Code.
| Configuration | Description | Location |
|---|---|---|
| settings.json | Shared Claude Code settings (sandbox, env vars, etc) | .claude/settings.json |
| DevContainer | Containerised environment with network isolation | .devcontainer/ |
Shared CLI configuration .claude/settings.json can be found in the .claude directory.
A pre-configured development container with filesystem + network isolation. See README.md for details.
[!NOTE] DevContainers are recommended for autonomous Claude sessions that require additional security layers.
for quick tasks with fewer permission prompts, use Sandboxing
Add this marketplace to Claude Code:
/plugin marketplace add sdui-hq/ai-marketplace
# or via CLI
claude plugin marketplace add sdui-hq/ai-marketplace
| Plugin | Description | Type | Install |
|---|---|---|---|
| sdui-pr-review | Automated PR code review with GitHub comment (/sdui-pr-review:review) | Command | sdui-pr-review@ai-marketplace |
| sdui-telemetry | Configure Coralogix telemetry for Claude Code (/sdui-telemetry:setup) | Command | sdui-telemetry@ai-marketplace |
| command-safety | Blocks dangerous bash commands before execution | Hook | command-safety@ai-marketplace |
| lint-runner | Runs linting when Claude completes tasks | Hook | lint-runner@ai-marketplace |
| notifications | Cross-platform desktop notifications for Claude Code events | Hook | notifications@ai-marketplace |
| better-init | Enhances CLAUDE.md initialization with best practices and guidelines | Skill | better-init@ai-marketplace |
| sdui-eng-design | Generate feature design docs (/feature-design-doc) | Command | sdui-eng-design@ai-marketplace |
| statusline | Statusline with git integration, PR and context window progress bar | Hook | statusline@ai-marketplace |
Install any plugin:
/plugin install <plugin>@ai-marketplace
How to create a new plugin: Claude Code Plugins
claude --plugin-dir /path/to/ai-marketplace/plugins/command-safety
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sdui-hq/ai-marketplace --plugin better-initEngineering design document command for structured feature planning
Statusline showing directory, session name, git branch and context window usage
Configure Coralogix telemetry for Claude Code
Pre-execution validator that blocks dangerous bash commands before they run
Cross-platform desktop notifications for Claude Code
CLAUDE.md lifecycle toolkit: initialise, enhance, sync, and modularise CLAUDE.md files with a 150-line cap, automatic chaining, and Karpathy behavioural guardrails.
Generate AI assistant configurations with environment detection, TDD options, local best-practices references, and multi-file sync
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.