csharp commands

107 tagged csharp, measured the same way as everything else here.

Browse within: dotnet 52ai-debugging 24clrmd 24diagnostics 24game-development 19dotnet-core 14dotnetcore 14quicker 14realtime-server 14streamjsonrpc 14avalonia 10copilot 10developer-experience 10elixir 10

OPSX: Apply

01

Alex-Rachel/TEngine

Command Claude Code

Implement tasks from an OpenSpec change (Experimental).

2.3k 22d ago A 15 tokens copy · 100% MIT

OPSX: Explore

02

Alex-Rachel/TEngine

Command Claude Code

Enter explore mode - think through ideas, investigate problems, clarify requirements.

2.3k 22d ago A 18 tokens copy · 100% MIT

sync

03

Alex-Rachel/TEngine

Command Claude Code

A command for bringing project documentation back into agreement with the code, using a documentation-synchronization skill.

2.3k 22d ago A 21 tokens original MIT

build

04

xberg-io/crawlberg

Command

Build the project using the standard task runner.

165 3d ago A 3 tokens original MIT

fix

05

xberg-io/crawlberg

Command

Auto-fix linting, formatting, and common issues.

165 3d ago A 11 tokens original MIT

review

06

xberg-io/crawlberg

Command

Review current changes for correctness, style, and potential issues.

165 3d ago A 11 tokens original MIT

remove-git-worktree

07

moorestech/moorestech

Command Claude Code

Command "remove-git-worktree" from moorestech/moorestech, covering ワークフロー, フェーズ1: 削除対象の特定と確認, フェーズ2: ユーザーへの確認, フェーズ3: 削除の実行 and フェーズ4: 確認と再実行.

82 today A 0 tokens Apache-2.0

moorestech/moorestech

Command Codex

Command "kiro-steering-custom" from moorestech/moorestech, covering kiro custom steering creation, workflow, available templates, steering principles and tool guidance.

82 today A 0 tokens Apache-2.0

kiro-steering

09

moorestech/moorestech

Command Codex

Command "kiro-steering" from moorestech/moorestech, covering kiro steering management, scenario detection, bootstrap flow, sync flow and granularity principle.

82 today A 0 tokens Apache-2.0

adopt-skills

10

TheArcForge/UniClaude

Command Claude Code

Adopt UniClaude's Unity skills into your project or global CLAUDE.md.

51 3mo ago A 16 tokens original MIT

grill-me

13

Jason-hub-star/unityctl

Command Claude Code

A planning interview that asks focused questions about every part of a proposed change until the requirements are clear and agreed.

18 11d ago A 0 tokens copy · 100% MIT

agent-setup

14

QuickerHub/quicker-rpc

Command Cursor

在 quicker-rpc 仓库根目录 执行。说明见 docs/agent-mcp-integration.md、docs/agent-skill-distribution.md。.

13 18d ago A 0 tokens original MIT

cursor-cli

15

QuickerHub/quicker-rpc

Command Cursor

A set of Cursor slash commands for learning, testing, maintaining, and publishing agent actions. Cursor is a code editor with an AI assistant.

13 18d ago A 0 tokens original MIT

publish

16

QuickerHub/quicker-rpc

Command Cursor

在 quicker-rpc 仓库根目录 执行。先 Read skill:.cursor/skills/quicker-rpc-publish/SKILL.md 与 .cursor/skills/quicker-qkbuild-version-publish/SKILL.md(第三段 +1、版本只增不减)。.

13 18d ago A 0 tokens original MIT

dumpheap

18

frankbolero/dotnet-dump-mcp

Command

Analyzes managed heap objects, identifies memory leaks, and traces object references.

12 6d ago A 0 tokens original MIT

gcroot

19

frankbolero/dotnet-dump-mcp

Command

Displays information about references (or roots) to a specified object. It helps in identifying what is keeping an object alive in the managed heap.

12 6d ago A 0 tokens original MIT

dce

20

JSungMin/vs-token-safer

Command

Preview-only dead-code analysis — from a seed symbol, walk the call graph to a fixpoint and list what is provably DEAD (and what cascades), without deleting anything.

11 4d ago A 36 tokens original MIT

enforce

21

JSungMin/vs-token-safer

Command

Show or set Bash log-grep enforcement (block / warn / off) — controls whether raw grep/tail/cat over .log/.jsonl/Logs is intercepted and steered to gamedev-log.

11 4d ago A 42 tokens original MIT

logs

22

JSungMin/vs-token-safer

Command

Analyze the game-engine/build log (Unreal Saved/Logs, Unity Editor.log, Godot output, MSVC/UBT/MSBuild, or any structured log) — parse, deduplicate, classify by severity/category, and read it token-efficiently via the gamedev-log CLI instead of dumping the raw file.

11 4d ago A 64 tokens original MIT

advise

23

dmbyer/Hedron

Command Claude Code

Principal-architect intake — frame a feature's architecture (seams, future-proofing) and seed its implementation plan before planning.

11 15d ago A 25 tokens

command-framework

24

dmbyer/Hedron

Command

The command framework sits between the session transport and the domain layer. A raw input line in → a resolved, authorized, argument-parsed command execution out. No command body ever calls session.SendLineAsync or branches on verb strings — INV-11.

11 15d ago A 0 tokens