Skip to main content
afu-it
GitHub 제작자 프로필

afu-it

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

수집된 skills
42
저장소
7
업데이트
2026년 7월 29일
저장소 탐색

저장소와 대표 skills

access-control-patterns
소프트웨어 개발자

Enterprise-grade access control patterns to prevent broken access control, IDOR, tenant data leaks, privilege escalation, and admin route exposure. Covers RBAC, ABAC, ownership checks, multi-tenant scoping, policy middleware, row-level security, and audit…

2026년 5월 28일
audit-logging-workers
소프트웨어 개발자

Add structured audit logging with immutable R2 storage to Cloudflare Workers. Creates a typed audit utility, instruments all API routes, deploys a tail worker for persistent log storage, and configures R2 bucket lock for tamper-resistance. Use when adding…

2026년 5월 28일
auth-hardening
소프트웨어 개발자

Harden authentication systems against session fixation, brute-force attacks, and weak password storage. Covers bcrypt/argon2 hashing, JWT best practices, session management, and account lockout. Use when implementing login, fixing auth vulnerabilities, or…

2026년 5월 28일
ci-security-gates
소프트웨어 개발자

Add CodeQL SAST, Gitleaks secret scanning, and dependency audit to any CI/CD pipeline. Blocks deployment if vulnerabilities or secrets are detected. Covers GitHub Actions, GitLab CI, and generic pipelines. Use when setting up CI security, adding SAST,…

2026년 5월 28일
cors-configuration
소프트웨어 개발자

Configure CORS correctly to prevent credential leaks and unauthorized cross-origin access. Covers Express, Next.js, Cloudflare Workers, Laravel, and FastAPI. Use when setting up CORS, fixing preflight errors, or auditing cross-origin policies.

2026년 5월 28일
data-encryption
소프트웨어 개발자

Encrypt personal data at rest and in transit to comply with PDPA 2024. Covers field-level encryption for PII, AES-256-GCM patterns, key management, and database column encryption for Node.js, Python, Laravel, and Cloudflare Workers. Use when storing sensitive…

2026년 5월 28일
dependency-lockfile-audit
정보 보안 분석가

Detect typosquatting, malicious packages, and lockfile tampering in npm, pip, and composer dependencies. Covers lockfile integrity verification, known-malicious package detection, and supply chain attack prevention. Use when auditing dependencies,…

2026년 5월 28일
error-handling-security
소프트웨어 개발자

Prevent information leakage through error messages. Covers sanitized error responses, structured error handling, no stack traces in production, and safe logging patterns for Express, Next.js, Cloudflare Workers, Laravel, and FastAPI. Use when fixing verbose…

2026년 5월 28일
수집된 skill 17개 중 8개를 표시합니다.
setup-stripe-malaysia
소프트웨어 개발자

Set up, build, debug, review, and explain Stripe payment gateway integrations for Malaysia. Use when working with Stripe Checkout Sessions, Payment Intents, Payment Links, Elements, webhooks, Stripe.js, Stripe CLI, refunds, sandbox/live setup, MYR payments,…

2026년 5월 25일
setup-hitpay
소프트웨어 개발자

Set up, build, debug, review, and explain HitPay payment integrations using official HitPay docs, Payment Request API, hosted checkout, Drop-In UI, webhooks, HMAC-SHA256 signatures, sandbox/live setup, API keys, webhook salt, payment methods, plugins,…

2026년 5월 25일
setup-billplz
소프트웨어 개발자

Set up, build, debug, review, and explain Billplz payment integrations using Billplz API docs, help center, GitHub plugins, status pages, payment collections, payment forms, Payment Order payouts, X Signature callbacks/redirects, V5 checksums, sandbox/live…

2026년 5월 25일
setup-senangpay
소프트웨어 개발자

Set up, build, debug, review, and explain senangPay payment integrations using official senangPay guide pages, Manual Integration API, Direct API, callbacks, return URLs, query status APIs, refund API, sandbox/live setup, Merchant ID, Secret Key, Hash Type,…

2026년 5월 24일
setup-fiuu
소프트웨어 개발자

Set up, build, debug, review, and explain Fiuu payment integrations using official Fiuu API specs, Seamless Integration, Inpage Checkout, Mobile XDK, SDKs, and shopping cart plugin references. Use when working with Fiuu hosted payment pages, payment requests,…

2026년 5월 24일
malaysia-payment-gateway
소프트웨어 개발자

Build, debug, review, and explain Malaysia payment gateway integrations. Use when implementing checkout, payment links, hosted payment pages, redirects, callbacks, webhooks, HMAC/signature verification, idempotent settlement, paid-access unlocking, refunds,…

2026년 5월 24일
setup-bayarcash
소프트웨어 개발자

Set up, build, debug, and explain Bayarcash payment integrations using Bayarcash API docs, Web Impian API docs, Bayarcash PHP SDK, WordPress plugins, Boost.space integration links, and Bayarcash MCP server references. Use when working with Bayarcash API…

2026년 5월 24일
setup-bcl
소프트웨어 개발자

Set up, build, debug, review, and explain BCL payment gateway, BCL Pay, BCL Payment Link, BCL QR Terminal, BCL Forms, Bayarcash-linked setup, portal keys, transactions, webhooks, direct debit forms, client info, payment redirects, and BCL operating procedures…

2026년 5월 24일
수집된 skill 12개 중 8개를 표시합니다.
safe-code
소프트웨어 개발자

Use when asked to run a full repo hygiene pass, full cleanup, or to maintain a repo in one go — and whenever the user invokes /safe-code or any wrapper of it (/skill:safe-code, /skills safe-code, $safe-code, @safe-code, or bare safe-code), including…

2026년 7월 26일
codebase-pruner
소프트웨어 개발자

Scan an entire codebase to detect and safely remove dead code such as unused functions, orphaned modules, unreferenced exports, stale configs, dead routes, and leftover workflow artifacts. Use when asked to clean up dead code, remove unused code, prune stale…

2026년 7월 15일
safe-refactor-code
소프트웨어 개발자

Refactor code safely in small verified slices while keeping repo continuity docs in sync. Uses code-review graph tools for rename previews, impact radius, affected flows, and post-change review when available. Use when an agent is asked to refactor,…

2026년 7월 15일
senior-dev
소프트웨어 개발자

Senior engineer discipline layer for any coding task. Use when asked to make an AI agent think like a senior/master developer, improve strategy, create task lists, measure twice cut once, keep repositories clean, avoid overengineering, critique strategy…

2026년 7월 15일
explore-codebase
소프트웨어 개발자

Navigate and understand codebase structure using the code-review graph. Use for repo orientation, AGENTS.md authoring, architecture mapping, or finding relevant code.

2026년 6월 1일
build-graph
소프트웨어 개발자

Build or update the code review knowledge graph. Use before safe-code audits, refactors, reviews, debugging, or when the graph may be stale.

2026년 5월 9일
debug-issue
소프트웨어 개발자

Systematically debug issues using graph-powered code navigation, recent-change detection, affected flows, and targeted verification.

2026년 5월 9일
review-changes
소프트웨어 품질 보증 분석가·테스터

Review working-tree, branch, or PR changes using graph change detection, blast-radius analysis, affected flows, and test coverage checks.

2026년 5월 9일
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다