如何將 Claude 用作技術主管:Dante Skill 指南

Updated

技術主管在工程團隊中坐在最艱難的位置:仍然要撰寫程式碼,但現在還要負責技術方向、審查與人員。這個角色介於個人貢獻者與經理之間,壓力確實存在 - 你自己的工作,加上其他所有人的決策。使用 Claude 擔任技術主管,意味著把這個角色中需要推理與寫作、而非輸入程式碼的部分交出去:像 Claude、ChatGPT 或任何 AI 聊天工具,都能幫助你思考方向、提升審查品質並清晰溝通。它是你工作中那一半非編碼工作的思考夥伴。

以下是壓力最大之處,以及這項技能能如何提供幫助。

你必須捍衛的技術決策

技術主管不斷做出選擇 - 這種方法而不是那種方法、自己建置還是購買、現在重構還是之後再做。這項技能能幫助你理清思路:列出選項、權衡取捨、失效模式,以及你會如何向團隊提出這個方案。與一個會提出反駁的對象討論決策,勝過晚上 11 點獨自做決定後只能祈禱結果順利。至於更重大的架構決策,這部分可以交給我們的 軟體架構師指南

能帶來學習的審查,而不只是把關

好的審查能找出錯誤,也能讓作者變得更好;糟糕的審查則只是簡短的「LGTM」,或是一堵吹毛求疵的意見牆。這項技能能幫助你組織審查回饋,解釋原因、區分必須修正的問題與個人偏好,並以指導而非批評的方式傳達 - 這正是主管提升整個團隊水準的方式,而不只是合併 PR。

向上及跨部門溝通

技術主管總是處在邊界上 - 向產品經理解釋技術風險、向主管說明為何需要投入時間處理技術債務、撰寫團隊真正會閱讀的設計文件。這項技能能先起草這種轉譯:針對不同受眾傳達相同的事實,避免讓非工程師迷失的術語,也避免讓他們惱火的含糊其辭。

在不接管的情況下排除障礙

面對壓力時,人們的本能往往是抓起鍵盤親自修好問題 - 這能解決今天的事,卻會削弱團隊。這項技能能幫助你改為引導工程師自行解決問題:該問哪些問題、提供哪些提示,以及如何把勝利交還給他們。以指導取代救火,而我們的 工程經理指南 將其視為核心技能。

仍然是你自己的程式碼

你仍然要持續交付。對於親自動手的工作,同一個工具也能幫助你加快速度 - 我們程式設計指南中的實作協助 - 讓個人貢獻者職責的那一半,不會被領導職責壓垮。

為什麼 Skill 勝過一次性 prompt

一個載入完整內容的技術主管 Skill 掌握你的技術堆疊、團隊慣例與正在進行的決策,因此它提供的建議會符合你的情境,而不是泛泛的最佳實務。這種連續性,正是它成為主管的思考夥伴,而不只是帶有主觀看法的搜尋引擎的原因。

坦白說,它有其限制

這項 Skill 會根據你告訴它的內容進行推理;它看不到你的程式碼庫、不會參加你的站立會議,也無法承擔團隊對你的信任,而領導工作很大程度上就是這些事。你可以用它來理清決策、讓審查更精準,並改善溝通;至於情境與人際關係,仍需由你自己帶入。以這種方式使用 Claude 擔任技術主管,能讓團隊中最受壓迫的職位稍微從容一些。

技術主管 Skill
Dante - 技術主管 AI Skill
Dante - 技術主管 AI Skill
$29這項 Skill 相較於 $150聘請合約技術主管(按小時計費)

工作中非程式設計的那一半:思考技術決策、進行能帶來學習的審查、向上溝通,以及在不接管工作的情況下排除障礙。適用於 Claude、ChatGPT 或任何 AI 聊天工具。

查看 Dante →

相關 Skill 指南

KissMySkills 是一個提供 300 多種 AI skillsprompts代理免費工具的市集,適用於 Claude、ChatGPT 與任何 AI 聊天工具。

常見問題

Can Claude help with technical decisions?+

It can reason through options well, but it will not raise the two questions that actually settle most of them. The first is reversibility: ask it about your log format and your data model in the same session and you get two equally confident answers, though one is changeable on a Tuesday and the other outlives everyone who chose it. The second is operability: it does not know who is on call. Ask it to sort the decision by what undoing it costs before you ask it which option, and put your team in the prompt as a hard constraint.

What is a one-way door decision?+

Amazon's 2015 shareholder letter frames it as decisions that are consequential and irreversible or nearly irreversible, which must be made methodically, carefully and slowly with great deliberation and consultation. Most decisions are not like that: they are changeable, two-way doors, and those can and should be made quickly by high-judgement individuals or small groups. The practical value for a tech lead is spotting when a team is applying one-way-door process to a two-way-door decision, which is where most of the slowness comes from.

Why does AI recommend architecture my team cannot run?+

Because it optimises for what is technically good, and the material it learned from was written largely by people at companies with a platform team. It does not know who is on call, what they have operated before, what they will be paged for, or how many of them will still be there in eighteen months. Give it those facts as constraints and ask for two rankings: the technically best answer and the one this team can actually run. Where they differ is the interesting part.

Is AI good at code review?+

It is good at finding candidates and bad at weighting them. The default output is a flat list where a naming preference, a missing test and a race condition all appear at the same size in the same confident tone, which is exhausting to receive and teaches nothing. Two fixes: impose a budget of at most three must-fix items so it has to choose, and supply your conventions while forbidding it from asserting any standard you did not give it. Otherwise it will tell a junior their code breaks a rule that is not your rule.

Will it invent numbers in a tech-debt business case?+

Yes. Ask it to make the case for paying down debt and you get percentages of incidents avoided and engineering hours saved that you never supplied. Forbid any figure you did not give it, with a placeholder instead. The better use is to point it the other way entirely: ask it to write the strongest refusal a competent director would give, in their vocabulary. That tells you what you actually have to answer, and models are good at it when asked and bad at noticing it needs doing.

How do I unblock an engineer without doing the work for them?+

Do not paste their problem in and hand back the answer. It takes ninety seconds and it makes you a slow API in front of a fast one, while the engineer learns nothing and comes to you sooner next time. Ask the model for the three questions to ask, in order, with what a yes and a no would each rule out, and forbid it from hinting at the cause. Then ask what the engineer would need to already know for the first question to land - if they do not know it, the gap is the thing to teach and the debugging session is the wrong intervention.

Is it safe to paste work code into an AI chat?+

That is a policy question rather than a technical one, and as a tech lead you are usually the person who sets it or models it. Source code, customer data, credentials and internal architecture are governed by your employment agreement, your company's policy and often a customer contract, and the answer depends on your tier and account. Settle it in writing before it becomes a habit. Practices that hold regardless: reason about the shape of a problem rather than pasting the file, redact identifiers and secrets, keep customer data out, and remember a small snippet plus your public repo can identify the codebase.

How do I install the Dante skill?+

The download is a ZIP with SKILL.md at the root of the archive rather than inside a nested folder, which is the usual reason an upload fails. In the Claude desktop app open Customize, then Skills, upload the ZIP and toggle it on. Skills need code execution enabled, under Settings then Capabilities. Anthropic's help centre currently lists Skills on Free, Pro, Max, Team and Enterprise, while its Academy tutorial lists Pro, Max, Team and Enterprise, so if you are on the free plan check Settings then Capabilities for your own account rather than trusting either page. In ChatGPT or Gemini there is no upload step, so open SKILL.md, copy the contents and paste them into custom instructions.

~/get-started

實用的 Skills。不說空話。

瀏覽商店中的每個技能、prompt 套件和 agent。

瀏覽所有技能 →或試試免費工具