plan-mode
✓Claude-Code-Plan-Modus anzeigen.
Installation
SKILL.md
// src/types/user.ts export interface UserProfile { id: string; role: 'admin' | 'user'; // Explicit union types, not just "string" preferences: UserPreferences; // Reference other interfaces }
// 必须包含完整的函数签名和核心逻辑流 export async function updateUserProfile(userId: string, data: Partial ): Promise { if (!userId) throw new Error("Invalid ID"); // ... 具体调用 ... }
方案 A: 回滚单个 commit git revert git push origin main
Claude-Code-Plan-Modus anzeigen. Quelle: story-has-you/skills.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/story-has-you/skills --skill plan-mode- Quelle
- story-has-you/skills
- Kategorie
- >_Produktivität
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist plan-mode?
Claude-Code-Plan-Modus anzeigen. Quelle: story-has-you/skills.
Wie installiere ich plan-mode?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/story-has-you/skills --skill plan-mode Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/story-has-you/skills
Details
- Kategorie
- >_Produktivität
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01