csv-import

Guide CSV batch import flow changes for stock transactions.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/rodrigopalhares/big-cat-stock-tamer --skill csv-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: csv-import
Source: https://github.com/rodrigopalhares/big-cat-stock-tamer/tree/main/.claude/skills/csv-import
Command: npx skills add https://github.com/rodrigopalhares/big-cat-stock-tamer --skill csv-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a focused guide for modifying the CSV batch import flow for stock transactions, reducing guesswork and aligning changes with the existing architecture.

Core Features & Use Cases

  • Clear mapping of the CSV import flow from paste to asset review, transaction preview, and batch submission.
  • Details on which files to modify (controller, service, DTOs, templates) when evolving the import logic.
  • Real-world scenarios like adding a new column, adjusting validation rules, or updating UI behavior in the import modal.

Quick Start

Modify the CSV import flow to add a new column and validate it through the existing pipeline.

Frequently Asked Questions about csv-import

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new column to the CSV transaction import flow?

You need to update front-end templates, DTOs, controllers, and the service layer to add a new column to the CSV transaction import flow, ensuring it passes through validation and maintains backward compatibility.

What files need modification when adjusting CSV batch import validations?

Adjusting CSV batch import validations requires modifying the service layer for logic rules, DTOs for data structure, controllers for endpoint handling, and front-end templates to reflect transaction preview updates.

How does the CSV import flow work from pasting data to asset review?

The CSV import flow maps from the initial paste step through asset review, transaction preview, and final batch submission, requiring coordinated updates across controllers and templates to maintain data integrity.

Can I update the import modal UI behavior without breaking backward compatibility?

You can update the import modal UI behavior by modifying front-end templates while ensuring the service layer and DTOs maintain backward compatibility and handle validation errors correctly during the transaction preview phase.

What is the best way to handle error handling during CSV batch submission?

Effective error handling during CSV batch submission involves updating the service layer and controllers to validate transaction data thoroughly before final submission, ensuring adjustments to import validations prevent invalid batch entries.