Plugins
12 plugins@builderio
Builderio Skills
Builderio Skills from BuilderIO/skills.
10 skills · plugin
@heath-gtm
Skill Builder
Skill Builder from heath-gtm/Skill-Builder.
68 skills · plugin
@ai-builder-club
AI Builder Club Skills
AI Builder Club Skills from AI-Builder-Club/skills.
8 skills · plugin
curated
Build MVP from Idea
Build an MVP by validating the idea, planning the build, and executing with lean principles.
4 skills · plugin
@google-labs-code
Stitch Build
Stitch Build skills from google-labs-code/stitch-skills.
4 skills · plugin
@yojahny55
Claude Wp Builder
WordPress site-building methodology: demo HTML → custom theme with ACF/SCF, bilingual support, section-by-section building
11 skills · plugin
@adobe
App Builder
Development, customization, testing, and deployment skills for Adobe App Builder projects
6 skills · plugin
curated
Optimize .NET Build
Generates binary logs, diagnoses bottlenecks, and optimizes build configuration for faster CI.
4 skills · plugin
curated
Build Accessible React UI
Install this pack to build an accessible, performant React UI component from design to audit.
4 skills · plugin
curated
Build Blazor Web App with Auth
Install this pack to build a Blazor Web App with authentication and interactive components.
4 skills · plugin
curated
Build RAG Pipeline with Pinecone
Build a production RAG pipeline and persistent agent memory using Pinecone as the vector database backend.
6 skills · plugin
curated
Debug and Optimize .NET Build
Install this pack to diagnose and fix slow or failing .NET builds using binary logs and performance analysis.
4 skills · plugin
Results for “build”
81 skillsBuild Parallelism
Optimize MSBuild build parallelism by configuring /maxcpucount, graph build mode, project references, and analyzing binlogs to reduce multi-project solution build times.
4k
Directory Build Organization
Organize multi-project .NET repos with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp for centralized MSBuild settings and NuGet Central Package Management.
4k · bundle
Build Perf Baseline
Measure and optimize .NET build performance by establishing baselines, enabling MSBuild Server, using artifacts output, and trimming dependency graphs.
4k
Managing Make
Analyze and manage GNU Make build systems: discover targets, inspect variables and dependencies, and debug build failures with dry runs and structured reports.
7
Incremental Build
Diagnose and fix slow MSBuild incremental builds by identifying why targets re-execute unnecessarily, covering common causes like missing Inputs/Outputs, volatile properties, and FileWrites registration.
4k
Msbuild Server
Improve CLI build performance by enabling MSBuild Server for persistent caching of evaluation results across sequential builds.
4k
More results
Extension Points
Guides MSBuild extensibility through CustomBefore/CustomAfter hooks, wildcard imports, import gating, and NuGet package build extension layout.
4k
Binlog Generation
Add the /bl switch to MSBuild-based commands to generate binary logs for build diagnostics and performance analysis.
4k
Build Tools
Automates multi-language software builds with Makefiles, dependency management, testing, packaging, and CI/CD integration.
1
Buildkite Automation
Automate Buildkite CI/CD operations through Composio's toolkit via Rube MCP, including pipeline management and job execution.
66.9k
Build Perf Diagnostics
Diagnose MSBuild build performance bottlenecks using binary log analysis, covering timeline analysis, performance summary interpretation, and seven common bottleneck categories.
4k
Expo Dev Client
Build and install Expo development clients on physical devices and simulators using EAS Build for testing native code changes.
2.2k · bundle
Python Pypi Package Builder
Build, test, lint, version, and publish production-grade Python libraries to PyPI with support for multiple build backends, versioning strategies, and CI/CD.
36.2k · bundle
Adding A Skill
Guides contributors through adding, updating, publishing, documenting, validating, and wiring public skills in the BuilderIO/skills repository, covering plain skills, instruction-style skills, app-backed/MCP skills, and Plan skill sync.
3.4k · bundle
Build Orchestration
Orchestrates a multi-agent build session, acting as manager to cut goals into units, spawn implementer and tester subagents, and run test-and-review loops with anti-thrash guardrails.
0
Binlog Failure Analysis
Diagnose MSBuild build failures by analyzing .binlog files using an MCP server or text-log replay.
4k
Verifying Build Provenance With Slsa Sigstore
Verify signed artifacts and SLSA build provenance with Sigstore cosign and slsa-verifier, enforce keyless OIDC identity, and apply SLSA Build levels to harden the software supply chain.
24.6k · bundle
Turborepo
Configure and optimize Turborepo monorepo build systems with task pipelines, caching, filtering, and CI integration.
5.5k · bundle
Ccmvn
Runs Maven builds in sandboxed environments where outbound HTTPS is blocked, using a local HTTP proxy to reach Maven Central.
54 · bundle
Terminal Ops
Executes commands, inspects git state, debugs CI or builds, makes narrow fixes, and reports exactly what changed and what was verified.
226k
Deepstream Generate Pipeline
Builds and validates DeepStream GStreamer pipelines through an interactive questionnaire and a BM25 retrieval engine over 270+ verified pipelines.
2.2k · bundle
Appbuilder Cicd Pipeline
Generates CI/CD pipeline configurations for Adobe App Builder projects, including GitHub Actions workflows, Azure DevOps, and GitLab CI templates with OAuth S2S secrets injection and multi-workspace promotion.
142 · bundle
Go Cloud
Manages project lifecycle tasks from a single CLI: initialize, check, build, test, deploy guidance, config, templates, docs, and cleanup.
10 · bundle
CI CD Pipeline Builder
Generate pragmatic CI/CD pipelines from detected project stack signals, with fast baseline generation, repeatable checks, and environment-aware deployment stages.
20.4k · bundle
Drone CI
Configure container-native CI/CD pipelines with Drone, including YAML pipeline definitions, plugins, secrets, and multi-machine builds.
10
Build Feature
Runs a five-phase pipeline—evaluation, specification, implementation, review, and QA—to build a feature end-to-end with specialized agents.
4
Moon
Configures and operates moonrepo monorepo build systems, covering workspace and project configuration, task orchestration, toolchain management, CI integration, Docker support, and querying.
54 · bundle
Benchmark
Measure performance baselines, detect regressions before and after PRs, and compare stack alternatives using browser, API, and build benchmarks.
226k
Circleci Orb Builder
Builds reusable CircleCI Orbs with the Orb SDK and orb-tools pipeline, packaging commands, executors, and jobs with automated semantic versioning.
28
CI CD Pilot
Diseña y optimiza pipelines de CI/CD para GitHub Actions y GitLab CI, incluyendo automatización de tests, linting, builds y deploys.
0
Managing Drone
Manages Drone CI pipelines, builds, and secrets via the Drone API, including status checks, log analysis, repository activation, and cron scheduling.
7
Expo Deployment
Deploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS Hosting.
2.2k · bundle
Competition Supply Chain
Traces software supply chain provenance from source to runtime, identifying divergence points in dependency resolution, build, packaging, and release pipelines.
12.8k · bundle
Target Authoring
Canonical patterns for writing custom MSBuild targets, covering the three-level target chain, chain extension, DependsOnTargets vs BeforeTargets vs AfterTargets, Returns vs Outputs, and common pitfalls.
4k
Verification Loop
Runs a multi-phase verification pipeline including build, type-check, lint, tests, security scan, and diff review to ensure code quality before creating a PR.
226k
Building Ioc Enrichment Pipeline With Opencti
Build an automated IOC enrichment pipeline using OpenCTI's connector ecosystem to enrich indicators with context from VirusTotal, Shodan, AbuseIPDB, GreyNoise, and other sources.
24.6k · bundle