一键导入
usage-helper-writer
Rephrase and polish technical help documentation or usage guides to be natural, professional, and clear.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Rephrase and polish technical help documentation or usage guides to be natural, professional, and clear.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | usage-helper-writer |
| description | Rephrase and polish technical help documentation or usage guides to be natural, professional, and clear. |
This skill provides guidelines and patterns for rewriting, rephrasing, and polishing technical usage guides, helper texts, and onboarding copy in the codebase (especially those originally drafted in non-native English). It aims to produce clear, engaging, and professional English documentation.
Passkey form autofill
In this page, you can experience authentication through a form that can accommodate passkeys and passwords called "passkey form autofill". This page also demonstrates WebAuthn Signal API that deletes an unusable passkey.
Put your cursor on the username field and form autofill suggestions should appear. The list contains passkeys and passwords that are stored to the password manager, so you can select one to proceed signing in.
If you haven't created a passkey on this website yet, you can enter an arbitrary username and continue. You can enter a random password in the next page to create an account. The password will be ignored.
If you do have entries in the password manager:
- Select a password entry, and associated username will be filled in the username field, so that you can Continue to enter a password.
- Select a passkey entry, and a passkey dialog will appear to proceed with user verification, and you'll be signed in.
If your sign-in attempt is rejected by the server because the public key is not found on the server, the password manager will delete the passkey to avoid further confusion. This is done by WebAuthn Signal API.
Passkey form autofill
On this page, you can experience a sign-in flow that seamlessly accommodates both passkeys and passwords in a single form—a feature known as "passkey form autofill" (or conditional UI). This page also demonstrates how the WebAuthn Signal API can be used to clean up invalid or orphaned passkeys.
How to test it:
- Click or tap the username field to trigger the browser's autofill suggestions.
- Select a saved password (if available): The username will be filled in automatically. Click Continue to proceed to the password step.
- Select a saved passkey (if available): A browser verification prompt will appear immediately. Complete the verification to sign in instantly.
- Register a new account (if no credentials exist): Enter any username and click Continue. On the next page, you can enter any password to register (the password will be ignored, but it simulates a traditional sign-up flow).
WebAuthn Signal API demo:
If a passkey sign-in attempt is rejected by the server because the corresponding public key is not found (e.g., if the user deleted their credential from their account settings but the local passkey remains in their password manager), the server uses the WebAuthn Signal API to signal the browser. The browser's password manager will then delete the invalid passkey, preventing future confusion.