Agent Plugins Marketplace
All plugins

devlog

v0.14.2

Turn each new version release (git tag) into a polished, researched how-to guide with real gotchas, written in your voice and published to GitHub

CodexClaude Code1 Skill

By Nate SwensonLicense: MIT3 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install devlog for Codex and Claude Code

Installs for the current user
codex plugin marketplace add natejswenson/claude-skills
codex plugin marketplace upgrade claude-skills
codex plugin add devlog@claude-skills

Paste and run these commands in a terminal with Codex. They add and refresh the claude-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “devlog-2” remain stable.

  • Codex: devlog-2@agent-plugin-marketplacedevlog@claude-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/natejswenson/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/devlog/.

Plugin files

skills/devlog/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/devlog/SKILL.md

Included Skills1

devlogskills/devlog/SKILL.md

Turn releases into researched how-to posts, or explicitly draft one complete concept guide readers can implement with their own coding agent. Supports Codex AI cover drafts and conversational devlog configuration.

Plugin manifests2

skills/devlog/.codex-plugin/plugin.json
{
  "name": "devlog",
  "version": "0.14.2",
  "description": "Turn each new version release (git tag) into a polished, researched how-to guide with real gotchas, written in your voice and published to GitHub",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/devlog",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "devlog",
    "shortDescription": "Turn each new version release (git tag) into a polished, researched how-to guide with real gotchas, written in your voic",
    "longDescription": "Turn each new version release (git tag) into a polished, researched how-to guide with real gotchas, written in your voice and published to GitHub",
    "developerName": "Nate Swenson",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use $devlog to help me."
    ]
  }
}
skills/devlog/.claude-plugin/plugin.json
{
  "name": "devlog",
  "version": "0.14.2",
  "description": "Turn each new version release (git tag) into a polished, researched how-to guide with real gotchas, written in your voice and published to GitHub",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/devlog",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[devlog on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devlog-2)