2.3 KiB
Repo Skills
This folder contains repo-local Copilot skills for recurring SD.Next tasks.
Available Skills
-
port-modelFile:port-model/SKILL.mdUse when adding or porting a model family into SD.Next and Diffusers. -
debug-modelFile:debug-model/SKILL.mdUse when a new or existing SD.Next/Diffusers model integration fails during detect, load, prompt encode, sample, or output handling. -
check-apiFile:check-api/SKILL.mdUse when auditing API endpoints inmodules/api/api.pyand delegated API modules for route parameter correctness plus request/response signature consistency. -
check-schedulersFile:check-schedulers/SKILL.mdUse when auditing scheduler registrations frommodules/sd_samplers_diffusers.pyto verify class loadability, config validity against scheduler capabilities, andSamplerDatacorrectness. -
check-modelsFile:check-models/SKILL.mdUse when running an end-to-end model integration audit covering loaders, detect/routing parity, reference catalogs, and custom pipeline API contracts. -
check-processingFile:check-processing/SKILL.mdUse when validating txt2img/img2img/control processing workflows from UI submit definitions to backend execution with parameter, type, and initialization checks. -
check-scriptsFile:check-scripts/SKILL.mdUse when auditingscripts/*.pyfor correct Script overrides (__init__,title,show) and verifyingui()output compatibility withrun()orprocess()parameters. -
github-issuesFile:github-issues/SKILL.mdUse when reading SD.Next GitHub issues with[Issues]in title and producing a markdown summary with status and suggested next steps for each issue. -
github-featuresFile:github-features/SKILL.mdUse when reading SD.Next GitHub issues with[Feature]in title and producing a markdown summary with status and suggested next steps for each issue. -
analyze-modelFile:analyze-model/SKILL.mdUse when analyzing an external model URL to classify implementation style and estimate SD.Next porting difficulty before coding.
Notes
- Keep skills narrowly task-oriented and reusable.
- Prefer referencing existing repo patterns over generic framework advice.
- Update this index when adding new repo-local skills.