Agent Plugins Marketplace
All plugins

skiphow

v2.0.2

Autonomous project work for nontechnical product owners.

CodexClaude Code1 Skill

By mzoredLicense: MIT1 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add skiphow@agent-plugin-marketplace

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

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/mzored/SkipHow

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

Plugin files

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

Included Skills1

skiphowskills/skiphow/SKILL.md

Own a nontechnical product owner's project request through a verified result. Use for any request about the current project, including a question, decision, bug, change, review, research, saved idea, delivery, pause, or resume. Read the bundled focused methods only when they help; do not use it for unrelated conversation.

Plugin manifests2

plugins/skiphow/.codex-plugin/plugin.json
{
  "name": "skiphow",
  "version": "2.0.2",
  "description": "Autonomous project work for nontechnical product owners.",
  "author": {
    "name": "mzored",
    "url": "https://github.com/mzored"
  },
  "homepage": "https://github.com/mzored/SkipHow#readme",
  "repository": "https://github.com/mzored/SkipHow",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "claude-code",
    "codex",
    "autonomy"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SkipHow",
    "shortDescription": "Project work from one owner request",
    "longDescription": "Start from one plain-language owner request. SkipHow selects only the focused internal guidance that helps; technical decisions, authorized completion, and verification stay with the agent.",
    "developerName": "mzored",
    "category": "Developer Tools",
    "capabilities": [],
    "defaultPrompt": [
      "Here are today's bugs and ideas. Organize and save them so we can prioritize tomorrow.",
      "Fix the problems reported today and finish everything that is safe to finish locally.",
      "The totals overlap on small screens. Find the cause and fix it."
    ]
  }
}
plugins/skiphow/.claude-plugin/plugin.json
{
  "name": "skiphow",
  "version": "2.0.2",
  "description": "One autonomous project entry for nontechnical product owners.",
  "author": {
    "name": "mzored",
    "url": "https://github.com/mzored"
  },
  "homepage": "https://github.com/mzored/SkipHow#readme",
  "repository": "https://github.com/mzored/SkipHow",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "claude-code",
    "codex",
    "autonomy"
  ],
  "skills": "./skills/"
}

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

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