note/vue3/SKILL.md
## change-case 插件 https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case 快速更改当前选择或当前单词的命名规则 ## 让VScode浮窗显示完整的ts类型定义 https://github.com/microsoft/vscode/issues/64566#issuecomment-2199018004 1. 使用 Ctrl+P,转到 `node_modules/typescript/lib/tsserver.js` - 没有的话,找到 `node_modules/typescript/lib/tsc.js` - 还没有的话,找到 `node_modules/typescript/lib/typescript.js` 2. 查找行 `var defaultMaximumTruncationLength = 160` 3. 将其更改为 `1600` 或您选择的价值。 4. 打开 Ctrl+Shift+P 菜单,选择 TypeScript:选择 TypeScrip
npx skillsauth add pockettogether/pocket-together note/vue3Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case
快速更改当前选择或当前单词的命名规则
https://github.com/microsoft/vscode/issues/64566#issuecomment-2199018004
node_modules/typescript/lib/tsserver.js
node_modules/typescript/lib/tsc.jsnode_modules/typescript/lib/typescript.jsvar defaultMaximumTruncationLength = 1601600 或您选择的价值。/* vue3\src\assets\styles\nunito.css */
/* Nunito latin */
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
/* src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3jw.woff2) format('woff2'); */
src: url('data:font/woff2;base64,AAABAAEAEBAAAAAABAA...') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* 文件转base64命令 */
/* base64 XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3jw.woff2 > output.txt */
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.