xlsx-to-python-integration-with-existing-pipeline
Sub-skill of xlsx-to-python: Integration with Existing Pipeline.
Best use case
xlsx-to-python-integration-with-existing-pipeline is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of xlsx-to-python: Integration with Existing Pipeline.
Teams using xlsx-to-python-integration-with-existing-pipeline should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/integration-with-existing-pipeline/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How xlsx-to-python-integration-with-existing-pipeline Compares
| Feature / Agent | xlsx-to-python-integration-with-existing-pipeline | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of xlsx-to-python: Integration with Existing Pipeline.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Integration with Existing Pipeline ## Integration with Existing Pipeline | Component | How This Skill Integrates | |-----------|--------------------------| | `parsers/xlsx.py` | Existing parser handles values; this skill adds formula layer | | `parsers/formula_xlsx.py` | New parser created by WRK-1247 using patterns from this skill | | `deep_extract.py` | Extended with formula extraction path for XLSX files | | `dark-intelligence-workflow` | Step 2 (Extract) uses this skill's extraction pipeline | | `calculation-report` | Step 7 output follows calc-report YAML schema | | `legal-sanity-scan` | HARD GATE: must pass before archival |
Related Skills
teams-meeting-pipeline
Operate the Teams meeting summary pipeline via Hermes CLI — summarize meetings, inspect pipeline status, replay jobs, manage Microsoft Graph subscriptions.
solidworks-to-blender-pipeline
Use when converting SolidWorks .sldprt/.sldasm geometry to Blender for rendering, animation, or visualization, including questions about STEP export settings, FreeCAD as a bridge, or which mesh format (STL/OBJ/GLTF) to choose.
library-evaluation-integration
Create evaluation scripts and integration tests for Python scientific libraries in the digitalmodel package. Follows the established pattern from fluids, ht, meshio, sectionproperties, and pygmt evaluations.
python-import-path-mismatch-debugging
Diagnose and fix ModuleNotFoundError when a package is installed but imports still fail due to environment/path mismatches
python-import-path-debugging
Diagnose ModuleNotFoundError when a package is installed but still fails to import
multi-role-agent-contract-review-pipeline
Execute a 4-role agent team (Planner/Architect/Reviewer/Integrator) pipeline for self-reviewing knowledge artifacts before delivery
clean-worktree-integration-from-dirty-main
Land validated issue work from isolated worktrees when the main checkout is dirty by creating a fresh integration worktree, cherry-picking only implementation commits, re-running combined validation, and preparing push/closeout artifacts.
gtm-prospect-pipeline-phased-execution
Phased execution pattern for
python-debugpy
Debug Python: pdb REPL + debugpy remote (DAP).
nextflow-pipelines
Run nf-core bioinformatics pipelines (rnaseq, sarek, atacseq) on sequencing data for gene expression, variant calling, and chromatin accessibility analyses.
hermes-ecosystem-integration
Wire Hermes into workspace-hub ecosystem — multi-repo skills, config sync, session export to learning pipeline, memory cross-pollination, skill patch tracking, and cross-machine health checks.
python-project-template
Generate standardized Python project structure with pyproject.toml, UV environment, pytest configuration, and workspace-hub compliance. Creates production-ready project scaffolding.