dani-lore

Economy Help — Development skill for Claude Code

Development community

Quick reference for the token-economy plugin — components, commands, options.

How to install Economy Help

Installs to ~/.claude/skills/dani-lore-token-economy-kit-economy-help/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dani-lore-token-economy-kit-economy-help && curl -fsSL https://raw.githubusercontent.com/dani-lore/token-economy-kit/HEAD/commands/economy-help.md -o ~/.claude/skills/dani-lore-token-economy-kit-economy-help/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Economy Help does


description: Quick reference for the token-economy plugin — components, commands, options disable-model-invocation: true

Show the token-economy quick reference below. One shot, change nothing: do not edit files or persist state.

**Principle: locate, don't read.** Every tool result stays in context for the rest of the session. Search finds the location; Read is a slice (`offset`/`limit`) taken to act.

**Components**

  • read-guard (PreToolUse, Read) — denies whole-file Reads estimated

Alternatives in Development

  • Web Artifacts Builder — Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui 94.1k ★
  • Claude Integration Guide — FOR CLAUDE CODE: When a user asks you to integrate components from this showcase repository into their project 9.3k ★
  • Skill Decision Support — Present options with trade-offs for informed decision-making — use when choosing between approaches 2.8k ★

Full documentation available on GitHub

View Source Repository