Agent Plugins Marketplace
All plugins

issuecreator

v0.1.1

Create actionable GitHub issues that issueflow can take through planning and implementation.

CodexClaude Code1 Skill

By Nate SwensonLicense: MIT3 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 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 issuecreator 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 issuecreator@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 “issuecreator” remain stable.

  • Codex: issuecreator@agent-plugin-marketplaceissuecreator@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/issuecreator/.

Plugin files

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

Included Skills1

issuecreatorskills/issuecreator/SKILL.md

Create GitHub issues grounded in repository evidence and formatted for issueflow. Use when the user says "create an issue", "turn this into a GitHub issue", "write an issue for issueflow", or "break this work into issues". Supports local drafts and authorized publishing; implementing existing issues belongs to issueflow.

Plugin manifests2

skills/issuecreator/.codex-plugin/plugin.json
{
  "name": "issuecreator",
  "version": "0.1.1",
  "description": "Create actionable GitHub issues that issueflow can take through planning and implementation.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/issuecreator",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "issuecreator",
    "shortDescription": "Create actionable GitHub issues that issueflow can take through planning and implementation.",
    "longDescription": "Create actionable GitHub issues that issueflow can take through planning and implementation.",
    "developerName": "Nate Swenson",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use $issuecreator to help me."
    ]
  }
}
skills/issuecreator/.claude-plugin/plugin.json
{
  "name": "issuecreator",
  "version": "0.1.1",
  "description": "Create actionable GitHub issues that issueflow can take through planning and implementation.",
  "author": {
    "name": "Nate Swenson"
  },
  "homepage": "https://github.com/natejswenson/claude-skills/tree/main/skills/issuecreator",
  "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.

[issuecreator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/issuecreator)