·dev-log
</>

dev-log

dimple-smile/agent-skills

AI はアクション スキームを調整します。 console.log は HTTP リクエストの収集に変換され、ユーザーの操作が完了すると AI が自動的に分析できるようになり、Claude Code、OpenCode、Cursor のサポートが必要になります。

16インストール·0トレンド·@dimple-smile

インストール

$npx skills add https://github.com/dimple-smile/agent-skills --skill dev-log

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 はアクション スキームを調整します。 console.log は HTTP リクエストの収集に変換され、ユーザーの操作が完了すると AI が自動的に分析できるようになり、Claude Code、OpenCode、Cursor のサポートが必要になります。 ソース: dimple-smile/agent-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/dimple-smile/agent-skills --skill dev-log
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-11
更新日
2026-02-18

クイックアンサー

dev-log とは?

AI はアクション スキームを調整します。 console.log は HTTP リクエストの収集に変換され、ユーザーの操作が完了すると AI が自動的に分析できるようになり、Claude Code、OpenCode、Cursor のサポートが必要になります。 ソース: dimple-smile/agent-skills。

dev-log のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dimple-smile/agent-skills --skill dev-log インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/dimple-smile/agent-skills

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-11

関連 Skills

なし