dev-log
✓AI ist nicht verfügbar.Konsole.log HTTP ist nicht verfügbar und wird von AI verwendet Sie können auch Claude Code, OpenCode und Cursor verwenden.
Installation
SKILL.md
function Counter() { const [count, setCount] = useState(0); const increment = () => { fetch('http://localhost:54321',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({sessionId:'sess8x7k2p',time:new Date().toTimeString().split(' ')[0],type:'before-increment',data:{count}})}).catch(()=>{}); setCount(c => c + 1); };
async function fetchData(userId) { fetch('http://localhost:54321',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({sessionId:'sessa1b2c3',time:new Date().toTimeString().split(' ')[0],type:'fetch-start',data:{userId}})}).catch(()=>{});
try { const response = await fetch(/api/users/${userId}); fetch('http://localhost:54321',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({sessionId:'sessa1b2c3',time:new Date().toTimeString().split(' ')[0],type:'fetch-response',data:{status:response.status,ok:response.ok}})}).catch(()=>{});
AI ist nicht verfügbar.Konsole.log HTTP ist nicht verfügbar und wird von AI verwendet Sie können auch Claude Code, OpenCode und Cursor verwenden. Quelle: dimple-smile/agent-skills.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/dimple-smile/agent-skills --skill dev-log- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-11
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist dev-log?
AI ist nicht verfügbar.Konsole.log HTTP ist nicht verfügbar und wird von AI verwendet Sie können auch Claude Code, OpenCode und Cursor verwenden. Quelle: dimple-smile/agent-skills.
Wie installiere ich dev-log?
Ö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/dimple-smile/agent-skills --skill dev-log 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/dimple-smile/agent-skills
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-11