Initial commit
This commit is contained in:
15
.claude-plugin/plugin.json
Normal file
15
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "computer-vision-processor",
|
||||
"description": "Computer vision image processing and analysis",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Claude Code Plugins",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"skills": [
|
||||
"./skills"
|
||||
],
|
||||
"commands": [
|
||||
"./commands"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# computer-vision-processor
|
||||
|
||||
Computer vision image processing and analysis
|
||||
15
commands/process-vision.md
Normal file
15
commands/process-vision.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
description: Execute AI/ML task with intelligent automation
|
||||
---
|
||||
|
||||
# AI/ML Task Executor
|
||||
|
||||
You are an AI/ML specialist. When this command is invoked:
|
||||
|
||||
1. Analyze the current context and requirements
|
||||
2. Generate appropriate code for the ML task
|
||||
3. Include data validation and error handling
|
||||
4. Provide performance metrics and insights
|
||||
5. Save artifacts and generate documentation
|
||||
|
||||
Support modern ML frameworks and best practices.
|
||||
61
plugin.lock.json
Normal file
61
plugin.lock.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:jeremylongshore/claude-code-plugins-plus:plugins/ai-ml/computer-vision-processor",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "f0797c335f1601c62b01733707247d09af3222a1",
|
||||
"treeHash": "de1bf7501818758bd8cabbdf24bd86d559f65e7b936cf4bdfb4bb1180548d0ff",
|
||||
"generatedAt": "2025-11-28T10:18:13.883523Z",
|
||||
"toolVersion": "publish_plugins.py@0.2.0"
|
||||
},
|
||||
"origin": {
|
||||
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||
"branch": "master",
|
||||
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||
},
|
||||
"manifest": {
|
||||
"name": "computer-vision-processor",
|
||||
"description": "Computer vision image processing and analysis",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "0761a79f619631828a66af7435a7216a9397b31f9d5fef01763ab64f2564ef95"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "132ef267545e01db544888e962a044597fea094edcfdc365bae65e1ea99a8633"
|
||||
},
|
||||
{
|
||||
"path": "commands/process-vision.md",
|
||||
"sha256": "043efb83e2f02fc6d0869c8a3a7388d6e49f6c809292b93dd6a97a1b142e5647"
|
||||
},
|
||||
{
|
||||
"path": "skills/computer-vision-processor/SKILL.md",
|
||||
"sha256": "51ce6957168495bb708ba6b675eade824eb6ef49c33ebbb271593d9487df2dad"
|
||||
},
|
||||
{
|
||||
"path": "skills/computer-vision-processor/references/README.md",
|
||||
"sha256": "1ec2c33d2b483f411fe4082d5ea0e9318d92c2b2e25bd4ad07e3c2506896419e"
|
||||
},
|
||||
{
|
||||
"path": "skills/computer-vision-processor/scripts/README.md",
|
||||
"sha256": "ad75d248f691742b3be8da5efe875cac84d2d7a9ffd461e081cd587eebdfa38b"
|
||||
},
|
||||
{
|
||||
"path": "skills/computer-vision-processor/assets/README.md",
|
||||
"sha256": "2cdad22be41c8b921e7033e70c2693ffd8b43686ff1b2231129c24facd4b4571"
|
||||
}
|
||||
],
|
||||
"dirSha256": "de1bf7501818758bd8cabbdf24bd86d559f65e7b936cf4bdfb4bb1180548d0ff"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
52
skills/computer-vision-processor/SKILL.md
Normal file
52
skills/computer-vision-processor/SKILL.md
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
name: processing-computer-vision-tasks
|
||||
description: |
|
||||
This skill enables Claude to process and analyze images using computer vision techniques. It's used to perform tasks such as object detection, image classification, and image segmentation. Use this skill when a user requests analysis of an image, asks for identification of objects within an image, or needs help with other computer vision related tasks. Trigger terms include "analyze image", "object detection", "image classification", "image segmentation", "computer vision", "process image", or when the user provides an image and asks for insights.
|
||||
allowed-tools: Read, Write, Edit, Grep, Glob, Bash
|
||||
version: 1.0.0
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
This skill empowers Claude to leverage the computer-vision-processor plugin to analyze images, detect objects, and extract meaningful information. It automates computer vision workflows, optimizes performance, and provides detailed insights based on image content.
|
||||
|
||||
## How It Works
|
||||
|
||||
1. **Analyzing the Request**: Claude identifies the need for computer vision processing based on the user's request and trigger terms.
|
||||
2. **Generating Code**: Claude generates the appropriate Python code to interact with the computer-vision-processor plugin, specifying the desired analysis type (e.g., object detection, image classification).
|
||||
3. **Executing the Task**: The generated code is executed using the `/process-vision` command, which processes the image and returns the results.
|
||||
|
||||
## When to Use This Skill
|
||||
|
||||
This skill activates when you need to:
|
||||
- Analyze an image for specific objects or features.
|
||||
- Classify an image into predefined categories.
|
||||
- Segment an image to identify different regions or objects.
|
||||
|
||||
## Examples
|
||||
|
||||
### Example 1: Object Detection
|
||||
|
||||
User request: "Analyze this image and identify all the cars and pedestrians."
|
||||
|
||||
The skill will:
|
||||
1. Generate code to perform object detection on the provided image using the computer-vision-processor plugin.
|
||||
2. Return a list of bounding boxes and labels for each detected car and pedestrian.
|
||||
|
||||
### Example 2: Image Classification
|
||||
|
||||
User request: "Classify this image. Is it a cat or a dog?"
|
||||
|
||||
The skill will:
|
||||
1. Generate code to perform image classification on the provided image using the computer-vision-processor plugin.
|
||||
2. Return the classification result (e.g., "cat" or "dog") along with a confidence score.
|
||||
|
||||
## Best Practices
|
||||
|
||||
- **Data Validation**: Always validate the input image to ensure it's in a supported format and resolution.
|
||||
- **Error Handling**: Implement robust error handling to gracefully manage potential issues during image processing.
|
||||
- **Performance Optimization**: Choose the appropriate computer vision techniques and parameters to optimize performance for the specific task.
|
||||
|
||||
## Integration
|
||||
|
||||
This skill utilizes the `/process-vision` command provided by the computer-vision-processor plugin. It can be integrated with other skills to further process the results of the computer vision analysis, such as generating reports or triggering actions based on detected objects.
|
||||
7
skills/computer-vision-processor/assets/README.md
Normal file
7
skills/computer-vision-processor/assets/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Assets
|
||||
|
||||
Bundled resources for computer-vision-processor skill
|
||||
|
||||
- [ ] example_images/: Directory containing example images for testing and demonstration purposes.
|
||||
- [ ] model_configurations/: Directory containing configuration files for different computer vision models.
|
||||
- [ ] output_templates/: Templates for generating reports or visualizations of the analysis results.
|
||||
7
skills/computer-vision-processor/references/README.md
Normal file
7
skills/computer-vision-processor/references/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# References
|
||||
|
||||
Bundled resources for computer-vision-processor skill
|
||||
|
||||
- [ ] object_detection_models.md: Documentation listing available object detection models, their accuracy, and use cases.
|
||||
- [ ] image_classification_api.md: API documentation for image classification services, including request/response formats and error codes.
|
||||
- [ ] segmentation_techniques.md: Overview of different image segmentation techniques and their applications.
|
||||
7
skills/computer-vision-processor/scripts/README.md
Normal file
7
skills/computer-vision-processor/scripts/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Scripts
|
||||
|
||||
Bundled resources for computer-vision-processor skill
|
||||
|
||||
- [ ] image_analyzer.py: Script to perform various image analysis tasks (object detection, classification, segmentation) based on user input and specified models.
|
||||
- [ ] model_downloader.py: Script to download pre-trained computer vision models (e.g., YOLO, ResNet) from online sources.
|
||||
- [ ] format_converter.py: Script to convert images between different formats (e.g., PNG, JPG, TIFF) to ensure compatibility with analysis tools.
|
||||
Reference in New Issue
Block a user