Manages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.
Quellsprache: Englisch
Menü
Skills in diesem Repository
SkillsMP hat 217 Skills aus athola/claude-night-market gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
athola/claude-night-marketEs werden 17 von 217 gesammelten Skills angezeigt.
Manages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.
Quellsprache: Englisch
Summarizes recent git changes for context recovery after session breaks. Use when resuming work after a gap or handing off to another session.
Quellsprache: Englisch
Provides auth patterns for API keys, OAuth, and token management. Use when implementing or reviewing service authentication and credential handling.
Quellsprache: Englisch
Recovers broken agent state via crash recovery, context overflow, and merge conflict protocols. Use when an agent session fails or a worktree is corrupted.
Quellsprache: Englisch
Builds session-scoped temporary memory palaces for extended conversations. Use when tracking state across interruptions in a multi-step project.
Quellsprache: Englisch
Detailed development workflow with modular patterns for git, review, testing, and deployment.
Quellsprache: Englisch
Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation. Use when extracting insights from raw change data.
Quellsprache: Englisch
Provides error classification, recovery, and graceful-degradation patterns. Use when implementing error handling or debugging resilience failures in any skill.
Quellsprache: Englisch
Detects git forge (GitHub/GitLab/Bitbucket) and maps CLI commands cross-platform. Use when writing skills that must run on any git hosting provider.
Quellsprache: Englisch
Provides standardized pytest config, reusable fixtures, and CI integration patterns. Use when setting up or auditing a Python plugin's test infrastructure.
Quellsprache: Englisch
Provides templates and lifecycle patterns for storage and documentation systems. Use when organizing knowledge storage, config lifecycle, or naming conventions.
Quellsprache: Englisch
Async Python patterns via asyncio and aiohttp for I/O-bound concurrency. Use when adding async APIs, handling concurrent I/O, or debugging async code.
Quellsprache: Englisch
Python package creation and PyPI distribution via pyproject.toml and entry points. Use when publishing a package or setting up build configuration.
Quellsprache: Englisch
Python testing patterns with pytest, fixtures, TDD, mocking, async and integration tests. Use when writing or auditing a Python test suite.
Quellsprache: Englisch
Records browser sessions via Playwright and converts video to GIF. Use when creating web UI tutorials or demos showing browser interactions.
Quellsprache: Englisch
Converts webm/mp4 video files to optimized GIFs via ffmpeg with configurable quality settings. Use when post-processing recordings into shareable GIFs.
Quellsprache: Englisch
Generates terminal recordings using VHS tape scripts and produces GIF outputs. Use when creating demo GIFs or documenting CLI workflows for tutorials.
Quellsprache: Englisch