Agent Plugins Marketplace
All plugins

wingman

v1.0.0

Cross-platform AI coding plugin for project memory, contract checks, and project-map discovery.

Codex8 Skills

By keniLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
8 skill or MCP entries
Source updated
Sep 23, 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 wingman for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add wingman@awesome-codex-plugins

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

Compatibility: the page URL and API slug “wingman” remain stable.

  • Codex: wingman@agent-plugin-marketplacewingman@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/lsshym/wingman.ai/
├── .codex-plugin/plugin.json
├── skills/data-contracts/SKILL.md
├── skills/memory-clean/SKILL.md
├── skills/memory-load/SKILL.md
├── skills/memory-setup/SKILL.md
├── skills/memory-sync/SKILL.md
├── skills/project-map-catalog/SKILL.md
├── skills/project-map-find/SKILL.md
└── skills/using-wingman/SKILL.md

Included Skills8

data-contractsskills/data-contracts/SKILL.md

Use when source data and receiving code may disagree on fields, shape, optionality, enum values, or business meaning. Trigger for real data wiring, mock replacement, field/schema/type mismatch, snake_case/camelCase, 接口对接, 字段对齐, 类型对不上. Do not use for styling, copy, imports, or no-boundary renames.

memory-cleanskills/memory-clean/SKILL.md

Use when the user explicitly asks to clean, compact, prune, trim, deduplicate, optimize, or reduce Wingman memory, or asks to resolve stale or conflicting memory rules.

memory-loadskills/memory-load/SKILL.md

Use when Wingman memory is already known enabled in the current repository and starting non-trivial coding, debugging, planning, review, API integration, or business-logic work, or when the user explicitly asks to load or read Wingman memory.

memory-setupskills/memory-setup/SKILL.md

Use when the user explicitly invokes `/memory-setup` or explicitly asks to initialize Wingman memory files in the current repository. Do not use for ordinary work, memory loading, memory syncing, or setup of unrelated tools.

memory-syncskills/memory-sync/SKILL.md

Use when Wingman memory is already known enabled in the current repository and progress, decisions, business logic, API contracts, state flow, field mappings, or durable project knowledge should be recorded, or when the user explicitly asks to sync Wingman memory.

project-map-catalogskills/project-map-catalog/SKILL.md

Use when recording, registering, or updating a project feature, flow, page, component, module, utility, pattern, contract, domain, or business concept into Wingman's project map for future discovery and reuse/reference decisions. Trigger for 登记, 记录, 加入项目地图, 以后 AI 能找到, catalog, register, record, add to project map, feature inventory, capability map, or reusable capability. Do not use for explaining code, editing code, summarizing a file, or writing memory/history unless the user asks to add project-map knowledge.

project-map-findskills/project-map-find/SKILL.md

Use when locating existing project features, flows, pages, modules, components, utilities, patterns, contracts, business concepts, or similar functionality before answering where something is or before building related functionality. Trigger for 项目里有没有做过, 在哪里, 类似功能, 已有功能, 复用, 不要重复造轮子, 项目里叫什么, 哪些文件, 找一下, existing feature, similar functionality, where is, reuse, avoid rebuilding, project concept, feature inventory, capability map, or implementation already exists. Do not use for pure styling, isolated bug fixes, code explanation, or tests unless the user asks for existing/related capability discovery.

using-wingmanskills/using-wingman/SKILL.md

Use when starting a Wingman-enabled coding session, adapting Wingman across AI coding platforms, deciding which Wingman skill applies, or interpreting Wingman plugin-level instructions versus project-local instructions.

Plugin manifests1

plugins/lsshym/wingman.ai/.codex-plugin/plugin.json
{
  "name": "wingman",
  "version": "1.0.0",
  "description": "Cross-platform AI coding plugin for project memory, contract checks, and project-map discovery.",
  "author": {
    "name": "keni"
  },
  "homepage": "https://github.com/lsshym/wingman.ai",
  "repository": "https://github.com/lsshym/wingman.ai",
  "license": "MIT",
  "keywords": [
    "ai",
    "agentic",
    "codex",
    "cursor",
    "skills",
    "workflow",
    "memory",
    "project-map"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Wingman",
    "shortDescription": "Project memory, contract checks, and project-map discovery for AI coding agents",
    "longDescription": "Wingman gives agents reusable skills for loading project memory, aligning data-boundary contracts, finding existing project capabilities, and cataloging durable capability knowledge.",
    "developerName": "keni",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use Wingman to load project context before this change.",
      "Use data-contracts to align this real source payload with the receiving contract before editing.",
      "Use Wingman to find existing project capabilities before rebuilding them."
    ],
    "websiteURL": "https://github.com/lsshym/wingman.ai",
    "privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
    "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
    "brandColor": "#2563EB",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.svg",
    "screenshots": [
      "./assets/icon.svg"
    ]
  }
}

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

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