Back to list
imehr

dev-log

by imehr

0🍴 0📅 Jan 16, 2026

SKILL.md


name: dev-log description: Automatically log development sessions - captures tools, decisions, accounts, and progress from conversation context

Dev-Log - Automatic Development Session Logging

Automatically captures development work from conversation context. One file per project with timestamped entries. No questions asked - just run /dev-log and it extracts everything.

When to Use

  • After substantive work (20+ minutes of development)
  • When installing/configuring new tools or SDKs
  • When creating accounts for services
  • When making key architectural decisions
  • Before switching projects (capture context while fresh)
  • Before ending a session

When NOT to Use

  • Reading documentation (no work produced)
  • Quick fixes under 10 minutes
  • Exploratory sessions with no concrete outcome

Storage Location

Root: ~/dev-log/ (configurable)

First Run Setup

When you first run /dev-log, if the directory doesn't exist, you'll be asked:

"Where would you like to store development logs?"

Options:

  • Default location (~/dev-log/) - Recommended for personal use across all projects
  • Current project (./.dev-log/) - Keep logs within project directory
  • Custom path - Specify your own location

Your choice is saved to .claude/dev-log.local.md in the current project.

Directory Structure

dev-log/
├── projects/
│   ├── clawdbot.md      # All clawdbot work
│   ├── dev-log.md       # This skill's development
│   └── <project>.md     # One file per project
├── drafts/              # Content creation outputs
└── index.json           # Project metadata

Quick Reference

CommandAction
/dev-logAuto-capture session to detected project
/dev-log <project>Auto-capture to specific project
/dev-log showView current project entries
/dev-log show <project>View specific project entries
/dev-log listList all projects
/dev-log interview12-question content capture (for publishing)
/dev-log contentGenerate content from existing logs
/dev-log draftsList content drafts
/dev-log helpShow detailed help

Default Mode (Auto-Capture)

Running /dev-log automatically extracts from conversation:

  • Summary: What was accomplished
  • Decisions Made: Key choices with rationale
  • Tools & SDKs: CLIs, libraries, services used
  • Accounts & Credentials: Signups, API keys created
  • Configuration: Files created/modified
  • Key Commands: Significant bash commands run
  • Problems Solved: Issues and resolutions
  • Next Steps: Pending work identified
  • Status: Working/In Progress/Blocked/Exploratory

No questions asked. Just analyzes the conversation and logs.

Interview Mode (Content Creation Only)

Use /dev-log interview ONLY when you want to create publishable content.

Generates:

  • Twitter/X thread (7-12 tweets)
  • LinkedIn post (~2000 chars)
  • Screenshot script

Project Detection

Auto-detects from:

  1. Git remote URL
  2. Git repository root
  3. Current working directory

Override: /dev-log my-project-name

Example Entry

## 2026-01-15 18:26 AEDT

### Summary
Set up Clawdbot with Tailscale Funnel for Gmail webhooks...

### Decisions Made
- **Tailscale over ngrok**: Persistent URL, no signup...

### Tools & SDKs
| Tool | Purpose | Notes |
|------|---------|-------|
| Tailscale | Public HTTPS | Funnel enabled |

### Next Steps
- [ ] Auth ElevenLabs CLI

Score

Total Score

45/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon