pluginagentmarketplace/custom-plugin-angular

deployment

Angular application deployment, CI/CD pipelines, and hosting strategies

First seen Jan 24, 2026

Installation

$ npx skills add pluginagentmarketplace/custom-plugin-angular --skill deployment

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from pluginagentmarketplace/custom-plugin-angular · top by installs.

npx skills add pluginagentmarketplace/custom-plugin-angular

Browse all from pluginagentmarketplace/custom-plugin-angular

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,333 B
  • docs SUMMARY.md 89 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 15 installs

SKILL.md

Angular Deployment Skill

Overview

Deploy Angular applications to production with CI/CD pipelines, hosting platforms, and server-side rendering configurations.

Topics Covered

Build Configuration

  • Environment configurations
  • Production build optimization
  • Service workers and PWA
  • Base href configuration
  • Asset optimization

Hosting Platforms

  • Vercel deployment
  • Netlify configuration
  • Firebase Hosting
  • AWS S3 + CloudFront
  • Azure Static Web Apps
  • GitHub Pages

CI/CD Pipelines

  • GitHub Actions for Angular
  • GitLab CI configuration
  • Azure DevOps pipelines
  • Automated testing in CI
  • Preview deployments

Server-Side Rendering

  • Angular Universal setup
  • Hydration strategies
  • SSR hosting options
  • Pre-rendering static pages
  • SEO optimization

Containerization

  • Docker for Angular apps
  • nginx configuration
  • Multi-stage builds
  • Container orchestration

Prerequisites

  • Angular CLI proficiency
  • Basic DevOps understanding
  • Git workflow knowledge

Learning Outcomes

  • Configure production builds
  • Set up CI/CD pipelines
  • Deploy to multiple platforms
  • Implement SSR/SSG strategies