Skip to main content
Sir-chawakorn
ملف منشئ GitHub

Sir-chawakorn

عرض على مستوى المستودعات لـ ١٨٠ skills مجمعة عبر ٢ مستودعات GitHub.

skills مجمعة
١٨٠
مستودعات
٢
محدث
١٦ يونيو ٢٠٢٦
مستكشف المستودعات

المستودعات و 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,…

١٦ يونيو ٢٠٢٦
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…

١٥ يونيو ٢٠٢٦
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…

١٥ يونيو ٢٠٢٦
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…

١٥ يونيو ٢٠٢٦
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…

١٥ يونيو ٢٠٢٦
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,…

١٥ يونيو ٢٠٢٦
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,…

١٥ يونيو ٢٠٢٦
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…

١٥ يونيو ٢٠٢٦
عرض 8 من أصل ١٤٦ skills مجمعة.
accessibility-audit
مطوّرو الويب

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

١٤ يناير ٢٠٢٦
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.

١٤ يناير ٢٠٢٦
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.

١٤ يناير ٢٠٢٦
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.

١٤ يناير ٢٠٢٦
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.

١٤ يناير ٢٠٢٦
ci-cd-pipeline
مديرو الشبكات وأنظمة الحاسوب

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

١٤ يناير ٢٠٢٦
cloud-migration
محللو أنظمة الحاسوب

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

١٤ يناير ٢٠٢٦
code-generation
مطوّرو البرمجيات

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

١٤ يناير ٢٠٢٦
عرض 8 من أصل ٣٤ skills مجمعة.
عرض ٢ من أصل ٢ مستودعات
تم تحميل كل المستودعات