Skillzwave Logo
Skillzwave

python-data-classes

66.0
D

Use when Python data modeling with dataclasses, attrs, and Pydantic. Use when creating data structures and models.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install TheBushidoCollective/han/python-data-classes
skilz install TheBushidoCollective/han/python-data-classes --agent opencode
skilz install TheBushidoCollective/han/python-data-classes --agent codex
skilz install TheBushidoCollective/han/python-data-classes --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding agents

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/TheBushidoCollective/han
2. Copy the agent skill directory:
cp -r han/jutsu/jutsu-python/skills/python-data-classes ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

claude-permissions

by SpillwaveSolutions

Proactive Claude Code permission manager. Configures permissions via natural language for CLI tools (git, gcloud, aws, kubectl, maven, gradle, npm, do...

100
TECHpython
+javascript+docker

developing-llamaindex-systems

by SpillwaveSolutions

Production-grade agentic system development with LlamaIndex in Python. Covers semantic ingestion (SemanticSplitterNodeParser, CodeSplitter, IngestionP...

99
A
TECHpython
#references#semantic chunking#semantic
+database+github

mastering-langgraph

by SpillwaveSolutions

Build stateful AI agents and agentic workflows with LangGraph in Python. Covers tool-using agents with LLM-tool loops, branching workflows, conversati...

95
A
TECHpython
#references#agents#langgraph
+monitoring

mastering-langgraph

by SpillwaveSolutions

Build stateful AI agents and agentic workflows with LangGraph in Python. Covers tool-using agents with LLM-tool loops, branching workflows, conversati...

95
A
TECHpython
#references#agents#langgraph
+monitoring

Agentic Skill Details

Repository
han
Type
Technical
Meta-Domain
development
Primary Domain
python
Market Score
66.0

Agent Skill Grade

D
Score: 66/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
14/30
Ease of Use
17/25
Writing Style
6/10
Utility
14/20
Modifiers: +2

Areas to Improve

  • File is 666 lines with no TOC, violating navigation requirements for files >100 lines
  • All 666 lines in single file with no references; violates PDA principle
  • Description has grammatical error making it unclear

Recommendations

  • Focus on improving Pda (currently 14/30)
  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 1/5/2026

Developer Feedback

I took a look at your python-data-classes skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 66/100, which lands you in D territory – needs work but fixable. This is based on Anthropic's skill best practices rubric. Your strongest area is Spec Compliance (13/15) – the frontmatter and formatting are solid. The real drag is Progressive Disclosure Architecture (14/30) – you've got everything crammed into one 666-line file when it should be broken up, and there's a decent chunk of Workflow Clarity (1/5) missing.

What's Working Well

  • Solid trigger terms – "dataclasses", "attrs", "Pydantic", "data modeling" are all there and relevant. Your skill is discoverable.
  • Comprehensive coverage – You're hitting three major Python data modeling libraries. That's genuinely useful for someone trying to figure out which tool to reach for.
  • Self-documenting code – Your examples show input/output with print statements, so users can see what's actually happening. That got you a +2 modifier bonus.
  • Good comparison section – The end section comparing dataclasses vs attrs vs Pydantic is exactly the kind of decision-making help people need.

The Big One: Your File Structure is Bloated

This is eating up about 16 points. A 666-line single file violates Progressive Disclosure Architecture – you're not layering information for different skill levels. Right now, someone just looking to understand dataclasses has to wade through the whole attrs and Pydantic section.

Here's the fix: Create a references/ directory with separate files:

  • references/dataclasses-guide.md (basic usage, comparison to alternatives)
  • references/attrs-advanced.md (attrs-specific patterns)
  • references/pydantic-models.md (validation, error handling)

Keep your main SKILL.md to ~100-150 lines: just an overview, trigger list, and quick decision flowchart pointing to the references. This restructure alone would bump you up ~8 points and solve your navigation issue (you need a TOC for files >100 lines anyway).

Other Things Worth Fixing

  1. Grammar in your description – "Use when Python data modeling" should be "Use for Python data modeling with dataclasses, attrs, and Pydantic." Adds more trigger phrases too. That's a +2 point fix.

  2. Missing workflow steps – Right now, someone's got to infer when to use what. Add a numbered decision flow: Need validation? → Pydantic. Need zero dependencies? → dataclasses. Need converters without Pydantic? → attrs. Worth ~3 points.

  3. No error handling examples – All your code shows the happy path. Add a section showing how to handle ValidationError in Pydantic or debug failed conversions in attrs. Real-world stuff. That's ~2 points.

  4. Redundant examples – You define a User class about 8 times with minor variations. Show it once, then show variations inline or reference them. Tightens things up and improves readability.

Quick Wins (Priority Order)

  • Refactor into PDA structure (8+ points) – Break into SKILL.md + references/
  • Fix description grammar and add triggers (2 points) – "Use for" instead of "Use when"
  • Add decision flowchart (3 points) – When to pick which tool
  • Add error handling patterns (2 points) – Show ValidationError handling
  • Condense redundant examples (2+ points) – One canonical example, variations inline

You've got solid bones here – just needs better organization and some practical workflow guidance. Hit the PDA restructure first; that'll unlock a bunch of points at once.


Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

Report Security Issue

Found a security vulnerability in this agent skill?