Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support
Excel Analyst Pro Skill Md
Excel Analyst Pro Skill Md is an open-source data skill for Claude Code, published by jeremylongshore. Its author describes it as: “Professional financial modeling toolkit for Claude Code with auto-invoked Skills. Build DCF models, LBO analysis, variance reports, and pivot tables using natural language.”. The project has 50 stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `/plugin marketplace add jeremylongshore/excel-analyst-pro-skill-md`.
Installation
Add Excel Analyst Pro Skill Md to your agent with:
/plugin marketplace add jeremylongshore/excel-analyst-pro-skill-md Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Excel Analyst Pro Skill Md when you want data help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Declares compatibility with Claude Code
Things to check
- No license declared — confirm terms with the author before reuse
Topics
Frequently asked questions
- What does Excel Analyst Pro Skill Md do?
- Professional financial modeling toolkit for Claude Code with auto-invoked Skills. Build DCF models, LBO analysis, variance reports, and pivot tables using natural language.
- How do I install Excel Analyst Pro Skill Md?
- Run /plugin marketplace add jeremylongshore/excel-analyst-pro-skill-md in your agent, then reload your skills. Review the source at https://github.com/jeremylongshore/excel-analyst-pro-skill-md before installing.
- Is Excel Analyst Pro Skill Md free to use?
- Excel Analyst Pro Skill Md is publicly available on GitHub, but jeremylongshore has not declared a standard open-source license (Other). Confirm the terms with the author before reusing it.
- Which agents does Excel Analyst Pro Skill Md work with?
- Excel Analyst Pro Skill Md declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Data →GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.
Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.
Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers Claude's safety system.
Adds PyTorch FSDP2 (fully_shard) to training scripts with correct init, sharding, mixed precision/offload config, and distributed checkpointing. Use when models exceed single-GPU memory or when you need DTensor-based sharding with DeviceMesh.