Skip to main content
langgenius
GitHub 제작자 프로필

langgenius

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

수집된 skills
55
저장소
9
업데이트
2026년 8월 29일
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

lingui-best-practices
소프트웨어 개발자

Implement internationalization with Lingui in React and JavaScript applications. Use when adding i18n, translating UI, working with Trans/useLingui/Plural, extracting messages, compiling catalogs, or when the user mentions Lingui, internationalization, i18n,…

2026년 7월 23일
playwright-best-practices
소프트웨어 품질 보증 분석가·테스터

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads,…

2026년 7월 22일
distill-devfile
소프트웨어 개발자

Fold new dev-log entries back into docs/dev-file volumes (the current-truth architecture docs), then bump each volume's 最后核对 stamp. Use when the user asks to distill/reconcile dev-file, run the weekly docs pass, or close out a workstream. Processes only the…

2026년 7월 22일
frontend-ui-engineering
웹 개발자

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and…

2026년 7월 22일
antfu-web-design-guidelines
웹·디지털 인터페이스 디자이너

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

2026년 7월 22일
audit-and-fix
소프트웨어 품질 보증 분석가·테스터

Closes the audit→edit→verify loop. Runs an accessibility audit, applies fixes to source code, and re-audits to confirm. Prefers live-DOM auditing via a browser MCP when available; falls back to static HTML audit when not.

2026년 7월 22일
compact-landing
웹 개발자

Build compact, distinctive landing pages and product skeletons without repeating one visual template. Use for package demos, developer tools, documentation intros, focused product pages, and micro-SaaS sites that should feel small, polished, tactile,…

2026년 7월 22일
harden
소프트웨어 개발자

Harden an interface against real-world inputs: extreme text lengths, emoji/RTL, huge lists, empty states, network failures, API errors, i18n expansion, and concurrent operations. Use when making UI production-ready or reviewing edge-case coverage.

2026년 7월 22일
수집된 skill 14개 중 8개를 표시합니다.
dify-docs-guides
미분류

Rule pack for Dify user-guide pages — en/{cloud,self-host}/use-dify/, en/develop-plugin/, and en/self-host/deploy/. Carries the reader personas (master copy), audience-voice rules, dual-copy discipline, and env-var presentation patterns. Loaded by…

2026년 8월 28일
dify-docs-reader-test
미분류

Post-writing verification from the reader's perspective. Invoke after completing any documentation task to simulate a real user reading the document for the first time.

2026년 8월 28일
dify-docs-write
미분류

The entry point for writing or revising ANY documentation in this repo — user guides, deployment pages, plugin-dev pages, API specs, the env-var reference, CLI pages. Resolves the work type and doc type, then runs the eight-stage pipeline (intake → research →…

2026년 8월 28일
dify-docs-format-check
미분류

Check formatting compliance in changed documentation against writing-guides/formatting-guide.md and tools/translate/formatting-{zh,ja}.md. Routes by path: en/ files get the English linter and rules; zh/ and ja/ files get the CJK linter and rules. Use after…

2026년 8월 27일
dify-docs-terminology-check
미분류

Audit terminology consistency across documentation against the codebase UI labels and the glossary — in prose and in the UI strings shown in screenshots. Covers full files, not just diffs; excludes env var docs. Use after finalizing a draft, or when the user…

2026년 8월 26일
dify-docs-env-vars
미분류

Rule pack for the environment variable reference — en/self-host/deploy/configuration/environments.mdx. Carries the tracing procedure, description rules, verifier, and document structure. Loaded by dify-docs-write; not an entry point. Its release-sync diff is…

2026년 8월 25일
dify-docs-api-reference
소프트웨어 개발자

Rule pack for the Service API specs ({en,zh,ja}/api-reference/openapi_service.json): spec conventions, app-type scoping, code-verification rules, and the audit machinery. Writing and editing run under dify-docs-write; the standalone audit of an existing spec…

2026년 8월 25일
dify-docs-release-sync
미분류

Use when preparing documentation updates for a Dify release — either comparing two version references (e.g., v1.13.2 and v1.13.3) or prepping ahead of an unreleased version in multiple passes. Covers API reference, help documentation, environment variable…

2026년 8월 19일
수집된 skill 10개 중 8개를 표시합니다.
code-review-guardrails
소프트웨어 품질 보증 분석가·테스터

Review mosoo changes for project-rule, architecture, type-safety, data-scope, generated-source, observability, dependency, and verification violations. Use before committing, after completing a feature, or when reviewing another agent's diff, especially for…

2026년 8월 4일
no-use-effect
소프트웨어 개발자

Avoid unnecessary React effects in mosoo while using React useEffect directly for real external synchronization. Use when writing or reviewing React components, refactoring effect-driven derived state or event relays, handling subscriptions and browser APIs,…

2026년 8월 4일
sandbox-sdk
소프트웨어 개발자

Build or review Cloudflare Sandbox SDK integrations using repository evidence and current official documentation. Use for secure code execution, agent runtimes, container-backed tools, Wrangler bindings, Dockerfiles, preview services, or Sandbox lifecycle…

2026년 7월 10일
better-auth-best-practices
소프트웨어 개발자

Better Auth server/client setup: `auth.ts`, generated schema, DB adapters, sessions, cookies, env vars, and plugins. Use when mentioning Better Auth, betterauth, auth handlers, OAuth, email/password, or session configuration.

2026년 6월 4일
create-auth-skill
소프트웨어 개발자

Scaffold Better Auth in TypeScript apps: framework handlers, DB adapters, OAuth, email/password, and auth UI. Use when adding login, sign-up, session handling, or Better Auth plugins.

2026년 6월 4일
email-and-password-best-practices
소프트웨어 개발자

Better Auth email/password setup: verification emails, password reset, policies, hashing, and credential sign-in. Use when adding or hardening email/password login, sign-up, reset, or verification flows.

2026년 6월 4일
better-auth-security-best-practices
미분류

Better Auth security hardening: rate limits, secrets, CSRF, trusted origins, cookies, sessions, OAuth tokens, and audit logging. Use when reviewing auth security, brute-force protection, token handling, or deployment safety.

2026년 6월 4일
typescript-style-guardrails
소프트웨어 개발자

Readability-first TypeScript and TSX style guardrails for strict codebases. Use when reviewing or editing TypeScript, defining shared contracts, creating lintable style rules, or deciding between type vs interface, null vs undefined, and…

2026년 6월 3일
wta-green-impl
소프트웨어 개발자

Act as the WTA green-impl. Use when the user is claiming a contract-sealed task, pulling its worktree, implementing the task, running checks, and submitting for review. Green-impl is the only role that edits product source code; it must stay inside the task…

2026년 6월 20일
wta-green-lead
소프트웨어 개발자

Act as the WTA green-lead. Use when the user is decomposing a sealed feature intent into tasks, creating a task draft, or signing a task interface contract. Green-lead owns decomposition and the implementation surface; it does not write acceptance contracts…

2026년 6월 20일
wta-install
소프트웨어 개발자

Install the WTA Rust CLI from source. Clone the public repository, build with cargo, and place the wta binary on PATH. Use when the user wants to start using WTA but does not yet have the wta binary installed, or wants to upgrade to the latest commit on main.

2026년 6월 20일
wta-orchestrator
소프트웨어 개발자

Act as the WTA orchestrator. Use when the user is bootstrapping a WTA project, publishing or sealing a feature intent, registering team members or release targets, closing an intent, or running a release push. The orchestrator owns intent and release; it does…

2026년 6월 20일
wta-using-wta
소프트웨어 개발자

Operate WTA, the role-gated workflow controller for teams collaborating with humans and AI coding agents. Use when the user wants to set up a new WTA project, configure the SSH/VPS pair, register an identity, or follow the Blue-Green role lifecycle from…

2026년 6월 20일
wta-blue-harness
소프트웨어 품질 보증 분석가·테스터

Act as the WTA blue-harness reviewer. Use when the user is reviewing a Delivered task by pulling a reviewer worktree, running the acceptance contract's Required Checks, and recording a verdict. Blue-harness is independent of green-impl; the same person should…

2026년 5월 19일
wta-blue-lead
소프트웨어 개발자

Act as the WTA blue-lead. Use when the user is signing a task acceptance contract, sealing a green-lead decomposition, or merging a Green-reviewed task into product main. Blue-lead is the gate that protects product main; it does not implement code and does…

2026년 5월 19일
frontend-code-review
미분류

Use only when the user explicitly requests a review or audit of frontend code under `web/` or `packages/dify-ui/`. Supports pending-change, file-focused, and pasted-diff reviews. Do not use for implementation-only requests, diagnosis without review intent, or…

2026년 8월 21일
frontend-testing
미분류

Use when writing or changing Vitest or React Testing Library tests under `web/` or `packages/dify-ui/`, or when the user explicitly requests frontend test strategy, including evaluation of an existing strategy. Do not use for frontend code-review-only…

2026년 8월 21일
how-to-write-component
미분류

Use when implementing or refactoring React/TypeScript components and the task requires decisions about component ownership, feature boundaries, state, data flow, effects, or interaction ownership. Do not use for review-only requests, test-only work, copy-only…

2026년 8월 21일
backend-code-review
소프트웨어 품질 보증 분석가·테스터

Use only when the user explicitly requests a review or audit of backend code under `api/`. Supports pending-change, file-focused, and pasted-diff reviews. Do not use for implementation-only requests, diagnosis without review intent, frontend code, or backend…

2026년 7월 26일
e2e-cucumber-playwright
소프트웨어 품질 보증 분석가·테스터

Use when writing, changing, or reviewing Cucumber and Playwright tests under `e2e/`, including feature files, step definitions, support code, scenario tags, locators, and assertions. Do not use for Vitest, React Testing Library, backend tests, or generic…

2026년 7월 26일
e2e-summary-skill
소프트웨어 품질 보증 분석가·테스터

Summarize user input for Agent Builder E2E coverage.

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