By tednaleid
Audit and set up CI, release, Justfile, and Homebrew infrastructure for any repo. Detects language automatically and generates normalized build/release tooling.
Claude Code plugins by Ted Naleid.
Add the marketplace (one time):
claude plugin marketplace add tednaleid/claude-plugins
Install a plugin:
claude plugin install just-bootstrap@tednaleid
Third-party marketplaces do not auto-update by default. To get the latest, refresh the marketplace (pulls from GitHub), then update the plugin:
claude plugin marketplace update tednaleid
claude plugin update just-bootstrap@tednaleid
Or enable auto-update via /plugin > Marketplaces tab > select tednaleid >
Enable auto-update. With auto-update enabled, the marketplace refreshes at
session startup and plugins update automatically.
To pick up plugin changes mid-session without restarting, use /reload-plugins.
/just-bootstrap in any project.Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub tednaleid/claude-plugins --plugin just-bootstrapProject infrastructure standards - comprehensive project configuration for pre-commit, CI/CD, Docker, testing, linting, formatting, and more
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
Validation and quality enforcement for GitLab CI/CD pipeline configurations.
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.
Commands for CI/CD setup, containerization, and deployment automation
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow