在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用best-practices
星标53
分支12
更新时间2026年3月19日 23:39
Code Quality Best Practices
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Code Quality Best Practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.