
Claude Skills by vamseeachanta
github.com/vamseeachantaSystematic approach to cleaning stale branches across multiple repos while preserving active work
Execute constrained file inventory sweeps with metadata-only stubs and validation, useful for staged documentation work on large file sets
Disciplined inventory process for cataloging documents by filename/path without content claims, using parent-centric grouping to prevent stub proliferation
Structured approach to complex multi-file tax return preparation with traceability and planning
Systematic parallel review and reconciliation of multi-document tax filings with cross-reference validation
Detect and handle multiple CSV format versions from the same data source; deduplicate records across format variants
Parse brokerage CSV exports that exist in multiple formats with overlapping data across files
Parse and consolidate financial transaction data across multiple CSV formats and years
Detect and clear stale state persisting across multiple storage layers (auth files, cache, code logic)
Systematic approach to cleaning stale branches, resolving merge conflicts, and syncing multiple repos
Diagnose and recover from stale lock files, diverged branches, and untracked file conflicts across multiple repos in a workspace ecosystem
Diagnose and resolve multi-repo pull failures caused by untracked files conflicting with remote changes
Diagnose and recover from stale git lock files in multi-repo workspaces, especially with submodules
Systematic approach to diagnosing and repairing failures across a multi-repo workspace
Diagnose and repair failed pulls across multi-repo ecosystems with stale locks, submodule conflicts, and untracked files
Execute a 4-role agent team (Planner/Architect/Reviewer/Integrator) pipeline for self-reviewing knowledge artifacts before delivery
Verify generated tax forms against source documents by line-by-line comparison, not just totals
Verify and reconcile complex multi-form tax filings by cross-referencing source documents, identifying data dependencies, and validating line-by-line against authoritative records.
How to safely stash changes in a parent repo containing dirty nested git repositories
Maintain index synchronization between parallel arrays when adding new entries to preserve label-path mappings
Workflow for executing pre-approved GitHub issues with mandatory validation checkpoints
Systematic validation pattern for plan-approved GitHub issues with pre-existing deliverables
Separate machine-portable baseline config from environment-specific hooks and plugins
Separate portable/universal config from machine-specific settings to enable safe template reuse across environments
Extract and separate portable baseline config from machine-specific overrides in multi-environment projects
Implement portable configuration baselines by separating machine-agnostic settings from machine-specific hooks and plugins
Extract machine-agnostic settings into portable template files while keeping machine-specific hooks and plugins separate
Multi-package implementation with verification strategy for cross-platform configuration hardening
Diagnose ModuleNotFoundError when a package is installed but still fails to import
Diagnose and fix ModuleNotFoundError when a package is installed but imports still fail due to environment/path mismatches
Systematic cross-check workflow to validate assumptions before TDD coding begins
Diagnose and recover from corrupted git states (stale locks, failed rebases, pre-commit hook blocks) during bulk operations
Diagnose and recover from stale git lock files caused by crashed background processes
Architecture pattern for splitting confidential data and reusable algorithms across repos
Pattern for creating hierarchical GitHub issue trees from phased project plans while checking for duplicate/overlapping issues
Navigate tax filing payment options while avoiding entry of sensitive financial data
Structured workflow for setting up a multi-file tax filing session with GitHub issue tracking and prepared-file validation
Structured workflow for preparing and tracking a tax filing session using prepared documents, task checklist, and GitHub issue cross-referencing
Handle currency field rounding and formatting quirks when entering precise decimal values into tax software forms
Systematic workflow for verifying tax software calculations against entry guide specifications
Handle FreeTaxUSA PDF download popups that block automation by capturing structured data and manual download workflow
Capture structured tax return summaries as YAML for year-over-year comparison, with fallback to manual PDF download and relocation when automation fails
Identify and fix duplicate tax adjustments entered through multiple mechanisms in tax software
Patterns for automating TaxAct Business online (Ionic SPA) via Chrome browser MCP tools — field interaction, navigation, shadow DOM handling
Verify pre-written TDD tests pass, conduct adversarial code review on committed diffs, and route findings to existing issues
Debugging and fixing shell hooks by writing isolated test suites first, then using test failures to pinpoint logic bugs
Diagnose TOML config errors caused by misplaced keys in table sections
Identify and fix TOML configuration errors caused by misplaced keys inside section headers
Orchestrate phase execution by discovering dependencies, grouping into waves, spawning subagents, and collecting results with optional wave filtering
Run tests when repo has unresolved merge conflicts in config files by bypassing broken configs and executing tests directly