code-data-analysis-scaffolds
✓Use when starting technical work requiring structured approach - writing tests before code (TDD), planning data exploration (EDA), designing statistical analysis, clarifying modeling objectives (causal vs predictive), or validating results. Invoke when user mentions "write tests for", "explore this dataset", "analyze", "model", "validate", or when technical work needs systematic scaffolding before execution.
Installation
SKILL.md
This skill provides structured scaffolds (frameworks, checklists, templates) for technical work in software engineering and data science. It helps you approach complex tasks systematically by defining what to do, in what order, and what to validate before proceeding.
Code Data Analysis Scaffolds provides structured frameworks for common technical patterns:
Task: "Write authentication function" TDD Scaffold: ```python # Test structure (write these FIRST) def testvalidcredentials(): assert authenticate("user@example.com", "correctpass") == True def testinvalidpassword(): assert authenticate("user@example.com", "wrongpass") == False def testnonexistentuser():
Use when starting technical work requiring structured approach - writing tests before code (TDD), planning data exploration (EDA), designing statistical analysis, clarifying modeling objectives (causal vs predictive), or validating results. Invoke when user mentions "write tests for", "explore this dataset", "analyze", "model", "validate", or when technical work needs systematic scaffolding before execution. Source: lyndonkl/claude.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/lyndonkl/claude --skill code-data-analysis-scaffolds- Source
- lyndonkl/claude
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is code-data-analysis-scaffolds?
Use when starting technical work requiring structured approach - writing tests before code (TDD), planning data exploration (EDA), designing statistical analysis, clarifying modeling objectives (causal vs predictive), or validating results. Invoke when user mentions "write tests for", "explore this dataset", "analyze", "model", "validate", or when technical work needs systematic scaffolding before execution. Source: lyndonkl/claude.
How do I install code-data-analysis-scaffolds?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lyndonkl/claude --skill code-data-analysis-scaffolds Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/lyndonkl/claude
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01