agentsclimarketplace

Structuring research workflows

Skill jiangkaiqi2005/jiangkaiqi-Skills/structuring-research-workflows

Personal AI skills by Jiang Kaiqi for study tutoring, guided learning, exam review, and VMamba environment troubleshooting.

Install
npx -y skills add jiangkaiqi2005/jiangkaiqi-Skills --skill structuring-research-workflows

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when a computer vision research method, paper, codebase, model, dataset pipeline, experiment, or deployment system needs to be explained as a rigorous step-by-step workflow or prepared for a publication-style architecture or process diagram.

SKILL.md

6.6 KB, ~1.3k tokens by cl100k_base, as published. Nobody here has run it

Structuring Research Workflows

Overview

Turn computer vision research material into two source-grounded text deliverables: a detailed workflow and a copy-ready prompt for drawing the same workflow as a polished academic figure. Support the full vision research spectrum rather than assuming a particular CNN, Transformer, 2D/3D representation, or learning paradigm. Keep both deliverables structurally identical so every visual module can be traced back to the written method.

Required References

Read both files on every invocation:

  • references/workflow-template.md for extracting and writing the detailed workflow.
  • references/diagram-prompt.md for constructing the complete diagram-generation prompt.

Output Contract

Return exactly these two top-level sections in the user's language:

  1. 详细科研流程
  2. 完整流程图生成提示词

Place the complete diagram prompt in one fenced text block so it can be pasted directly into ChatGPT or another image-generation system.

Generate text only. Do not call imagegen, create an image, or add a third deliverable unless the user explicitly makes a separate request for an actual image.

Workflow

  1. Inspect all supplied material: prose, papers, equations, code, configs, logs, tables, and reference figures.
  2. Establish the source of truth. Prefer executable code and active configuration for an implementation diagram; prefer the paper for a paper-method diagram. State material conflicts instead of silently merging them.
  3. Build a method graph containing inputs, preprocessing, ordered core stages, branches, joins, objectives, outputs, evaluation, and training-only or inference-only paths.
  4. Record exact names, shapes, units, formulas, parameters, and directionality where supported. Mark absent values as 未提供 or not specified; never invent them.
  5. Write 详细科研流程 using references/workflow-template.md.
  6. Convert the same method graph into 完整流程图生成提示词 using references/diagram-prompt.md.
  7. Cross-check one-to-one coverage: every written stage appears in the diagram prompt, every visual module is supported by the written workflow, and every branch reconnects correctly.

Computer Vision Adaptation

Choose visual primitives from the actual vision task instead of forcing every method into a 3D CNN or generic tensor pipeline:

Vision research contentPreferred visual primitives
Classification, detection, segmentation, or keypoint tasksimages, labels, boxes, masks, heatmaps, feature maps, pyramids, prediction heads
Restoration, enhancement, super-resolution, or inverse imagingdegraded/clean image pairs, degradation models, multi-scale features, residual paths, reconstructed outputs
Video understanding, action recognition, or trackingframe sequences, temporal axes, clips, trajectories, memory states, track identities
Depth, pose, neural rendering, point cloud, or 3D visioncameras, rays, depth maps, point clouds, voxels, meshes, projections, coordinate frames
Vision Transformers and representation learningpatches, tokens, embeddings, attention or state-space blocks, multi-scale representations
Self-supervised, semi-supervised, weakly supervised, or domain-adaptive learningmulti-view augmentations, labeled/unlabeled paths, pseudo-labels, consistency links, source/target domains
Vision-language and multimodal learningimage encoders, text tokens, shared embeddings, cross-modal alignment, prompts, retrieval or generation outputs
Generative vision and diffusion modelslatent variables, noise levels, denoising trajectories, conditions, samplers, generated images
Remote sensing, medical imaging, and spectral imagingmodality-specific images, image volumes, spectral cubes, acquisition channels, annotations, clinical or geographic outputs
Compression, acceleration, and deploymentteacher/student paths when present, pruning or quantization blocks, hardware targets, latency, memory, throughput
Classical vision and geometrykeypoints, descriptors, matches, transforms, optimization loops, geometric constraints

Use task-specific visual symbols only when supported by the source. Do not add a CNN, Transformer, attention module, distillation path, or 3D tensor merely because it is common in computer vision.

Accuracy Rules

  • Preserve formulas, dimensions, units, stage order, and train/eval distinctions exactly.
  • Separate main flow from auxiliary branches with distinct line styles.
  • Explain ambiguous or conflicting evidence before the two deliverables when clarification is essential; otherwise list the assumption inside 详细科研流程.
  • Do not claim a method is faithful to a paper when it is an adaptation.
  • Do not add fashionable modules, metrics, datasets, or experimental details absent from the source.
  • Do not use this skill as a generic workflow formatter for research outside computer vision.

Example Invocation

Use $structuring-research-workflows to analyze the attached computer vision paper and implementation config. Treat the active config as the source of truth, explain any paper-versus-code differences, then return the detailed workflow and the complete publication-style diagram prompt only.

Visual Rules That Must Survive Every Prompt

  • Use a clean white academic canvas and a single restrained title line.
  • Never place a blue banner, colored ribbon, badge, star decoration, slogan, or subtitle strip beneath the title.
  • Permit only thin hairline rules beside the title when useful.
  • Use restrained semantic colors, fine borders, coherent arrows, and task-appropriate computer vision objects.
  • Reserve at least 6% safe margin on every side and at least 10% at the bottom.
  • Keep all content inside the central 88% of the canvas; shrink or reflow modules instead of cropping.
  • Require a final text, topology, and cropping checklist in the diagram prompt.

Final Check

Before responding, verify:

  • There are exactly two top-level output sections.
  • The detailed workflow is source-grounded and complete.
  • The diagram prompt is self-contained and copy-ready.
  • The title area contains no colored banner or promotional decoration.
  • The prompt adapts across broad computer vision tasks without defaulting to one architecture family.
  • No actual image-generation tool was invoked.

What ships with it: 3 files

12.5 KB alongside SKILL.md

agents/

Gives 0 of the 12 instructions most research analysis skills give in ~1.3k tokens

Counted across 1,063 of the 1,754 authors here whose files we hold, read 2026-08-07

  • Generate a markdown reportin 32 of 1063, across 23 files
  • Cite each claim's sourcein 30 of 1063, across 15 files
  • Define the ideal customer profilein 20 of 1063, across 2 files
  • Search for companies matching the criteriain 20 of 1063, across 2 files
  • Assign a fit score from one to tenin 20 of 1063, across 2 files
  • Analyze the codebase to understand the productin 19 of 1063, across 1 file
  • Ask clarifying questions about the value propositionin 19 of 1063, across 1 file
  • Look for signals of immediate needin 19 of 1063, across 1 file
  • Identify the target decision maker rolein 19 of 1063, across 1 file
  • Suggest a personalized contact strategyin 19 of 1063, across 1 file
  • Provide conversation starters for outreachin 19 of 1063, across 1 file
  • Format results in a scannable markdown templatein 19 of 1063, across 1 file

Said here and by no other author read

  • read both reference files on every invocation
  • return exactly two specified top-level output sections
  • place the complete diagram prompt in one fenced text block
  • inspect all supplied source material
  • establish the source of truth for the workflow
  • state material conflicts instead of silently merging them

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.