Skip to main content
GitHub 저장소

claude-code-plugins

claude-code-plugins에는 datum-cloud에서 수집한 skills 41개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
41
Stars
2
업데이트
2026-07-09
Forks
1
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

github-conventions
소프트웨어 개발자

Covers GitHub conventions for pull requests, issues, and comments including linking, language style, formatting, and callout syntax. Use when creating PRs, writing issues, or posting comments on Datum Cloud repositories.

2026-07-09
changelog-entry
시장조사 분석가·마케팅 전문가

Turn raw engineering notes, PR/issue links, commit messages, or a one-line feature description into a changelog entry for Datum Cloud's GitHub Discussions Changelog category: a benefit-led title plus a markdown body, drafted for users and ready to hand off for final capture and publish. Use when someone says "write a changelog entry", "announce this in the changelog", or "post this to the changelog discussions" — this is the community-facing changelog POST, not the Keep a Changelog release file (that lives in `gtm-templates`).

2026-07-09
gtm-templates
시장조사 분석가·마케팅 전문가

Provides templates for go-to-market communications including blog posts, changelogs, social media, and enablement briefs. Use when writing launch announcements or marketing content.

2026-07-09
release
소프트웨어 개발자

Create a new GitHub release. Verifies CI is green on the release commit and refreshes the third-party NOTICE file before tagging, determines the next version from the latest tag, summarizes merged PRs since the last release, drafts release notes in the established style, and publishes via gh release create. Works for any datum-cloud service repository.

2026-07-01
agpl-compliance
소프트웨어 품질 보증 분석가·테스터

Scan a project repository for strict AGPL-3.0 license compliance across Go, Rust, and JavaScript/React codebases. Use this skill whenever the user asks to check, audit, verify, or enforce AGPL license compliance on a project, repo, or codebase. Triggers on phrases like "check agpl compliance", "audit license headers", "is this project agpl compliant", "scan for license headers", "check my license files", "agpl audit", or any request involving ensuring a project is properly licensed under AGPL. Always use this skill — don't wing AGPL compliance checks from general knowledge.

2026-05-22
operational-review
네트워크·컴퓨터 시스템 관리자

Covers producing weekly operational reports for the Datum AI Edge. Use when asked for an ops review, traffic report, latency analysis, provisioning report, or edge performance summary. Guides metric queries, anomaly detection, and publishing to datum-cloud/engineering.

2026-04-15
activity-summary
네트워크·컴퓨터 시스템 관리자

Generate a summary of recent cluster activity for handoffs, standups, or status updates. Use when the user asks for a status update, what happened recently, needs a summary for a handoff, or says "catch me up".

2026-03-11
audit-user
정보 보안 분석가

Audit a specific user's recent actions across all resources. Use when the user asks about what someone did, requests a user activity report, or needs to review actions for security or compliance purposes.

2026-03-11
author-policy
소프트웨어 개발자

Create or edit an ActivityPolicy that translates audit logs or events into human-readable activity summaries. Use when the user mentions ActivityPolicy, wants to create translation rules, asks about CEL expressions for activity, or wants to define how changes appear in the activity timeline.

2026-03-11
investigate-incident
네트워크·컴퓨터 시스템 관리자

Investigate a cluster incident by systematically checking recent activity, failed operations, and resource changes. Use when the user reports something is broken, asks "what happened", mentions an outage, incident, or error, or wants to understand recent cluster changes.

2026-03-11
investigate
네트워크·컴퓨터 시스템 관리자

Start an incident investigation with a description of the issue

2026-03-11
preview-policy
소프트웨어 개발자

Test an ActivityPolicy against sample data and iterate on its rules. Use when the user wants to test, debug, or validate an existing or in-progress ActivityPolicy, or when they say "preview this policy" or "test this policy".

2026-03-11
status
네트워크·컴퓨터 시스템 관리자

Quick summary of recent cluster activity (last hour)

2026-03-11
c4-diagrams
소프트웨어 개발자

Covers creating C4 architecture diagrams using PlantUML. Use when documenting system architecture, component relationships, or container layouts for technical documentation.

2026-03-01
commit-conventions
소프트웨어 개발자

Covers commit message conventions including format, structure, and content guidelines. Use when writing commits to ensure consistent, meaningful commit history across Datum Cloud repositories.

2026-02-20
k8s-apiserver-patterns
소프트웨어 개발자

Covers patterns for building Kubernetes aggregated API servers including REST handlers, storage interfaces, scheme registration, and type definitions. Use when implementing API types, storage backends, or server configuration.

2026-02-20
learning-engine
소프트웨어 개발자

Provides automatic pattern extraction and knowledge accumulation from review findings. Use when running /evolve, /patterns, or /trends commands, or when understanding how patterns are promoted to runbooks.

2026-02-19
user-corrections
소프트웨어 개발자

Captures and learns from direct user corrections to Claude Code's outputs. Complements the code-reviewer-driven learning system with user-driven feedback for continuous improvement.

2026-02-19
commercial-models
시장조사 분석가·마케팅 전문가

Covers pricing frameworks and commercial patterns including usage-based, subscription, and hybrid models. Use when designing pricing tiers, migration strategies, or assessing commercial viability of features.

2026-02-17
discover
프로젝트 관리 전문가

Quick-start feature discovery. Creates a pipeline entry and invokes the product-discovery agent to begin the discovery process.

2026-02-17
capability-activity
소프트웨어 개발자

Covers activity timeline integration using the Activity system. Use when implementing ActivityPolicy resources, emitting Kubernetes events for activity tracking, or exposing activity timelines to users via CLI, UI, or API.

2026-02-17
capability-index
프로젝트 관리 전문가

Decision framework for determining which platform capabilities a feature needs (Quota, Insights, Telemetry, Activity). Use when planning a new feature to assess which capabilities apply.

2026-02-17
capability-insights
소프트웨어 개발자

Covers proactive issue detection using the Insights system. Use when implementing InsightPolicy resources with CEL-based rules to automatically detect misconfigurations, health issues, or security concerns.

2026-02-17
capability-quota
소프트웨어 개발자

Covers resource quota integration using the Milo quota system. Use when implementing ResourceRegistration, ClaimCreationPolicy, or GrantCreationPolicy resources for quota enforcement and allocation.

2026-02-17
capability-telemetry
소프트웨어 개발자

Covers observability integration including metrics, traces, and logs following OpenTelemetry conventions. Use when instrumenting services for monitoring and debugging.

2026-02-17
controller-runtime-patterns
소프트웨어 개발자

Covers patterns for building Kubernetes controllers using controller-runtime with Milo's multi-cluster runtime provider. Use when implementing controllers that need to operate across project control planes.

2026-02-17
datum-ci
소프트웨어 개발자

Covers CI/CD patterns using GitHub Actions with reusable workflows. Use when setting up pipelines, Taskfiles, or Dockerfiles for Datum Cloud services.

2026-02-17
deploy
네트워크·컴퓨터 시스템 관리자

Trigger deployment workflow for a feature. Invokes the SRE agent to handle deployment configuration, staging rollout, and production promotion.

2026-02-17
design-tokens
웹·디지털 인터페이스 디자이너

Covers the design token architecture for Datum Cloud UIs including colors, spacing, typography, and theme support. Use when implementing UI components to ensure visual consistency.

2026-02-17
evolve
소프트웨어 개발자

Analyze review findings and session learnings to extract patterns, update the pattern registry, and automatically promote high-confidence patterns to agent runbooks. Run periodically to keep runbooks current.

2026-02-17
fluxcd-deployment
네트워크·컴퓨터 시스템 관리자

Covers GitOps deployment using FluxCD with OCIRepository and Flux Kustomization resources. Use when configuring deployments, dependency ordering, or inline patching in the infra repository.

2026-02-17
go-conventions
소프트웨어 개발자

Covers Go coding conventions including import grouping, error handling, naming, and comments. Use when writing or reviewing Go code to ensure consistency across services.

2026-02-17
kustomize-patterns
소프트웨어 개발자

Covers Kustomize deployment patterns using base, components, and overlays structure. Use when organizing Kubernetes manifests for different environments.

2026-02-17
milo-iam
소프트웨어 개발자

Covers the Identity and Access Management system including ProtectedResource, Role, and PolicyBinding definitions. Use when implementing authorization for new resource types or defining service roles.

2026-02-17
patterns
소프트웨어 개발자

Display pattern statistics from the learning engine. Shows top patterns, their frequency, trends, and which agents are affected.

2026-02-17
pipeline-conductor
프로젝트 관리 전문가

Covers pipeline orchestration for feature development including stages, handoffs, and artifact management. Use when coordinating work through the discovery to deployment pipeline.

2026-02-17
pipeline
소프트웨어 개발자

Orchestrate the Datum Cloud feature development pipeline. Use to start new features, check status, advance to the next stage, or route work to the appropriate agent.

2026-02-17
platform-knowledge
소프트웨어 개발자

Provides high-level understanding of the Datum Cloud platform architecture. Use when onboarding to the codebase, understanding the system structure, or learning about multi-tenancy, resource hierarchy, and service architecture.

2026-02-17
review
소프트웨어 품질 보증 분석가·테스터

Invoke code review on the current branch or a specific feature. Runs the code-reviewer agent with appropriate context from the pipeline.

2026-02-17
runbooks
소프트웨어 개발자

Explains the runbook system for accumulating learnings including patterns, anti-patterns, and service-specific guidance. Use when understanding how agents use runbooks or when manually adding entries.

2026-02-17
이 저장소에서 수집된 skills 41개 중 상위 40개를 표시합니다.