Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Blake Bauman avatar

Nomoji

  • 1 repo stars
  • Updated May 2, 2026
  • blakebauman/nomoji.dev

Strict no-emoji Agent Skill for Claude Code.

About

nomoji is a Claude Code skill in the AI & Agent Building category. Strict no-emoji Agent Skill for Claude Code.

  • nomoji
  • AI & Agent Building
  • AI-coding skill

Nomoji by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add blakebauman/nomoji.dev
/plugin install nomoji@nomoji

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Last updatedMay 2, 2026
Repositoryblakebauman/nomoji.dev

What it does

Strict no-emoji Agent Skill for Claude Code.

README.md

nomoji — Claude Code plugin wrapper

The same nomoji Agent Skill, packaged as a Claude Code plugin for submission to Anthropic's plugin marketplace.

If you just want to install the skill, use marketplace/nomoji/ — it works in Claude Code and 36 other tools. This wrapper exists only for plugin-marketplace distribution, where a "plugin" can bundle skills, commands, and hooks together.

Layout

claude-plugin/
├── .claude-plugin/
│   └── plugin.json          # plugin manifest
└── skills/
    └── nomoji/
        └── SKILL.md         # same file as ../nomoji/SKILL.md

Install via plugin marketplace

/plugin install nomoji

(Once submitted and accepted.)

Install manually

mkdir -p ~/.claude/plugins/nomoji
cp -r marketplace/claude-plugin/* ~/.claude/plugins/nomoji/

Publish

  1. Push this directory as the root of a dedicated repo (e.g. nomoji/claude-plugin).
  2. Tag a release matching plugin.json version.
  3. Submit the repo URL per Anthropic's plugin-marketplace docs.

Regenerating

npm run build:marketplace

This refreshes skills/nomoji/SKILL.md from the live API. The plugin.json manifest is hand-maintained.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.