From devlog
Use when generating or publishing dev log posts, or when configuring the devlog plugin. Provides output directory, blog integration, and formatting preferences.
npx claudepluginhub varunr89/claude-marketplace --plugin devlogThis skill uses the workspace's default tool permissions.
Read settings from `~/.claude/devlog.local.md` YAML frontmatter before generating or publishing posts.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Read settings from ~/.claude/devlog.local.md YAML frontmatter before generating or publishing posts.
The plugin works in two modes based on whether blog_dir is set:
~/.claude/devlogs/. No blog, git, or dev server required.blog_dir to be set.---
journal_dir: ~/.claude/daily-journal
output_dir: ~/.claude/devlogs
insight_style: div
show_insight_label: false
---
---
blog_dir: ~/projects/bhavanaai
blog_url: https://me.bhavanaai.com
content_path: src/content/blog
journal_dir: ~/.claude/daily-journal
insight_style: div
show_insight_label: false
---
src/content/blog): Blog posts directory relative to blog_dir. Only used in blog mode.~/.claude/devlogs): Where standalone dev logs are saved. Only used in standalone mode.~/.claude/daily-journal): Where daily journal entries and extracted insights are stored.div): How insights are formatted. div wraps in <div class="insight">, blockquote uses > markdown blockquotes.false): Whether to include a <strong>Insight</strong> label inside each insight block.