python-async
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 ...
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-asyncskilz install athola/claude-night-market/python-async --agent opencodeskilz install athola/claude-night-market/python-async --agent codexskilz install athola/claude-night-market/python-async --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/athola/claude-night-marketcp -r claude-night-market/plugins/parseltongue/skills/python-async ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
developing-llamaindex-systems
by SpillwaveSolutions
Production-grade agentic system development with LlamaIndex in Python. Covers semantic ingestion (SemanticSplitterNodeParser, CodeSplitter, Ingesti...
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, convers...
using-claude-code-cli
by SpillwaveSolutions
Invoke Claude Code CLI from Python orchestrators and shell scripts. Use when asked to"spawn claude as subprocess", "automate claude cli", "run cla...
python-testing
by athola
Python testing with pytest, fixtures, mocking, and TDD workflows.Triggers: pytest, unit tests, test fixtures, mocking, TDD, test suite, coverage,te...
Agentic Skill Details
- Repository
- claude-night-market
- 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
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...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.