Skillzwave Logo
Skillzwave

python-async-patterns

68.0
D

Master Python asynchronous programming with asyncio, async/await, and concurrent.futures. Use for async code and concurrency patterns.

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-async-patterns
skilz install TheBushidoCollective/han/python-async-patterns --agent opencode
skilz install TheBushidoCollective/han/python-async-patterns --agent codex
skilz install TheBushidoCollective/han/python-async-patterns --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-async-patterns ~/.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
68.0

Agent Skill Grade

D
Score: 68/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • 667-line file with no reference layering; all patterns inline rather than in separate reference files
  • File exceeds 100 lines but has no table of contents for navigation
  • Description is vague; misses specific triggers like 'producer-consumer', 'semaphore', 'rate limiting'

Recommendations

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

Graded: 1/18/2026

Developer Feedback

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

Links:

TL;DR

You're at 68/100, which lands you in D territory. This is based on Anthropic's best practices for skill structure and usability. Your Spec Compliance is solid (13/15)—the frontmatter and naming conventions are clean. But Progressive Disclosure Architecture is the real drag here (13/30)—you've got a 667-line monolith when you should have a layered structure, and that's costing you significant points on token efficiency and navigation.

What's Working Well

  • Spec compliance is tight — Valid YAML, correct naming conventions, you've got the foundation right
  • Comprehensive pattern coverage — You're hitting real async pain points: asyncio.gather, task cancellation, context managers, producer-consumer patterns
  • Bonus points applied — The grader gave you +5 for comprehensive error handling and exemplary examples, which shows the content quality is there

The Big One: Monolithic Structure

Here's the issue: you've crammed 667 lines into a single SKILL.md file with 15+ async patterns inline. That violates Progressive Disclosure Architecture, which accounts for 30 points of your grade.

Why it matters: A user looking for "how do I implement producer-consumer?" shouldn't have to scan through 667 lines. You're burning token budget on repetitive examples and burying useful patterns in navigation noise.

The fix: Reorganize into a references/ directory structure:

python-async-patterns/
├── SKILL.md (now ~50 lines: intro + links to patterns)
├── references/
│   ├── basic_asyncawait.md
│   ├── asyncio_gather.md
│   ├── producer_consumer.md
│   ├── context_managers.md
│   └── (etc. for each major pattern)

Keep one solid example per pattern in each reference file. Link from SKILL.md. This reorganization alone gets you +8 points.

Other Things Worth Fixing

  1. Add a table of contents — At 667 lines, you need a TOC right after the intro. Users can't jump to what they need. (+1 point)

  2. Beef up your description triggers — Currently reads "async code and concurrency patterns." Add specific triggers like producer-consumer, semaphore, rate-limiting, aiohttp. This helps discoverability and gets you +3 points on Ease of Use.

  3. Consolidate redundant examples — You've got multiple near-identical gather() examples and repeated fetch_url patterns. Merge them down to one solid example per concept. This cleans up Writing Style (+2 points).

  4. Add workflow checklists — Complex patterns like producer-consumer have code but no numbered steps. Add "1. Create Queue with maxsize → 2. Define producer → 3. Define consumer" guidance. Gets you +2 on Ease of Use.

Quick Wins

  • Restructure to references/ → +8 points
  • Add TOC + better triggers → +4 points
  • Consolidate examples → +2 points
  • Add workflow checklists → +2 points

That's +16 points with focused effort. You'd land around 84/100 (B territory) if you hit these.


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?