Sub-skill of xlsx-to-python: Integration with Existing Pipeline.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill integration-with-existing-pipeline --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Integration With Existing Pipeline?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-integration-with-existing-pipeline)More formats (shields.io, HTML) on the badges page.
---
name: xlsx-to-python-integration-with-existing-pipeline
description: 'Sub-skill of xlsx-to-python: Integration with Existing Pipeline.'
version: 1.0.0
category: data
type: reference
scripts_exempt: true
---
# 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 |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.