smithery/kk0ga

static-hosting-ci-cd

CSR前提のフロントを静的ホスティングで?

Installation

$ npx skills add smithery/kk0ga --skill static-hosting-ci-cd

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 smithery/kk0ga.

npx skills add smithery/kk0ga

Browse all from smithery/kk0ga

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

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,509 B
  • docs SUMMARY.md 293 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Static Hosting & CI/CD Skill

目的

勤怠システムのフロント(CSR)を、静的ホスティングで安全に運用するためのCI/CDと運用ルールを整える。

進め方

  1. どこに置くか(候補比較の観点)

- 認証連携(SSOリダイレクト、ドメイン) - プレビュー(PRごとのPreview環境) - キャッシュ/配信(CDN) - Secrets/環境変数管理

  1. デプロイ方式

- main へのマージで staging - tag で production(リリース管理)

  1. 失敗時の切り戻し

- 前のタグに戻す運用

  1. セキュリティ

- CSP、X-Frame-Options相当、APIのCORS、トークン保護

成果物

  • GitHub Pages / Cloudflare Pages のメリデメ比較(箇条書き)
  • 推奨構成(dev/stg/prodの出し分け)
  • CI/CDワークフロー案(どのイベントで何をするか)

依頼例

  • 「GitHub PagesとCloudflare Pagesのメリデメを、勤怠システム前提で整理して」
  • 「タグで本番リリースするCI/CD案を作って」

関連スキル

  • [gh-cli](../gh-cli/SKILL.md)

References

  • [docs/README.md](../../../docs/README.md)