By imehr
Automatically log development sessions - captures tools, decisions, accounts, and progress from conversation context
Automatically log development sessions - captures tools, decisions, accounts, and progress from conversation context.
Add to your Claude Code settings:
{
"plugins": [
"github:imehr/dev-log-plugin"
]
}
Or clone locally and add the path:
{
"plugins": [
"/path/to/dev-log-plugin"
]
}
Dev-Log is your automatic development memory system. Run /dev-log at the end of a session and it extracts everything from the conversation:
Each project gets a single markdown file with timestamped entries.
/dev-log # Auto-capture session (no questions)
/dev-log clawdbot # Auto-capture to specific project
/dev-log show # View recent entries
/dev-log list # See all projects
/dev-log interview # Content creation mode (for publishing)
/dev-log help # Show detailed help
Default location: ~/dev-log/
dev-log/
├── projects/
│ ├── my-project.md # One file per project
│ └── another.md
├── drafts/ # Content creation outputs
└── index.json # Project metadata
Create dev-log.local.md in your project's .claude/ directory:
---
dev_log_root: ~/my-custom-dev-log/
---
Good times:
Skip for:
Turn dev work into publishable content:
/dev-log interview # 12-question capture for Twitter/LinkedIn
/dev-log content # Convert existing logs to posts
/dev-log drafts # List generated drafts
## 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 required
### Tools & SDKs
| Tool | Purpose | Notes |
|------|---------|-------|
| Tailscale | Public HTTPS | Funnel enabled |
### Next Steps
- [ ] Auth ElevenLabs CLI
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub imehr/imehr-marketplace --plugin dev-logBuild a comprehensive ME.MD profile that captures who you are and how you decide. Reads your CliftonStrengths report (if you have one) or runs a structured interview, then triangulates against your real prompt history across Claude Code, Codex, and OpenCode. Output is a machine-readable profile designed to be loaded into every AI session via @~/ME.MD.
Extract a complete, validated, reusable design system from any URL — patterns, relationships, motion, voice, and a self-validating shadcn/Tailwind HTML replica. Iteratively refines until the replica matches reference screenshots at >=0.85 similarity. Produces a per-brand DESIGN.md and an installable per-brand SKILL.md, indexed in a local design library at ~/.claude/design-library/.
Create multi-platform explainer videos with intelligent orchestration and learning memory
Complete workflow for creating Claude Code skills and marketplace repositories - TDD methodology, verification checklists, activation optimization, and large portfolio management. Use when creating skills, setting up marketplaces, or managing many skills.
Extract, validate, and document complete design systems and brand identities from any URL. Uses a generator-critic validation loop with 5 quality gates to produce production-ready design tokens, component replications, and brand voice analysis.
Auto-captures Claude Code sessions as narrative worklogs and detects user steering patterns
Technical session documentation with factual precision
Long-term memory system for Claude Code that captures learnings through diary entries and synthesizes insights through periodic reflection
Session log archiver: saves conversations as Markdown or JSON for easy review
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.