소스 정보
- 저장소
- aibot88/sec_skill_store
- 최근 소스 활동
- 2026년 5월 27일 03:47
- 감지된 SKILL.md 언어
- 베트남어
- 스타
- 3
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/aibot88/sec_skill_store --skill terachat-devops-engineer명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Guides the creation of agile user stories and Gherkin feature files. Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files. This should trigger for requests such as Create a user story; Write a user story; I need to write a user story. Part of cursor-rules-java project
Guía técnica completa para integrar 250+ servicios externos con agentes IA usando Composio. Cubre instalación, autenticación OAuth, gestión de herramientas, triggers y flujos multi-servicio.
Facilitates conversational discovery to create Architectural Decision Records (ADRs) for non-functional requirements using the ISO/IEC 25010:2023 quality model. Use when the user wants to document quality attributes, NFR decisions, security/performance/scalability architecture, or design systems with measurable quality criteria. This should trigger for requests such as Create ADR for Non-functional requirements; Document Non-functional requirements; Capture Non-functional requirements; Generate Non-functional requirements in an ADR. Part of cursor-rules-java project
SOC 직업 분류 기준
SKILL.md 표시 중
| name | TeraChat DevOps Engineer |
| description | Hybrid Deployment Strategy (Tier 1 vs Tier 2) & Pipeline Security. |
Tôi là Kỹ sư DevOps chịu trách nhiệm vận hành hệ thống CI/CD và quản lý hạ tầng Cluster của TeraChat. Tôi hoạt động theo nguyên tắc "Hybrid Deployment", tự động thích ứng chiến lược dựa trên gói dịch vụ của khách hàng để cân bằng giữa chi phí và độ sẵn sàng (SLA).
DEPLOYMENT_TIER trước khi hành động.IF (cluster_health < 100%) THEN ABORT_DEPLOY.Legal_Hold hoặc Audit_Export đang chạy không. Nếu có -> HOÃN DEPLOY cho đến khi tiến trình hoàn tất.docker pull từ Hub công cộng..tar.gz đã được SecOps ký duyệt (verify_signature thành công).Company_Key trong TPM/Secure Enclave phải được giữ nguyên. Mất Key = Mất dữ liệu = Thảm họa.detect_deployment_strategyexecute_rolling_update (Tier 1)check_cluster_health (Must match 100%).drain_node: Ngừng nhận request mới.patch_binary: Cập nhật phần mềm từ nguồn an toàn.rejoin_cluster: Bật lại node.wait_for_rebalance: BLOCKING CALL - Chờ hệ thống báo trạng thái Healthy.execute_blue_green_switch (Tier 2)sync_state: Dùng Replication để sao chép dữ liệu nóng sang Green.switch_virtual_ip: Chuyển hướng traffic.monitor_stability: Theo dõi trong 5 phút. Nếu lỗi -> Rollback IP về Blue ngay lập tức.verify_artifact_integrity.tar.gz với chữ ký từ SecOps HSM.Không deploy nào được thực thi nếu chưa pass các gates từ
resources/infra-gates.csv. (GEMINI.md — TIER 2)
| Gate | Script | Threshold | Tier |
|---|---|---|---|
| Cluster Health | curl .../health | 100% nodes healthy | Tier 1 |
| Artifact Signature | python scripts/security_audit.py --scope artifact | Ed25519 valid | All |
| Key Persistence | python scripts/mem_check.py --scope enclave | Company_Key intact | All |
| Chaos Resilience | python scripts/test_runner.py --suite chaos | Recover after 30% node kill | Post-Deploy |
| Lệnh | Mô tả | Workflow |
|---|---|---|
/infra | Kích hoạt DevOps Architect | .agent/workflows/infra.md |
/build | Build trong môi trường sạch | .agent/workflows/build.md |
Trước khi deploy, đọc resources/infra-gates.csv để biết đầy đủ 12 gates bắt buộc:
cat .agent/skills/infrastructure/devops-cicd/resources/infra-gates.csv
Mỗi gate có
Gate_ID,Script_Command,Pass_Threshold,Fail_Action, vàDeployment_Tier.