From nomoji
Enforce no-emoji standards. Use after generating code, docs, comments, logs, CLI output, or commit messages to remove emojis and keep output professional and accessible.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nomoji:nomojiThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prevent emoji characters in all AI-generated content to maintain professional, accessible code.
Prevent emoji characters in all AI-generated content to maintain professional, accessible code.
Before finalizing any response, scan output for Unicode emoji characters. Key ranges:
If emoji are found in generated content, remove them and regenerate the affected output. Never use emoji as substitutes for words, status indicators, or decorative elements.
Use grep to scan for emoji in files:
grep -rn --include="*.{js,ts,jsx,tsx,py,md,txt,sh}" -P "[\x{1F300}-\x{1FFFF}]|[\x{2600}-\x{27BF}]" .
Severity: strict
Managed at https://nomoji.dev/setup
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub blakebauman/nomoji.dev --plugin nomoji