python-async

67 stars 11 forks
75
C

Master Python asyncio, concurrent programming, and async/await patternsfor high-performance applications.Triggers: asyncio, async/await, coroutines, concurrent programming, async API,I/O-bound, websockets, background tasks, semaphores, async context managersUse when: building async APIs, concurrent systems, I/O-bound applications,implementing rate limiting, async context managersDO NOT use when: CPU-bound optimization - use python-performance instead.DO NOT use when: testing async code - use ...

Marketplace
Also in: api

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 athola/claude-night-market/python-async
skilz install athola/claude-night-market/python-async --agent opencode
skilz install athola/claude-night-market/python-async --agent codex
skilz install athola/claude-night-market/python-async --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/athola/claude-night-market
2. Copy the agent skill directory:
cp -r claude-night-market/plugins/parseltongue/skills/python-async ~/.claude/skills/

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

Related Agentic Skills

Agentic Skill Details

Stars
67
Forks
11
Type
Technical
Meta-Domain
development
Primary Domain
python
Market Score
75

Agent Skill Grade

C
Score: 75/100 Click to see breakdown

Score Breakdown

Spec Compliance
0/15
PDA Architecture
27/30
Ease of Use
22/25
Writing Style
10/10
Utility
18/20
Modifiers: -2

Areas to Improve

  • Invalid or incomplete frontmatter
  • Redundant Trigger Terms
  • Name convention violations

Recommendations

  • Focus on improving Spec Compliance (currently 0/15)
  • Address 3 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 2026-01-19

Developer Feedback

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

Links:

The TL;DR

You're at 75/100 — solidly competent work, but there's a gate-keeping issue preventing you from breaking into the 80s. Your writing is crisp (10/10 on style), the content structure is sensible, and the actual async guidance is comprehensive. But the frontmatter is broken, which tanks your spec compliance score to 0/15. Fix that one thing and you're probably looking at 84-86/100.

What's Working Well

  • Writing clarity — You're using imperative form consistently ("Master Python asyncio..."), no fluff, reads like someone who knows the material. That perfect 10/10 on writing style isn't luck.
  • Progressive disclosure — You've got 7 modules structured thoughtfully with the overview in SKILL.md and detailed modules one level deep. That's exactly what 27/30 on PDA looks like.
  • Utility and examples — Rich code examples and clear pattern templates address real async pain points. Your triggers (concurrency, coroutines, await, async, asyncio) are solid and cover the problem space well.

The Big One: Broken Frontmatter

Your YAML frontmatter is malformed. The parser is choking on it — that's why spec compliance is 0/15. Here's what it should look like:

Current (broken):

---
name: python-async
description: |

Triggers: concurrency, coroutines, await, async, asyncio
  Master Python asyncio, concurrent programming, and async/await patterns...

Fixed:

---
name: python-async
description: Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when asked to "python async", "asyncio", "concurrent programming", or "async/aw...

Report Security Issue

Found a security vulnerability in this agent skill?