OPSX: Apply
01Command Claude Code
Implement tasks from an OpenSpec change (Experimental).
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
Command Claude Code
Implement tasks from an OpenSpec change (Experimental).
Command Claude Code
Enter explore mode - think through ideas, investigate problems, clarify requirements.
Command Claude Code
A command for bringing project documentation back into agreement with the code, using a documentation-synchronization skill.
Command
Build the project using the standard task runner.
Command
Auto-fix linting, formatting, and common issues.
Command
Review current changes for correctness, style, and potential issues.
Command Claude Code
Command "remove-git-worktree" from moorestech/moorestech, covering ワークフロー, フェーズ1: 削除対象の特定と確認, フェーズ2: ユーザーへの確認, フェーズ3: 削除の実行 and フェーズ4: 確認と再実行.
Command Codex
Command "kiro-steering-custom" from moorestech/moorestech, covering kiro custom steering creation, workflow, available templates, steering principles and tool guidance.
Command Codex
Command "kiro-steering" from moorestech/moorestech, covering kiro steering management, scenario detection, bootstrap flow, sync flow and granularity principle.
Command Claude Code
Adopt UniClaude's Unity skills into your project or global CLAUDE.md.
christian289/dotnet-with-claudecode
Command Claude Code
HTML/CSS to AvaloniaUI AXAML conversion command.
Command
Install the Roslyn MCP Server .NET global tool.
Command Claude Code
A planning interview that asks focused questions about every part of a proposed change until the requirements are clear and agreed.
Command Cursor
在 quicker-rpc 仓库根目录 执行。说明见 docs/agent-mcp-integration.md、docs/agent-skill-distribution.md。.
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.
Command Cursor
在 quicker-rpc 仓库根目录 执行。先 Read skill:.cursor/skills/quicker-rpc-publish/SKILL.md 与 .cursor/skills/quicker-qkbuild-version-publish/SKILL.md(第三段 +1、版本只增不减)。.
Command
Displays managed call stacks for all threads or a specific thread.
Command
Analyzes managed heap objects, identifies memory leaks, and traces object references.
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.
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.
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.
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.
Command Claude Code
Principal-architect intake — frame a feature's architecture (seams, future-proofing) and seed its implementation plan before planning.
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.