home / skills / jeremylongshore / claude-code-plugins-plus-skills / excel-macro-creator
This skill helps automate excel macro creation by providing step-by-step guidance, production-ready code, and validation for business automation workflows.
npx playbooks add skill jeremylongshore/claude-code-plugins-plus-skills --skill excel-macro-creatorReview the files below or copy the command above to add this skill to your agents.
---
name: "excel-macro-creator"
description: |
Create excel macro creator operations. Auto-activating skill for Business Automation.
Triggers on: excel macro creator, excel macro creator
Part of the Business Automation skill category. Use when working with excel macro creator functionality. Trigger with phrases like "excel macro creator", "excel creator", "excel".
allowed-tools: "Read, Write, Edit, Bash(cmd:*)"
version: 1.0.0
license: MIT
author: "Jeremy Longshore <[email protected]>"
---
# Excel Macro Creator
## Overview
This skill provides automated assistance for excel macro creator tasks within the Business Automation domain.
## When to Use
This skill activates automatically when you:
- Mention "excel macro creator" in your request
- Ask about excel macro creator patterns or best practices
- Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization.
## Instructions
1. Provides step-by-step guidance for excel macro creator
2. Follows industry best practices and patterns
3. Generates production-ready code and configurations
4. Validates outputs against common standards
## Examples
**Example: Basic Usage**
Request: "Help me with excel macro creator"
Result: Provides step-by-step guidance and generates appropriate configurations
## Prerequisites
- Relevant development environment configured
- Access to necessary tools and services
- Basic understanding of business automation concepts
## Output
- Generated configurations and code
- Best practice recommendations
- Validation results
## Error Handling
| Error | Cause | Solution |
|-------|-------|----------|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
## Resources
- Official documentation for related tools
- Best practices guides
- Community examples and tutorials
## Related Skills
Part of the **Business Automation** skill category.
Tags: automation, workflow, spreadsheets, email, business
This skill automates creation and guidance for Excel macros tailored to business automation tasks. It helps design, generate, and validate VBA or Python-based macro solutions for spreadsheet processing, reporting, and workflow integration. The skill targets practical, production-ready outputs and follows common industry patterns for maintainability and security.
When triggered, the skill inspects the requested macro purpose, input/output formats, and environment constraints, then generates step-by-step instructions and runnable code snippets. It can produce VBA macros, Python scripts using openpyxl/pandas, and sample configurations for deployment. The skill also validates generated code against common standards and flags likely permission or dependency issues.
Which languages can the skill generate macros in?
I generate VBA macros for native Excel automation and Python scripts using libraries like openpyxl and pandas for external automation.
Can this skill handle large workbooks and performance concerns?
Yes. I recommend batch operations, avoiding per-cell loops when possible, and using optimized library functions; I can generate versions tuned for performance.