Skill | Added | Review |
|---|---|---|
update-docs .github/skills/update-docs/SKILL.md Update wiki markdown docs for syntax correctness, readability, link integrity, heading hierarchy normalization, and code block language tagging. Use when a user asks to clean up markdown formatting and improve clarity while preserving technical meaning. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
todo .github/skills/todo/SKILL.md Search the entire codebase for TODO markers and create a markdown document with proposed next steps for each. | 47 47 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
reference-catalog .github/skills/reference-catalog/SKILL.md Maintain and validate SD.Next model reference catalogs in data/reference*.json, including schema consistency, deduplication, link checks, and thumbnail alignment. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 058a7f0 | |
port-pipeline .github/skills/port-pipeline/SKILL.md Port custom model pipeline implementations to Diffusers using phased priorities: preserve behavior first, avoid new dependencies second, and keep device/attention handling configurable throughout. Use when migrating custom or non-Diffusers pipeline code into SD.Next repo-local pipeline files such as pipelines/model_<name>.py or pipelines/<model>/pipeline.py. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
port-model .github/skills/port-model/SKILL.md Port or add a model to SD.Next using a phased integration flow: select the least-new-code path that follows SD.Next conventions, then implement loader and routing updates, then validate. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
github-issues .github/skills/github-issues/SKILL.md Read SD.Next GitHub issues with the literal string [Issue] in the title and produce a phased markdown report: short summary first, then status, then suggested next steps per issue. | 57 57 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 058a7f0 | |
github-features .github/skills/github-features/SKILL.md Read SD.Next GitHub issues with [Feature] in the title and produce a phased markdown report: short summary first, then status, then suggested next steps per issue. | 59 59 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 058a7f0 | |
fix-lint .github/skills/fix-lint/SKILL.md Run the SD.Next lint workflow in phased order: execute tools in sequence first, then apply minimal fixes, while ignoring findings explicitly marked by TODO comments in code. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
diffusers-code .github/skills/diffusers-code/SKILL.md Create or edit code that is compliant with Hugging Face diffusers conventions, including models, pipelines, schedulers, tests, docs, and PR preparation targeting diffusers. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
debug-model .github/skills/debug-model/SKILL.md Debug a broken SD.Next or Diffusers model integration. Use when a newly added or ported model fails to load, misdetects, crashes during prompt encoding or sampling, or produces incorrect outputs. | 79 79 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
check-ui .github/skills/check-ui/SKILL.md Audit Python-to-JavaScript UI bindings for Gradio _js calls, global window exposure, and ui/globals.d.ts registration. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
check-scripts .github/skills/check-scripts/SKILL.md Run a phased scripts audit in scripts/*.py: validate Script overrides (init/title/show) first, then verify ui() output compatibility with run() or process() parameters. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
check-schedulers .github/skills/check-schedulers/SKILL.md Run a phased scheduler audit from modules/sd_samplers_diffusers.py and scheduler UI definitions: verify class loadability first, then config validity against scheduler capabilities, then SamplerData correctness and UI option alignment. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
check-processing .github/skills/check-processing/SKILL.md Run a phased processing-workflow audit from UI submit bindings to backend execution: map workflow paths first, then validate parameter, type, and initialization correctness. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
check-paths .github/skills/check-paths/SKILL.md Audit SD.Next model-loading code for cache_dir routing on from_pretrained/from_single_file calls and verify diffusers vs HF cache path selection. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
check-models .github/skills/check-models/SKILL.md Audit SD.Next model integrations end-to-end: loaders, detect/routing, reference catalogs, and pipeline API contracts. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
check-api .github/skills/check-api/SKILL.md Audit SD.Next API route definitions and verify endpoint parameters plus request/response signatures against declared FastAPI contracts. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 058a7f0 | |
analyze-model .github/skills/analyze-model/SKILL.md Analyze an external model URL (typically Hugging Face) to determine implementation style and estimate SD.Next porting difficulty using the port-model workflow. | 64 64 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: 058a7f0 |