Use whenever output will name a specific person: release notes, changelogs, contributor lists, commit or PR attribution, code comments, issue and review replies, docs credits, or any prose referring to a human. Governs where a name may come from and how to…
shader-slang/slang-skills
SkillsMP has collected 30 skills from shader-slang/slang-skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 30
- GitHub stars
- 1
- GitHub forks
- 4
Skills in this repository
Showing 30 of 30 collected skills.
Surface the open shader-slang PRs needing human attention with a bundled gh-only Python script (scripts/pr_report.py): an assignee-grouped escalation report computed entirely from live GitHub state (read-only; no writes; optional Discord/Slack mentions). Use…
Bridge from /slang-maintain workflow steps to concrete slang-mcp tool calls. Read-only except an optional, user-confirmed post of the generated daily report to Slack. Task recipes live in sibling files.
Reproduces the shader-slang/slang production PR-review bot (anthropics/claude-code-action@v1 + .github/workflows/claude-pr-review.yml) locally. Same claude CLI, same user prompt, same system-prompt append, same model, same six .claude/agents/* subagents, same…
Write-heavy Slang release engineering: update the SPIRV-Tools/SPIRV-Headers submodules and integrate GitHub master into the internal GitLab forks (the slang + slang-rhi + slangpy OptiX triad). Use when cutting a release, syncing SPIRV, or rebasing the GitLab…
Implement changes in the Slang compiler. Edit code, write tests, format, commit.
Analyze a Slang compiler bug from a test failure, CI log, or GitHub issue. Only invoke when explicitly called via /slang-fix-bug.
Review a Slang compiler PR for correctness, evaluate review feedback, implement fixes, and manage review threads. Only invoke when explicitly called via /slang-review-pr.
GitHub operations for the Slang compiler. Clone, branch, PR, issues, CI.
GitHub operations for SlangPy. Clone, branch, PR, issues, CI.
Resolve GitHub PR review feedback and CI failures. Use when asked to monitor a PR, handle LLM and human review threads and general PR comments from Copilot, CodeRabbit, Gemini, or other AI reviewers, verify the PR's head branch matches the current worktree…
Create and publish a GitHub pull request for Slang work, defaulting to the local origin remote and using draft PRs only for shader-slang/* targets unless the user specifies another repository, remote, or draft option. Use for Slang-related PR creation…
Platform-aware test runner for the Slang compiler. Only invoke when explicitly called via /slang-run-tests or referenced by other skills.
Platform-aware build, test, and CI inspection for the Slang compiler. Use when configuring CMake, compiling slangc/slang-test, running slang-test, inspecting CI runs, or doing regression bisects. Invoke directly via /slang-build.
Read-only investigation of the Slang compiler codebase. Navigate source, trace compiler pipelines, understand architecture.
Read and write Slang compiler documentation.
Clone, build, and test SlangPy. Use when the repo needs setup, a rebuild, or when tests fail.
Read-only investigation of the SlangPy codebase. Navigate source, trace the functional API call path, understand architecture, apply review lenses.
Implement changes in SlangPy. Edit code, write tests, format, commit.
Read and write SlangPy documentation.
Test coverage analysis and gap-filling for Slang language features. Only invoke when explicitly called via /slang-analyze-coverage.
Optimize Slang autodiff backward kernel performance by analyzing register pressure, checkpoint storage, and spills. Use when investigating slow backward kernels, removing custom [BackwardDerivativeOf] functions, or reducing register pressure in differentiable…
Create clear, well-structured GitHub issues and pull requests for the Slang compiler repository. Only invoke when explicitly called via /slang-create-issue.
Root cause investigation for Slang compiler bugs. Only invoke when explicitly called via /slang-investigate or from slang-fix-bug.
Install and use sti, a fast parallel test runner that replaces direct slang-test usage with crash recovery, retries, and better output.
Orchestrator that researches a language feature, produces a test plan for user review, and fans out parallel agents that each deliver test branches with commits. Only invoke when explicitly called via /slang-test-feature.
Quick reference for writing Slang compiler tests (.slang files with //TEST directives). Only invoke when explicitly called via /slang-write-test.
Manage multiple Claude Code agent sessions running in tmux. Report a status summary of all sessions, deliver instructions to a specific agent via tmux send-keys, and automatically monitor the agent after each send to detect permission prompts, clarifying…
Manage multiple Claude Code agent sessions running in Zellij. Report a status summary of all sessions, deliver instructions to a specific agent via zellij action send-keys, and automatically monitor the agent after each send to detect permission prompts,…
Evaluate the current session's skill effectiveness. Only invoke when explicitly called via /slang-evaluate-session.