mit einem Klick
skill-name
{{DESCRIPTION}}
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
{{DESCRIPTION}}
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| name | {"[object Object]":null} |
| description | {"[object Object]":null} |
{{ONE_LINE_DESCRIPTION}}
This skill prevents {{ERROR_COUNT}} common errors and saves ~{{TOKEN_SAVINGS}}% tokens.
| Metric | Without Skill | With Skill |
|---|---|---|
| Setup Time | {{MANUAL_TIME}} | {{SKILL_TIME}} |
| Common Errors | {{ERROR_COUNT}} | 0 |
| Token Usage | {{MANUAL_TOKENS}} | {{SKILL_TOKENS}} |
{{FIRST_STEP_CODE}}
Why this matters: {{FIRST_STEP_EXPLANATION}}
{{SECOND_STEP_CODE}}
Why this matters: {{SECOND_STEP_EXPLANATION}}
{{THIRD_STEP_CODE}}
Why this matters: {{THIRD_STEP_EXPLANATION}}
❌ Wrong:
{{WRONG_CODE}}
✅ Correct:
{{CORRECT_CODE}}
Why: {{EXPLANATION}}
| Issue | Root Cause | Solution |
|---|---|---|
| {{ISSUE_1}} | {{CAUSE_1}} | {{SOLUTION_1}} |
| {{ISSUE_2}} | {{CAUSE_2}} | {{SOLUTION_2}} |
| {{ISSUE_3}} | {{CAUSE_3}} | {{SOLUTION_3}} |
{{CONFIG_EXAMPLE}}
Key settings:
{{SETTING_1}}: {{SETTING_1_DESCRIPTION}}{{SETTING_2}}: {{SETTING_2_DESCRIPTION}}{{PATTERN_1_CODE}}
{{PATTERN_2_CODE}}
Located in scripts/:
{{SCRIPT_1}} - {{SCRIPT_1_DESCRIPTION}}Located in references/:
{{REFERENCE_1}} - {{REFERENCE_1_DESCRIPTION}}{{REFERENCE_2}} - {{REFERENCE_2_DESCRIPTION}}Note: For deep dives on specific topics, see the reference files above.
Located in assets/:
{{TEMPLATE_1}} - {{TEMPLATE_1_DESCRIPTION}}Copy these templates as starting points for your implementation.
| Package | Version | Purpose |
|---|---|---|
| {{PACKAGE_1}} | {{VERSION_1}} | {{PURPOSE_1}} |
| Package | Version | Purpose |
|---|---|---|
| {{OPT_PACKAGE_1}} | {{OPT_VERSION_1}} | {{OPT_PURPOSE_1}} |
Symptoms: {{SYMPTOMS_1}}
Solution:
{{SOLUTION_CODE_1}}
Symptoms: {{SYMPTOMS_2}}
Solution:
{{SOLUTION_CODE_2}}
Before using this skill, verify:
Manage Linear tickets, projects, milestones, and documents. Use for coordinating work across skills (orca-security, multi-repo) or tracking remediation progress.
Manage Linear tickets, projects, milestones, and documents. Use for coordinating work across skills (orca-security, multi-repo) or tracking remediation progress.
TypeScript 6+ guidance for project development, tsconfig configuration, diagnostics, module resolution, deprecations, and modern standard-library typings. Use when building or maintaining TypeScript 6+ projects, debugging compiler behavior, or working through TS 6-specific defaults and tooling such as `#/` subpath imports, `ignoreDeprecations`, `RegExp.escape`, `Temporal`, and `--stableTypeOrdering`. Triggers on typescript 6, ts 6, stableTypeOrdering, ignoreDeprecations, types array, noUncheckedSideEffectImports, baseUrl deprecated, moduleResolution node deprecated, and subpath imports.
Vite 8+ development with Rolldown and Oxc. Use when configuring vite.config.ts, migrating rollup/esbuild-era configs, authoring Vite plugins with environments and hook filters, or troubleshooting SSR, Module Runner, and production build behavior in Vite 8. Triggers on vite, vite.config.ts, rolldownOptions, oxc, module runner, environments, hotUpdate, and lightning css.
Vitest 4+ testing with Vite. Use when configuring vitest.config.ts, writing unit/integration/browser tests, implementing mocks with vi.fn/vi.spyOn/vi.mock, setting up V8 or Istanbul coverage, or migrating from Jest or older Vitest workspace setups. Triggers on vitest, vitest.config.ts, vi.mock, browser mode, vitest/browser, projects, setupFiles, and toMatchScreenshot.
Tauri v2+ cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels), configuring permissions/capabilities, troubleshooting build issues, or deploying desktop/mobile apps. Triggers on Tauri, src-tauri, invoke, emit, capabilities.json.