memstack-marketing-marketplace-submit

memstack-marketing-marketplace-submit is a skill for Claude Code from cwinvestments/memstack. It costs 68 tokens per session (1,213 once invoked), scanned A, original, MIT.

A guide for submitting a coding-agent skill or plugin to a community marketplace through a pull request, a proposed change reviewed before it is added.

In plain words
What is it for?
Use it to prepare submissions for community skill lists, plugin registries, and other supported marketplaces.
Why use it?
It explains the publication process and the required format for different skill and plugin directories.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the memstack plugin — 87 skills, 2 commands, 6 hooks shipped together

Good fit Use it to prepare submissions for community skill lists, plugin registries, and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cwinvestments/memstack/marketplace-submit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add cwinvestments/memstack --skill marketplace-submit
Clone the repo
git clone --depth 1 https://github.com/cwinvestments/memstack

Made for: Claude Code.

Or install memstack, the plugin that ships this one along with the rest of its 87 skills, 2 commands, 6 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for memstack-marketing-marketplace-submit

README.md
[![agentmods](https://agentmods.dev/badge/skills/cwinvestments/memstack/marketplace-submit.svg)](https://agentmods.dev/skills/cwinvestments/memstack/marketplace-submit)
Your own site
<a href="https://agentmods.dev/skills/cwinvestments/memstack/marketplace-submit"><img src="https://agentmods.dev/badge/skills/cwinvestments/memstack/marketplace-submit.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,213 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.01213
Opus 5 $0.00034 $0.00607
Sonnet 5 $0.00014 $0.00243
Haiku 4.5 $0.00007 $0.00121

Measured 3d ago against content hash 9fd24705e77d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

memstack-marketing-marketplace-submit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/marketing/marketplace-submit/SKILL.md · 185 lines

How it starts

The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Marketplace Submit: Preparing marketplace submission...

Step-by-step guide to submit skills, plugins, or tools to community marketplaces via pull request.

Activation

Trigger Status
User says "submit to marketplace" or "publish my skill" ACTIVE
User says "share this skill" or "list on marketplace" ACTIVE
User says "submit plugin" or "publish to community" ACTIVE
User wants to build a skill NOT this skill: use Forge
User wants to write plugin code NOT this skill: use standard development

Context Guard

  • Do NOT use for skill creation (that's Forge)
  • Do NOT use for plugin development
  • Do NOT use for npm publishing (different workflow)
  • This skill ONLY handles marketplace submission via PR

Target Marketplaces

Marketplace URL Format Submission
buildwithclaude github.com/davepoon/buildwithclaude Skills/plugins directory Fork + PR
awesome-mcp-servers github.com/punkpeye/awesome-mcp-servers Awesome list Fork + PR
Smithery smithery.ai MCP registry Web submission
Glama MCP glama.ai/mcp/servers MCP directory Fork + PR
awesome-claude-code Community repos Various Fork + PR

Steps

Step 1: Prepare the submission package

Verify the skill/plugin is ready:

Check How to verify
SKILL.md exists and is complete Read the file, confirm frontmatter + body
Name and description are clear Description explains what it does in one sentence
Trigger words are specific No vague triggers that overlap with other skills
No proprietary/Pro content Confirm this is a free skill or has permission
Works locally User has tested it in their own CC session
# Verify the skill file exists and has frontmatter
head -10 skills/<category>/<name>/SKILL.md

Step 2: Fork the target repository

# Fork via GitHub CLI
gh repo fork <owner>/<repo> --clone

# Or fork via web UI at github.com/<owner>/<repo>/fork

Read the full file on GitHub · 185 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed 9fd24705e77d
  2. 3d ago First seen · 185 lines · 68 tokens per session scan A 2194eda654c2

Subscribe to this mod's changes

memstack-marketing-marketplace-submit is a skill published in the GitHub repository cwinvestments/memstack (419 stars, last pushed today), licensed MIT. It adds 68 tokens to every session and 1,213 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.