python-data-classes

43 stars 4 forks
66
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 14 AI coding assistants

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

Agentic Skill Details

Repository
han
Stars
43
Forks
4
Type
Technical
Meta-Domain
development
Primary Domain
python
Market Score
66

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

  • Missing Table of Contents
  • No Progressive Disclosure Architecture
  • Description Grammar Error

Recommendations

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

Graded: 2026-01-05

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-ad...

Report Security Issue

Found a security vulnerability in this agent skill?