mit einem Klick
best-practices
Code Quality Best Practices
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ü
Code Quality Best Practices
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
Manages AI agent context window usage - truncation rules, clear truncation markers, and tools for chunked reading or search. Use when building or modifying agent context, system prompts, user messages, or tools that inject large content into the LLM.
Caido Backend SDK Rules and Patterns
Caido Frontend SDK Rules and Patterns
Caido HTTP Proxy Overview
Vue component structure, PrimeVue, and script setup conventions
Linter Guidelines
| name | best-practices |
| description | Code Quality Best Practices |
any type.undefined over null.any.try/catch.computed for derived state instead of reactive variables when possible.knip to remove unused code if making large changes.export type Options = ScanConfig;
Instead, actually rename the type and fix all occurrences if needed.
intercept, replay, httpHistory).PassiveFormCreate, PassiveTable).useForm.ts, assistant.graphql).isPresent where possibleToolResult, ActionResult, Result) instead of creating custom ones.ToolResult.ok({ message, ...data }) or ToolResult.err(message, detail?) for agent tools.ActionResult.ok(message) or ActionResult.err(message, detail?) for float actions.Result.ok(value) or Result.err(error) for normal functions that need proper safe error handling.