Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
nevergoodstudy-hub
GitHub 제작자 프로필

nevergoodstudy-hub

1개 GitHub 저장소에서 수집된 51개 skills를 저장소 단위로 보여줍니다.

수집된 skills
51
저장소
1
업데이트
2026-04-02
저장소 탐색

저장소와 대표 skills

ai-multimodal
소프트웨어 개발자

Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens.

2026-04-02
asyncio-taskgroup-migration
소프트웨어 개발자

Migrate all asyncio.gather() calls to asyncio.TaskGroup for structured concurrency. Use this skill to fix P1-2: replace gather with TaskGroup context managers, add Semaphore-based backpressure for concurrent operations, and use except* for ExceptionGroup handling. Targets Python 3.11+ structured concurrency patterns.

2026-04-02
bug-fixer
소프트웨어 개발자

Fix known bugs in the WeChat Article Summarizer project. Use this skill when investigating and fixing code bugs including: deprecated API usage, missing imports, type errors, null safety issues, and container initialization problems. Targets BUG-001 through BUG-006 from the project's TEST_ISSUES.txt.

2026-04-02
ci-cd-setup
소프트웨어 개발자

Set up a complete CI/CD pipeline using GitHub Actions. Use this skill to fix P2-8: create workflows for linting (ruff), type checking (mypy), testing (pytest with timeout), security scanning (pip-audit), and build verification. Includes dependency caching and matrix testing for Python 3.12-3.14.

2026-04-02
code-quality
소프트웨어 개발자

Improve code quality in the WeChat Article Summarizer project. Use this skill for automated code style fixes (ruff), test infrastructure improvements, and pytest-timeout setup. Targets WARN-001 (4711 ruff issues) and WARN-004 (test suite structural defects) from TEST_ISSUES.txt.

2026-04-02
container-lazy-init
소프트웨어 개발자

Refactor the DI container from eager to lazy initialization to unblock 186 tests. Use this skill to fix P0-1: convert container.py to use cached_property/lazy providers, create a test container with mock adapters in conftest.py, and eliminate module-level container instantiation across the codebase.

2026-04-02
domain-boundary-enforcer
소프트웨어 개발자

Detect and fix hexagonal architecture boundary violations in the domain layer. Use this skill to fix P1-1: find all imports in domain/ that reference infrastructure/, presentation/, or mcp/ packages, replace them with Protocol-based port interfaces, and set up an automated boundary check script.

2026-04-02
gui-decomposer
소프트웨어 개발자

Decompose the 113KB GUI app.py God Object into modular components. Use this skill to fix P0-2: split app.py into CTkFrame subclasses (sidebar, article list, summarization, export, settings), CTkToplevel dialogs, MVVM ViewModels, reusable widgets, and a pub/sub event bus. Each extracted file should be <400 lines.

2026-04-02
이 저장소에서 수집된 skills 51개 중 상위 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다