From novelty-text-editor
Aggressively compress text while preserving meaning — strip filler, collapse clauses, drop redundancy. Use when the user wants the same content in a fraction of the words.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin novelty-text-editorThis skill uses the workspace's default tool permissions.
Shorten the input to a target length without losing core meaning.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Shorten the input to a target length without losing core meaning.
--target (word count, char count, or Nx ratio like 0.25x).Print the truncated version to stdout, followed by a one-line stat: <orig_words> → <new_words> (<pct>%). With --in-place, overwrite the source (no stat line).