Agent Plugins Marketplace
All plugins

me

v17.48.1

AI coding assistant toolkit - git workflow protection, verification, shipping, research, and development automation

CodexClaude Code9 Skills

By baleen37License: MIT4 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 5, 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 me for Codex and Claude Code

Installs for the current user
codex plugin marketplace add baleen37/bstack
codex plugin marketplace upgrade bstack
codex plugin add me@bstack

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

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

  • Codex: me@agent-plugin-marketplaceme@bstack

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/baleen37/bstack

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

Plugin files

plugins/me/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/competitive-agents/SKILL.md
├── skills/create-pr/SKILL.md
├── skills/e2e-scenario-testing/SKILL.md
├── skills/research/SKILL.md
├── skills/ship/SKILL.md
├── skills/verify/SKILL.md
├── skills/write-skill/SKILL.md
├── skills/writing-prds/SKILL.md
└── skills/writing-rfcs/SKILL.md

Included Skills9

competitive-agentsskills/competitive-agents/SKILL.md

Use when designing systems, architectures, or APIs, when multiple valid approaches exist with no single obvious answer, or when user explicitly requests parallel/competing solutions

create-prskills/create-pr/SKILL.md

Create PR — commit, push, PR, wait for merge.

e2e-scenario-testingskills/e2e-scenario-testing/SKILL.md

Use when verifying a running application end-to-end through its real interface — a web UI, a CLI, or a TUI — by writing and executing agent-run "scenario cards" against a freshly built instance with falsifiable assertions. Trigger on "test it end to end", "prove the UI actually works", "write/run a scenario", or after a change touches a user-facing surface that unit tests can't fully cover. Not for unit tests, pure code review, or API-only checks.

researchskills/research/SKILL.md

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.

shipskills/ship/SKILL.md

Use when preparing to deploy to production, asked to "ship", "release", or "deploy", or when you need to verify a deploy succeeded or plan a rollback. Covers the full flow: pre-deploy checks, the deploy itself, and post-deploy verification with rollback on failure.

verifyskills/verify/SKILL.md

Use when asked to "verify this", "qa", "does this implementation work?", or "test this feature". Verifies the current implementation in context and reports `PASS`, `PARTIAL`, or `FAIL` with evidence.

write-skillskills/write-skill/SKILL.md

Use when creating or improving an agent skill, writing a SKILL.md or its description, fixing a skill that triggers too rarely or too often, or tuning one with SkillOpt or SkillOpt-Sleep from benchmark tasks or provider session history.

writing-prdsskills/writing-prds/SKILL.md

Use when writing, reviewing, or improving PRDs, product requirements documents, product specs, feature requirements, launch requirements, or product discovery writeups before product or engineering work begins.

writing-rfcsskills/writing-rfcs/SKILL.md

Use when writing, reviewing, or improving RFCs, requests for comments, technical design docs, architecture proposals, engineering decision records, API proposals, migration plans, or cross-team technical decisions.

Plugin manifests2

plugins/me/.codex-plugin/plugin.json
{
  "name": "me",
  "version": "17.48.1",
  "description": "AI coding assistant toolkit - git workflow protection, verification, shipping, research, and development automation",
  "author": {
    "name": "baleen37",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "git",
    "workflow",
    "automation",
    "verification",
    "shipping",
    "research",
    "memory",
    "context",
    "compacting"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Me",
    "shortDescription": "AI coding assistant toolkit - git workflow protection, verification, shipping, research, and development automation",
    "longDescription": "AI coding assistant toolkit - git workflow protection, verification, shipping, research, and development automation",
    "developerName": "baleen37",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use Me for this task."
    ]
  }
}
plugins/me/.claude-plugin/plugin.json
{
  "name": "me",
  "version": "17.48.1",
  "description": "AI coding assistant toolkit - git workflow protection, verification, shipping, research, and development automation",
  "author": {
    "name": "baleen37",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "git",
    "workflow",
    "automation",
    "verification",
    "shipping",
    "research",
    "memory",
    "context",
    "compacting"
  ]
}

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

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