aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze Python async code for correctness, patterns, and potential issues.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/check-asyncContext preview
What this command does when you run it.
Analyze Python async code for correctness, patterns, and potential issues.
name: check-async description: Analyze Python async code for correctness, patterns, and potential issues.
Analyzes Python async code for correctness, patterns, and potential issues.
/check-async
Analyzes async code in the current directory.
/check-async src/api/handlers.py
1. **Pattern Detection**: Identifies async/await usage patterns 2. **Issue Detection**: Finds common async pitfalls 3. **Blocking Call Detection**: Identifies blocking operations in async code 4. **Concurrency Analysis**: Reviews gather, create_task, and semaphore usage 5. **Best Practice Check**: Validates against async best practices
For each file:
# Check with detailed output /check-async --verbose # Focus on blocking calls /check-async --blocking-only # Include test files /check-async --include-tests
Uses the `python-async` skill's analysis tools:
This command validates async code follows best practices and avoids common pitfalls.
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.