Agent skill · Data & Analytics

ds

This skill should be used when the user asks to 'start data analysis', 'brainstorm analysis approach', 'plan a data project', 'clarify analysis requirements', or needs the full 5-phase data science workflow with output-first verification.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ds --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobBashSkillTodoWrite
Path: skills/analysis/ds/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Contents - [The Iron Law of DS Brainstorming](#the-iron-law-of-ds-brainstorming) - [What Brainstorm Does](#what-brainstorm-does) - [Critical Questions to Ask](#critical-questions-to-ask) - [Process](#process) - [Red Flags - STOP If You're About To](#red-flags---stop-if-youre-about-to) - [Output](#output) ## Session Resume Detection Before starting, check for an existing handoff: 1. Check if `.planning/HANDOFF.md` exists 2. **If found:** Read it and present to user: - Show the phase, task progress, and Next Action from the handoff - Ask: "Resume from handoff, or start fresh?" - If resume: skip to the recorded phase - If fresh: proceed with brainstorm 3. **If not found:** Proceed normally with Phase 1 (brainstorm) # Brainstorming (Questions Only) Refine vague analysis requests into clear objectives through Socratic questioning. **NO data exploration, NO coding** - just questions and objectives. **Load shared enforcement first:** Read `${CLAUDE_SKILL_DIR}/../../references/ds-common-constraints.md` for the full constraint index. Load conventions for brainstorm phase: Read `${CLAUDE_SKILL_DIR}/../../references/ds-common-conventions.md` for the full convention index. Read `${CLAUDE_SK

What's inside
Steps it walks through
  1. Contents
  2. Session Resume Detection
  3. The Iron Law of DS Brainstorming
  4. What Brainstorm Does
  5. Critical Questions to Ask
  6. Data Source Questions
  7. Objective Questions
  8. Constraint Questions
  9. Output Questions
  10. Process
  11. 1. Ask Questions First
  12. Smart-Discuss: Batch Ambiguities
  13. 2. Identify Replication Requirements
  14. 3. Propose Approaches
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ds skill do?

This skill should be used when the user asks to 'start data analysis', 'brainstorm analysis approach', 'plan a data project', 'clarify analysis requirements', or needs the full 5-phase data science workflow with output-first verification.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ds --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going