소스 정보
- 저장소
- diegosouzapw/awesome-omni-skill
- 최근 소스 활동
- 2026년 2월 28일 18:11
- 감지된 SKILL.md 언어
- 영어
- 스타
- 50
- 포크
- 19
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill faion-cicd-engineer명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Token-efficient tracking for AI orchestration. CLI-first for status updates (~50 tokens), agent fallback for complex ops (~1KB). Use when: updating task status, querying blockers, creating progress files, validating phases.
AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | faion-cicd-engineer |
| description | CI/CD: GitHub Actions, GitLab CI, Jenkins, ArgoCD, GitOps, monitoring. |
| user-invocable | false |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, Task, AskUserQuestion, TodoWrite |
Entry point:
/faion-net— invoke this skill for automatic routing to the appropriate domain.
Communication: User's language. Config/code: English.
Manages CI/CD pipelines, monitoring, observability, security, and operational excellence. Covers GitHub Actions, GitLab CI, Jenkins, ArgoCD, GitOps, Prometheus, Grafana, and modern DevOps practices.
Detect existing CI/CD and monitoring from project:
| Signal | How to Check | What It Tells Us |
|---|---|---|
| GitHub Actions | Glob("**/.github/workflows/*.yml") | GitHub CI/CD |
| GitLab CI | Glob("**/.gitlab-ci.yml") | GitLab pipelines |
| Jenkins | Glob("**/Jenkinsfile") | Jenkins pipelines |
| ArgoCD | Glob("**/argocd/*") or Grep("argocd") | GitOps deployment |
| Prometheus | Glob("**/prometheus*.yml") | Metrics collection |
| Grafana | Glob("**/grafana/*") or Grep("grafana") | Dashboards setup |
| ELK/Loki | `Grep("elasticsearch\ | logstash\ |
| Secrets | Glob("**/vault/*") or Grep("sealed-secrets") | Secrets management |
| SSL certs | Glob("**/cert-manager/*") or Grep("letsencrypt") | TLS automation |
Read existing CI/CD setup:
question: "What CI/CD area do you need help with?"
header: "Focus"
multiSelect: false
options:
- label: "Pipeline setup (build, test, deploy)"
description: "GitHub Actions, GitLab CI, Jenkins configuration"
- label: "GitOps deployment (ArgoCD)"
description: "Automated K8s deployments from Git"
- label: "Monitoring and observability"
description: "Prometheus, Grafana, ELK, alerts"
- label: "Security (secrets, SSL, scanning)"
description: "Vault, sealed secrets, TLS, SAST/DAST"
question: "Where are you deploying?"
header: "Platform"
multiSelect: false
options:
- label: "Kubernetes cluster"
description: "Need K8s-native CI/CD with ArgoCD or Flux"
- label: "Cloud PaaS (AWS ECS, Cloud Run, App Engine)"
description: "Managed container platforms"
- label: "VMs or bare metal"
description: "Traditional deployment with Ansible or scripts"
- label: "Serverless (Lambda, Cloud Functions)"
description: "FaaS deployment pipelines"
question: "What's your monitoring setup?"
header: "Observability"
multiSelect: false
options:
- label: "No monitoring yet"
description: "Need metrics, logs, and alerting from scratch"
- label: "Basic monitoring (logs, uptime)"
description: "Have logs but need metrics and dashboards"
- label: "Metrics + logs (need optimization)"
description: "Have Prometheus/Grafana but need SLOs, cost optimization"
- label: "Full observability (traces + advanced)"
description: "OpenTelemetry, distributed tracing, AIOps"
| If you need... | Use | File |
|---|---|---|
| CI/CD | ||
| GitHub Actions | github-actions-basics, github-actions-workflows | github-actions-basics.md |
| GitLab CI | gitlab-cicd | gitlab-cicd.md |
| Jenkins | jenkins-basics, jenkins-pipeline-patterns | jenkins-basics.md |
| GitOps | gitops, argocd-gitops | argocd-gitops.md |
| Monitoring & Observability | ||
| Metrics | prometheus-monitoring | prometheus-monitoring.md |
| Dashboards | grafana-basics, grafana-setup | grafana-basics.md |
| Logs | elk-stack-logging | elk-stack-logging.md |
| AIOps | aiops | aiops.md |
| Security & Operations | ||
| Secrets | secrets-management | secrets-management.md |
| SSL/TLS | ssl-tls-setup | ssl-tls-setup.md |
| Security as Code | security-as-code | security-as-code.md |
| Nginx | nginx-configuration | nginx-configuration.md |
| Load balancing | load-balancing-concepts, load-balancing-implementation | load-balancing-concepts.md |
| Backup & Cost | ||
| Backups | backup-basics, backup-implementation | backup-basics.md |
| Cost optimization | finops, finops-cloud-cost-optimization | finops.md |
| Modern Practices | ||
| Platform Engineering | platform-engineering | platform-engineering.md |
| DORA metrics | dora-metrics | dora-metrics.md |
| Azure | ||
| Azure compute | azure-compute | azure-compute.md |
| Azure networking | azure-networking | azure-networking.md |
1. Choose platform (GitHub/GitLab/Jenkins)
2. Define pipeline stages
3. Configure triggers
4. Add tests and quality gates
5. Setup deployments
6. Configure notifications
1. Deploy Prometheus
2. Configure exporters
3. Create Grafana dashboards
4. Setup alerting rules
5. Configure log aggregation
6. Test alert routing
1. Setup ArgoCD/Flux
2. Create Git repo structure
3. Define K8s manifests
4. Configure sync policies
5. Monitor deployments
6. Rollback if needed
| Pillar | Tools | Files |
|---|---|---|
| Metrics | Prometheus, Grafana | prometheus-monitoring.md, grafana-*.md |
| Logs | ELK, Loki | elk-stack-logging.md |
| Traces | Jaeger, Tempo | (use with monitoring stack) |
| Skill | Relationship |
|---|---|
| faion-devops-engineer | Parent skill |
| faion-infrastructure-engineer | Sibling (infrastructure and cloud) |
CI/CD Engineer Sub-Skill v1.0 28 Methodologies | CI/CD, Monitoring, Security, GitOps
| Optimization |
| Docker optimization | docker-optimization | docker-optimization.md |
| Docker Compose ref | ref-docker-compose | ref-docker-compose.md |