Skip to main content
Sir-chawakorn
GitHub 제작자 프로필

Sir-chawakorn

2개 GitHub 저장소에서 수집된 180개 skills를 저장소 단위로 보여줍니다.

수집된 skills
180
저장소
2
업데이트
2026년 6월 16일
저장소 탐색

저장소와 대표 skills

structured-output-llm
소프트웨어 개발자

Gets machine-parseable JSON out of an LLM reliably — prefer provider-enforced grammar (OpenAI `response_format:{type:"json_schema",strict:true}`, Anthropic tool-calling / `tool_choice:{type:"tool"}`, Gemini `responseSchema`) over a "respond in JSON" prompt,…

2026년 6월 16일
build-data-table
소프트웨어 개발자

Builds production data grids that stay fast and accessible at 10k–1M+ rows — decide server-side vs client-side sort/filter/paginate by the dataset-fits-in-memory test (client only under ~10k rows, otherwise push to the API and treat the table as a controlled…

2026년 6월 15일
build-vector-search
소프트웨어 개발자

Builds semantic/vector search — pick an embedding model + dimensionality (and whether to truncate Matryoshka dims) and the matching distance metric (cosine/dot/L2, normalize to unit length so cosine == dot and IP is correct), an ANN index with the…

2026년 6월 15일
configure-security-headers-csp
소프트웨어 개발자

Configures HTTP response security headers and a strict, nonce/hash-based Content-Security-Policy — script-src with a per-request nonce or sha256 hash plus 'strict-dynamic' (so you can drop host allowlists and 'unsafe-inline'), object-src 'none', base-uri…

2026년 6월 15일
contract-testing
소프트웨어 품질 보증 분석가·테스터

Implements consumer-driven contract testing so services deploy independently without a full integration environment — the consumer's unit tests record concrete request/response expectations against a stub (Pact `pact-jvm`/`pact-js`/`pact-python`, or Spring…

2026년 6월 15일
debug-ci-pipeline-failure
소프트웨어 개발자

Debugs a red CI job to root cause instead of blind-rerunning — reproduce locally in the SAME image (`act -j <job>`, `gitlab-runner exec`, `circleci local execute`, or `docker run` the exact pinned digest), read the full log + the real exit code (124=timeout,…

2026년 6월 15일
debug-flaky-tests
소프트웨어 품질 보증 분석가·테스터

Diagnoses and fixes non-deterministic test failures at root cause instead of masking them with retries — classify the flake (test-order/shared-state pollution, async timing/sleep races, real-clock/timezone dependence, unseeded RNG, network/IO/external calls,…

2026년 6월 15일
design-api-pagination
소프트웨어 개발자

Designs paginated list endpoints that stay correct and fast under concurrent writes — cursor/keyset pagination over a stable total ordering with a unique tie-break key (e.g. ORDER BY created_at DESC, id DESC and WHERE (created_at,id) < (?,?)), opaque…

2026년 6월 15일
수집된 skill 146개 중 8개를 표시합니다.
accessibility-audit
웹 개발자

WCAG compliance checking and accessibility improvements. Use for auditing websites, fixing a11y issues, and implementing inclusive design.

2026년 1월 14일
android-development
소프트웨어 개발자

Android development patterns for Kotlin/Java including MediaProjection, Accessibility Service, Socket.IO, and foreground services. Use when working on TitanMirror or other Android projects.

2026년 1월 14일
api-design
소프트웨어 개발자

Design RESTful APIs with proper routes, validation, error handling, and documentation. Use when building backend services for PSI Engine or other server applications.

2026년 1월 14일
browser-automation
소프트웨어 품질 보증 분석가·테스터

Automate browser interactions including form filling, clicking, typing, navigation, and screenshot capture. Use this skill when testing web apps, automating uploads, or validating UI on TikTok, YouTube, or other web platforms.

2026년 1월 14일
chrome-extension
웹 개발자

Build Chrome Extensions with Manifest V3, background service workers, content scripts, and message passing. Use when developing TikTok Uploader extension or any browser extensions.

2026년 1월 14일
ci-cd-pipeline
네트워크·컴퓨터 시스템 관리자

Automated CI/CD pipeline setup with GitHub Actions, deployment strategies, and automation workflows. Use for build automation, testing, and deployment.

2026년 1월 14일
cloud-migration
컴퓨터 시스템 분석가

Cloud migration strategies for AWS, GCP, and Azure. Use for lift-and-shift, replatforming, and cloud-native architecture design.

2026년 1월 14일
code-generation
소프트웨어 개발자

Scaffolding, boilerplate generation, and project templates. Use for generating components, modules, APIs, and project structures.

2026년 1월 14일
수집된 skill 34개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다