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 sdui-eng-designEnhances CLAUDE.md initialization with best practices and guidelines
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
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Interview command for fleshing out big feature plans and specifications
Complete development toolkit - documentation, PRDs, design docs, debugging, PR workflows, and planning
Spec-driven development for big features. When features get too big, plan mode gets too vague—leading to hallucinations during implementation. ShipSpec replaces vague plans with structured PRDs, technical designs, and ordered tasks that keep Claude grounded.
Create technical specifications through interactive planning and expert review
'MUST BE USED PROACTIVELY when user mentions: planning, PRD, product requirements document, project plan, roadmap, specification, requirements analysis, feature breakdown, technical spec, project estimation, milestone planning, or task decomposition. Use IMMEDIATELY when user says "create a PRD", "plan this feature", "document requirements", "break down this project", "estimate this work", "create a roadmap", "write specifications", or references planning/documentation needs. Expert Technical Project Manager that creates comprehensive PRDs with user stories, acceptance criteria, technical architecture, task breakdowns, and separate task assignment files for sub-agent delegation.'