Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

cc_projects

cc_projects에는 gizix에서 수집한 skills 21개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
21
Stars
2
업데이트
2025-11-18
Forks
2
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

pdf-splitter
소프트웨어 개발자

Split PDF files into smaller files by pages, page ranges, or chunks. Use when working with .pdf files, when user asks to split/divide PDFs, extract pages, separate pages, or create individual PDF files from multi-page documents.

2025-11-18
api-generator
소프트웨어 개발자

Generate complete CRUD API endpoints with async patterns, Pydantic validation, JWT authentication, and proper error handling. Activates when creating new API resources or routes.

2025-11-18
deployment-guide
소프트웨어 개발자

Production deployment guidance for Quart applications including Docker, Hypercorn configuration, environment management, monitoring, and performance tuning. Activates when deploying or optimizing for production.

2025-11-18
quart-patterns
소프트웨어 개발자

Comprehensive guide to common Quart async patterns including app factory, blueprints, async sessions, background tasks, error handling, and WebSocket patterns. Activates when implementing Quart features or refactoring code.

2025-11-18
test-helper
소프트웨어 품질 보증 분석가·테스터

Generate comprehensive async pytest tests for Quart endpoints, database operations, and WebSocket connections. Activates when writing tests or ensuring code coverage.

2025-11-18
template-blueprints
소프트웨어 개발자

Access pattern library extracted from existing templates for reuse when creating new templates. Use when creating .md files for commands, agents, skills or when generating CLAUDE.md, README.md, or settings.json. Provides templatable patterns and quick-start presets.

2025-11-07
data-pipeline
소프트웨어 개발자

Implement Scrapy pipeline patterns for data processing, validation, cleaning, and storage when processing scraped items. Automatically creates pipelines for common data workflows including CSV, JSON, database export, and data transformation.

2025-11-06
docker-deploy
소프트웨어 개발자

Create Docker configurations and deployment workflows for Scrapy projects when containerizing spiders or deploying to production. Generates Dockerfiles, docker-compose setups, and orchestration configurations.

2025-11-06
spider-generator
소프트웨어 개발자

Generate Scrapy spiders with best practices when creating new spiders, crawlers, or implementing scraping patterns. Automatically scaffolds spiders based on target website type and requirements.

2025-11-06
test-coverage
소프트웨어 품질 보증 분석가·테스터

Generate comprehensive test suites for Scrapy spiders, pipelines, and middlewares when implementing tests or improving coverage. Creates unit tests, integration tests, and contract tests with proper fixtures and mocking.

2025-11-06
dialog-generator
소프트웨어 개발자

Generate modal and modeless dialog windows for Tkinter applications. Use when creating dialogs, popups, or secondary windows, when user mentions "dialog", "popup", "modal", or when working with files in views/dialogs/ directory.

2025-11-04
form-validation
소프트웨어 개발자

Add comprehensive form validation to Tkinter views using the template's validator utilities. Use when creating forms, handling user input, when user mentions "validation", "form", or when working with Entry/Text widgets.

2025-11-04
mvc-pattern
소프트웨어 개발자

Scaffold new MVC components (Model, View, Controller) for Tkinter applications following the template's architecture. Use when creating new features, when user mentions "MVC", "model", "view", or "controller", or when working with .py files in models/, views/, or controllers/ directories.

2025-11-04
component-patterns
소프트웨어 개발자

Implement advanced React component patterns including compound components, render props, and composition patterns. Use when building flexible, reusable component APIs.

2025-11-04
custom-hooks
소프트웨어 개발자

Implement custom React hooks for reusable logic including state management, side effects, and data fetching. Use when extracting component logic into reusable hooks.

2025-11-04
query-patterns
소프트웨어 개발자

Implement TanStack Query (React Query) patterns for data fetching, caching, mutations, and optimistic updates. Use when setting up API integration or data fetching strategies.

2025-11-04
claude-config-generator
소프트웨어 개발자

Generate Claude Code configuration files (commands, agents, skills, settings.json) with proper YAML frontmatter and structure. Use when creating .claude/ configuration or .md files in .claude/commands/ or .claude/agents/ directories.

2025-11-04
template-structure
소프트웨어 개발자

Implement proper directory structure for project templates following established patterns. Use when creating new templates or organizing template directories.

2025-11-04
django-patterns
소프트웨어 개발자

Implement common Django design patterns including managers, querysets, mixins, services, and architectural patterns. Use when refactoring code or implementing standard Django patterns.

2025-11-04
drf-serializer
소프트웨어 개발자

Generate Django REST Framework serializers with validation, nested relationships, and best practices. Use when creating or updating API serializers, especially for complex models with relationships.

2025-11-04
model-validator
소프트웨어 개발자

Add comprehensive validation to Django models using validators, clean methods, and constraints. Use when implementing model validation, business rules, or data integrity checks.

2025-11-04