Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

cc_projects

cc_projects 收录了来自 gizix 的 21 个 skills,并提供仓库级职业覆盖和站内 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