Generate banner
liangdabiao liangdabiao

Generate

Development community

Description

--- allowed-tools: Task, Read, Write, Bash, Grep, Glob argument-hint: [language] [analysis_type] description: Generate analysis code in specified language and analysis type --- # Code Generation Command Generate data analysis code in `$1` language for `$2` analysis type using the code-generator subagent. ## Context - Programming language: $1 (python, r, sql, javascript) - Analysis type: $2 (data-cleaning, statistical, visualization, machine-learning, custom) - Current working directory: !`pwd

Installation

Installs to ~/.claude/commands/liangdabiao-claude-data-analysis-generate.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/liangdabiao/claude-data-analysis/HEAD/.claude/commands/generate.md -o ~/.claude/commands/liangdabiao-claude-data-analysis-generate.md

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

Full documentation available on GitHub

View Source Repository