ksmaster03

60 mods across 1 repository, 11 stars between them.

authn-authz-design

25

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ออกแบบ Authentication (ยืนยันตัวตน: password/MFA/SSO/OAuth2-OIDC, session vs JWT) และ Authorization (กำหนดสิทธิ์: RBAC/ABAC) ให้ปลอดภัยตาม OWASP ASVS — produce a concrete, standards-aligned AuthN/AuthZ design (login flows, session/token strategy, role-permission model). Trigger เมื่อผู้ใช้พิมพ์ /authn-authz-design…

11 19d ago A 0 tokens

business-logic-spec

26

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ระบุ business logic/business rules ให้ชัดและทดสอบได้ — decision table, state machine, กฎคำนวณ/ตรวจสอบ, edge case — เพื่อให้ dev เขียนตรรกะถูกต้องและตรงเจตนาธุรกิจ (turn fuzzy domain rules into precise, testable specs). Trigger เมื่อผู้ใช้พิมพ์ /business-logic-spec หรือขอ "business logic / business rule / decision…

11 19d ago A 113 tokens

dev-standards

27

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

วางมาตรฐานการพัฒนาให้ทีม — coding standard/linting, branching strategy (Gitflow/trunk-based), commit convention, code review checklist, secure coding และ Definition of Ready/Done. Sets up team development standards: coding style, branching, commits, code review, secure coding, and DoR/DoD. Trigger เมื่อผู้ใช้พิมพ์…

11 19d ago A 0 tokens

fr-nfr-spec

28

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

เขียนสเปก requirement เป็นทางการระดับ SRS — Functional Requirements (FR) ที่มี ID ไม่ซ้ำ อะตอมมิก ทดสอบได้ + Non-functional Requirements (NFR) ทุกหมวด (performance, security, availability) ที่ "วัดผลได้" มี metric + target ชัดเจน. Write a formal Software Requirements Specification with uniquely-IDed FRs and measurable…

11 19d ago A 143 tokens

observability

29

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

วาง monitoring & observability หลัง deploy — สามเสา logs/metrics/traces, นิยาม SLI/SLO + error budget, golden signals, alerting และ incident management + runbook ให้ระบบ "บอกได้ว่าตอนนี้สุขภาพเป็นยังไง" และ "เมื่อพังจะรู้ก่อนลูกค้า". Trigger เมื่อผู้ใช้พิมพ์ /observability หรือขอ "monitoring / observability / logging…

11 19d ago A 124 tokens

pentest-plan

30

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

วางแผนการทดสอบเจาะระบบแบบได้รับอนุญาต (authorized penetration testing) — กำหนด scope + Rules of Engagement, เลือก methodology (PTES/OWASP WSTG/NIST 800-115), จัดลำดับความรุนแรงด้วย CVSS, รายงานและ retest. Plan an authorized, scoped, legal pen test end-to-end. Trigger เมื่อผู้ใช้พิมพ์ /pentest-plan หรือขอ "pen test /…

11 19d ago A 133 tokens

regression-suite

31

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

วางการทดสอบ regression และ non-regression — กันของเดิมพังเมื่อมีการแก้ไข, ทำ change impact analysis, คัดชุด regression แบบ risk-based, วาง automation และ smoke/sanity. Plan regression & non-regression testing to prevent breaking existing behavior on changes, run change impact analysis, select risk-based regression…

11 19d ago A 129 tokens

release-deploy

32

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

วาง deployment และ release management ระดับ production — CI/CD pipeline, กลยุทธ์ deploy (rolling/blue-green/canary/feature flag), environment promotion, IaC, change management, rollback plan และ release checklist (CI/CD pipeline, deployment strategies, environment promotion, infrastructure as code, change/release…

11 19d ago A 124 tokens

req-discovery

33

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

เก็บและวิเคราะห์ requirement อย่างเป็นระบบ — ระบุ stakeholder, เลือกเทคนิค elicitation, แปลงความต้องการดิบเป็น user story + acceptance criteria แล้วจัดลำดับด้วย MoSCoW เป็น product backlog (Elicit, analyze and prioritize requirements into a ready-to-build backlog). Trigger เมื่อผู้ใช้พิมพ์ /req-discovery หรือขอ "เก็บ…

11 19d ago A 107 tokens

sdlc-agile

34

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ตัวขับเคลื่อนการพัฒนาซอฟต์แวร์ครบวงจรแบบ SDLC + Agile ตั้งแต่เก็บ requirement, FR/NFR, business logic, design/architecture, authentication & authorization, Segregation of Duties (SoD), threat model, dev, test, regression/non-regression, security test, pen test, deployment, ไปจนถึง monitoring & observability …

11 19d ago A 172 tokens

security-testing

35

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

วางการทดสอบความปลอดภัยแบบอัตโนมัติใน CI/CD (shift-left) — SAST, DAST, SCA (ช่องโหว่ dependency/CVE), secret/IaC/container scanning, ใช้ OWASP ASVS เป็น checklist และ triage finding ด้วย CVSS. Automate security testing across the pipeline (SAST/DAST/SCA/secret/IaC/container), gate by severity, and verify against OWASP…

11 19d ago A 154 tokens

sod-matrix

36

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ออกแบบ Segregation of Duties (SoD) — แยกหน้าที่ไม่ให้คนคนเดียวคุมครบทั้งธุรกรรมสำคัญ ด้วย role×permission matrix, conflict rules (maker-checker), least privilege และ access review/recertification. Design Segregation of Duties: separate sensitive transactions, build a role×permission matrix, codify toxic-combination…

11 19d ago A 0 tokens

solution-design

37

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ออกแบบสถาปัตยกรรมและโซลูชัน — สร้าง C4 diagram, เลือก architecture style, ออกแบบ data model (ERD), API contract, และบันทึก ADR; ครอบคลุมทั้ง HLD และ LLD (architecture & solution design covering C4 model, architecture-style selection, ERD, API design, and Architecture Decision Records). Trigger เมื่อผู้ใช้พิมพ์…

11 19d ago A 131 tokens

test-strategy

38

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

วางกลยุทธ์และแผนการทดสอบ — test pyramid (unit/integration/e2e), test type/level, coverage target, test data, entry/exit criteria, และเทคนิคออกแบบ test case (boundary value, decision table) ระดับ test lead / QA strategy & test planning aligned to ISO/IEC/IEEE 29119. Trigger เมื่อผู้ใช้พิมพ์ /test-strategy หรือขอ "test…

11 19d ago A 127 tokens

threat-model

39

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ทำ threat modeling ตั้งแต่ตอนออกแบบ — วาด DFD + trust boundary, ใช้ STRIDE หา threat รายองค์ประกอบ, จัดลำดับความเสี่ยง แล้วแปลงเป็น security requirement + mitigation ที่ส่งต่อให้ทีม dev/test ใช้ได้จริง. Model the system, find what can go wrong (STRIDE-per-element), rank risk, and turn it into actionable security…

11 19d ago A 139 tokens

skill-router

40

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

เลือกสกิลที่เหมาะกับงานจากประโยคที่ผู้ใช้พิมพ์ (เช่น "ช่วย... / ทำ...ให้หน่อย / อยากได้...") โดยจับใจความแล้วแมตช์กับคลังสกิลใน skill-catalog.md แล้วลงมือทำตามสกิลนั้น. Trigger เมื่อผู้ใช้ขอความช่วยเหลือด้วยประโยคทั่วไปที่ยังไม่ได้ระบุสกิล หรือพิมพ์ /skill-router หรือถามว่า "มีสกิลไหนช่วยเรื่องนี้ได้บ้าง /…

11 19d ago A 125 tokens

skill-scout

41

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ค้นหา ศึกษา และนำเข้าสกิลใหม่จาก GitHub/อินเทอร์เน็ต — หาช่องว่างเทียบกับคลังปัจจุบัน แล้วสร้างสกิลที่ขาด หรืออัปเดตสกิลเดิมให้ทันสมัย ตามมาตรฐานของ bundle นี้. Trigger เมื่อพิมพ์ /skill-scout หรือขอให้ "หาสกิลใหม่ / ศึกษา skill บน github / อัปเดต skill / เพิ่มสกิลที่ขาด / ดูว่ามีสกิลอะไรน่าเพิ่ม".

11 19d ago B 125 tokens

ab-test-plan

42

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ออกแบบแผน A/B test ที่ตั้งสมมติฐานและวัดผลถูกต้อง.

11 19d ago A 24 tokens

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

เขียนอีเมลตามตะกร้าที่ทิ้งไว้เพื่อดึงยอดขายกลับ.

11 19d ago A 26 tokens

abstract-draft

44

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ร่างบทคัดย่อ (abstract) แบบมีโครงสร้างครบ ภายในจำนวนคำที่กำหนด ทั้งไทยและอังกฤษ.

11 19d ago A 32 tokens

ai-use-case-finder

46

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

ค้นหาจุดที่ AI ช่วยธุรกิจได้คุ้มสุด พร้อมจัดลำดับ.

11 19d ago A 26 tokens

black-friday-emails

48

ksmaster03/claude-canfly-skill

Skill Claude CodeCodex

วางแคมเปญอีเมลช่วงเทศกาลลดราคา (BF/11.11) ให้ยอดทะลุ.

11 19d ago A 35 tokens