
phenomenoner skills on Claude Market
3 skills published by phenomenoner. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
context-clean-up
Audits prompt context to identify what is consuming the most space, then produces a ranked list of offenders and a reversible fix plan. No changes are applied automatically. Designed for situations where slow replies, rising costs, or noisy transcripts suggest context has grown too large.
context-scope-tags
A portable tagging convention for setting explicit context boundaries in chat messages. Five tags control isolation, scope, and memory intent: [ISO], [SCOPE], [GLOBAL], [NOMEM], and [REM]. Tags go at the start of a message and work on any text-based chat surface.
cron-worker-guardrails
A hardening checklist for cron and background workers running in POSIX shells (bash/sh). Covers the most common failure modes: brittle quoting in one-liners, working directory and environment drift, and false pipeline errors from pipefail combined with SIGPIPE. Outputs safe patterns for scripts-first structure, deterministic execution, and silent-on-success behavior.