Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By aaronbassett
Create isolated Docker-based development environments for running Claude Code safely
npx claudepluginhub aaronbassett/agent-foundry --plugin sandboxThis skill should be used when creating Docker containers for Claude Code sandboxing, configuring isolated development environments, setting up Docker volumes and persistence, configuring port forwarding for sandboxed applications, or troubleshooting Docker container issues in sandbox contexts. Provides Docker configuration knowledge specifically for running Claude Code in contained environments.
This skill should be used when detecting programming languages in projects, determining language versions from config files, installing development environments (Rust, Python, Node.js), setting up LSP servers, installing CLI development tools, or configuring shell environments (oh-my-zsh, starship). Provides knowledge for language detection and environment setup in sandboxes.
This skill should be used when reading or writing Sandbox.toml configuration files, cloning sandbox configurations from existing projects, merging user preferences with detected settings, validating sandbox configuration compatibility, or managing sandbox metadata and settings. Provides knowledge for Sandbox.toml structure and configuration management.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Bootstrap - Developer onboarding accelerator. Analyzes project requirements, detects missing dependencies, generates Docker/docker-compose configs, creates .env templates, sets up pre-commit hooks, configures IDE settings (VSCode/Cursor), and troubleshoots 'it works on my machine' issues. Gets developers productive in minutes, not hours.
Complete developer toolkit for Claude Code
Docker and containerization expert for Dockerfile optimization, multi-stage builds, docker-compose orchestration, container debugging, image size reduction, security scanning, networking, and volume management. Use when working with Docker containers, writing Dockerfiles, or troubleshooting containerization issues.
Container development and deployment - Docker, registry, Skaffold
Docker Compose validation and best practices
Teaches Claude core tsk commands for delegating development tasks to AI agents in sandboxed containers.
AI-powered image generation using Google Gemini models via the nanobanana MCP server. Generate, edit, and manage images with intelligent model selection, aspect ratio control, and multi-model support.
Explore, develop, and refine ideas through creative collaboration — from open-ended riffing to structured ideation to ruthless refinement — before any design or implementation work begins.
Guide users through creating complete, unambiguous feature specifications using a discovery-driven process.
Configuration toolkit for streamlining Claude Code project setup with powerline status line and attribution settings
Comprehensive PR review plugin that launches specialist agents in parallel to perform deep code reviews, detect issues, verify SDD tasks, and post consolidated findings as PR comments. Includes brainstorming workflow for addressing review findings.
Build. Ship. Repeat. A collection of Claude Code plugins for devs.
| Plugin | Description |
|---|---|
| constitution | Create, validate, and enforce project constitutions with living governance |
| dev-specialisms | Niche developer skills (deployment, frontend vibes, Hashbrown) |
| devs | Specialist coding agents and skills for Python, Rust, TypeScript, React, and security |
| flutter-core | Flutter and Dart development toolkit covering UI/UX, state management, testing, and ServerPod |
| git-lovely | Lovely Git workflows with conventional commits and GitHub CLI integration |
| ideas | Turn vague ideas into sharp vision documents through structured creative collaboration |
| image-gen | AI-powered image generation using Google Gemini models via nanobanana MCP server |
| pr-tools | Parallel PR review agents for code quality, SDD task verification, and TODO tracking |
| readme-and-co | Generate README, LICENSE, CONTRIBUTING, SECURITY, and GitHub templates |
| sandbox | Isolated Docker-based development environments for Claude Code |
| sdd | Specification-Driven Development: specs, plans, tasks, codebase mapping, and quality gates |
| settings-presets | Powerline status line and attribution configuration presets |
| spec-writer | Guided discovery process for writing complete feature specifications |
| utils | Plugin management utilities: dependency checking, scanning, and root resolution |
| worktrees | Git worktree workflows for parallel AI development |
Add the marketplace, then install individual plugins:
claude mcp add-marketplace aaronbassett/agent-foundry
claude plugin install sdd@agent-foundry
Or install a plugin directly from the repo:
claude install-plugin https://github.com/aaronbassett/agent-foundry/tree/main/plugins/sdd
This repository uses lefthook for git hooks.
lefthook --versionlefthook installAutomatic validation:
Manual validation:
scripts/validate-marketplace.shscripts/validate-plugin.sh <plugin-name>scripts/ci/validate.shBypassing hooks:
Use git commit --no-verify or git push --no-verify when:
Note: GitHub Actions will still validate all changes.