
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@nomojiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | May 2, 2026 |
| Repository | blakebauman/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
- Push this directory as the root of a dedicated repo (e.g.
nomoji/claude-plugin). - Tag a release matching
plugin.jsonversion. - 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.