Browse Skills

44358 skills found

uloop-execute-menu-item.md
105
1 export uloop-execute-menu-item
2 hatayama from "hatayama/uLoopMCP"
3 Execute Unity MenuItem via uloop CLI. Use when you need to: (1) Trigger menu commands programmatically, (2) Automate editor actions (save, build, refresh), (3) Run custom menu items defined in scripts.
2026-01-15
uloop-hello-world.md
105
1 export uloop-hello-world
2 hatayama from "hatayama/uLoopMCP"
3 Sample hello world tool via uloop CLI. Use when you need to test the MCP tool system or see an example of custom tool implementation.
2026-01-15
Unnamed Skill.md
105
1 export Unnamed Skill
2 hatayama from "hatayama/uLoopMCP"
3 Execute C# code dynamically in Unity Editor via uloop CLI. Use for editor automation: (1) Prefab/material wiring and AddComponent operations, (2) Reference wiring with SerializedObject, (3) Scene/hierarchy edits and batch operations. NOT for file I/O or script authoring.
2026-01-15
uloop-get-logs.md
105
1 export uloop-get-logs
2 hatayama from "hatayama/uLoopMCP"
3 Retrieve Unity Console logs via uloop CLI. Use when you need to: (1) Check for errors or warnings after operations, (2) Debug runtime issues in Unity Editor, (3) Investigate unexpected behavior or exceptions.
2026-01-15
Unnamed Skill.md
105
1 export Unnamed Skill
2 hatayama from "hatayama/uLoopMCP"
3 Capture Unity EditorWindow and save as PNG. Use when you need to: (1) Take a screenshot of Game View, Scene View, Console, Inspector, etc., (2) Capture visual state for debugging or verification, (3) Save editor output as an image file.
2026-01-15
plan-down.md
105
1 export plan-down
2 VCnoC from "VCnoC/Claude-Code-Zen-mcp-Skill-Work"
3 Method clarity-driven planning workflow using zen-mcp tools (chat, planner, consensus). Phase 0 uses chat to judge if user provides clear implementation method. Four execution paths based on automation_mode × method clarity - Interactive/Automatic × Clear/Unclear. All paths converge at planner for task decomposition. Produces complete plan.md file. Use when user requests "create a plan", "generate plan.md", "use planner for planning", "help me with task decomposition", or similar planning tasks.
2026-01-14
main-router.md
105
1 export main-router
2 VCnoC from "VCnoC/Claude-Code-Zen-mcp-Skill-Work"
3 Intelligent skill router that analyzes user requests and automatically dispatches to the most appropriate skill(s) or zen-mcp tools. Routes to zen-chat for Q&A, zen-thinkdeep for deep problem investigation, codex-code-reviewer for code quality, simple-gemini for standard docs/tests, deep-gemini for deep analysis, or plan-down for planning. Use this skill proactively to interpret all user requests and determine the optimal execution path.
2026-01-14
uloop-get-project-info.md
105
1 export uloop-get-project-info
2 hatayama from "hatayama/uLoopMCP"
3 Get Unity project information via uloop CLI. Use when you need to check project settings, Unity version, platform, or other project metadata.
2026-01-15
simple-gemini.md
105
1 export simple-gemini
2 VCnoC from "VCnoC/Claude-Code-Zen-mcp-Skill-Work"
3 Collaborative documentation and test code writing workflow using zen mcp's clink to launch gemini CLI session in WSL (via 'gemini' command) where all writing operations are executed. Use this skill when the user requests "use gemini to write test files", "use gemini to write documentation", "generate related test files", "generate an explanatory document", or similar document/test writing tasks. The gemini CLI session acts as the specialist writer, working with the main Claude model for context gathering, outline approval, and final review. For test code, codex CLI (also launched via clink) validates quality after gemini completes writing.
2026-01-14
deep-gemini.md
105
1 export deep-gemini
2 VCnoC from "VCnoC/Claude-Code-Zen-mcp-Skill-Work"
3 Deep technical documentation generation workflow using zen mcp's clink and docgen tools. First uses clink to launch gemini CLI in WSL for code analysis, then uses docgen for structured document generation with complexity analysis. Specializes in documents requiring deep understanding of code logic, model architecture, or performance bottleneck analysis. Use when user requests "use gemini for deep analysis", "generate architecture analysis document", "analyze performance bottlenecks", "deeply understand code logic", or similar deep analysis tasks. Default output is .md format.
2026-01-14
uloop-run-tests.md
105
1 export uloop-run-tests
2 hatayama from "hatayama/uLoopMCP"
3 Execute Unity Test Runner via uloop CLI. Use when you need to: (1) Run unit tests (EditMode tests), (2) Run integration tests (PlayMode tests), (3) Verify code changes don't break existing functionality.
2026-01-15
uloop-compile.md
105
1 export uloop-compile
2 hatayama from "hatayama/uLoopMCP"
3 Compile Unity project via uloop CLI. Use when you need to: (1) Verify C# code compiles successfully after editing scripts, (2) Check for compile errors or warnings, (3) Validate script changes before running tests.
2026-01-15
uloop-control-play-mode.md
105
1 export uloop-control-play-mode
2 hatayama from "hatayama/uLoopMCP"
3 Control Unity Editor play mode via uloop CLI. Use when you need to: (1) Start play mode for testing, (2) Stop play mode after testing, (3) Pause play mode for debugging.
2026-01-15
nextstep-ui.md
104
1 export nextstep-ui
2 alchemiststudiosDOTai from "alchemiststudiosDOTai/tunacode"
3 Design philosophy and UI guidelines based on NeXTSTEP User Interface Guidelines (1993). Use when designing interfaces (TUI, GUI, web apps, dashboards) that need clear information hierarchy, intuitive controls, and user-respecting interaction patterns. Especially relevant for developer tools, data-dense interfaces, and applications requiring high information density without cognitive overload.
2026-01-16
run-dev.md
104
1 export run-dev
2 regenrek from "regenrek/peakypanes"
3 Launch the peky dev workflow by running scripts/dev-run in the current repo. Use when the user says "run dev" or asks to open a fresh Ghostty dev session that go installs, restarts the daemon, and launches peky.
2026-01-15
code-quality-analysis-with-pmat.md
103
1 export code-quality-analysis-with-pmat
2 paiml from "paiml/paiml-mcp-agent-toolkit"
3 Analyzes code quality, complexity, and technical debt using PMAT(Pragmatic AI Labs MCP Agent Toolkit). Use this skill when:- User mentions "code quality", "complexity", "technical debt", or "maintainability"- Reviewing code or conducting code review- Modifying or refactoring existing code files- Creating pull requests or preparing commits- Investigating performance or quality issuesSupports 25+ languages including Rust, Python, TypeScript, JavaScript, Go, C++, Java, Ruby, PHP, Swift, and more.Provides cyclomatic complexity, cognitive complexity, maintainability index, dead code detection,and technical debt annotations (SATD: TODO, FIXME, HACK comments).
2026-01-15
technical-debt-tracking-with-pmat.md
103
1 export technical-debt-tracking-with-pmat
2 paiml from "paiml/paiml-mcp-agent-toolkit"
3 Tracks and manages technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit).Use this skill when:- User asks about technical debt, TODO comments, or code quality issues- Planning sprint work and need to prioritize debt repayment- Conducting code audits or technical debt assessments- Tracking debt accumulation trends over time- Creating technical debt reports for stakeholdersDetects SATD (Self-Admitted Technical Debt) annotations: TODO, FIXME, HACK, XXX, NOTE comments.Provides debt quantification in hours, prioritization by severity, and repayment tracking.
2026-01-15
multi-language-project-analysis-with-pmat.md
103
1 export multi-language-project-analysis-with-pmat
2 paiml from "paiml/paiml-mcp-agent-toolkit"
3 Analyzes polyglot codebases with multiple programming languages using PMAT(Pragmatic AI Labs MCP Agent Toolkit). Use this skill when:- Working with projects containing multiple programming languages- Assessing cross-language integration patterns and quality- Understanding language distribution and architectural boundaries- Comparing quality metrics across language ecosystems- Identifying language-specific best practices violationsSupports 25+ languages including Rust, Python, TypeScript, JavaScript, Go, C++, Java,Ruby, PHP, Swift, Kotlin, C, C#, Scala, Haskell, Elixir, Clojure, Dart, Lua, R, and more.Provides unified quality assessment across heterogeneous codebases.
2026-01-15
automated-refactoring-with-pmat.md
103
1 export automated-refactoring-with-pmat
2 paiml from "paiml/paiml-mcp-agent-toolkit"
3 Provides automated refactoring suggestions and complexity reduction strategies using PMAT(Pragmatic AI Labs MCP Agent Toolkit). Use this skill when:- User requests code refactoring, optimization, or improvement- Complexity analysis reveals high-complexity functions (cyclomatic > 10)- Code review identifies maintainability issues- Technical debt needs to be addressed systematically- Preparing legacy code for modernizationSupports 25+ languages with data-driven refactoring recommendations based on complexity metrics,mutation testing results, and industry best practices (Fowler's refactoring catalog).
2026-01-15
deep-context-generation-with-pmat.md
103
1 export deep-context-generation-with-pmat
2 paiml from "paiml/paiml-mcp-agent-toolkit"
3 Generates comprehensive, LLM-optimized codebase context using PMAT(Pragmatic AI Labs MCP Agent Toolkit). Use this skill when:- Starting work on unfamiliar codebases- Onboarding to new projects or repositories- Need quick understanding of project architecture- Preparing for refactoring or feature implementation- Creating documentation or technical specificationsOutputs highly compressed markdown (60-80% reduction) optimized for LLM consumption.Supports 25+ languages with architecture visualization, complexity heatmaps, and dependency graphs.
2026-01-15
browsing.md
103
1 export browsing
2 obra from "obra/superpowers-chrome"
3 Use when you need direct browser control - teaches Chrome DevTools Protocol for controlling existing browser sessions, multi-tab management, form automation, and content extraction via use_browser MCP tool
2026-01-16
claude-md-enhancer.md
102
1 export claude-md-enhancer
2 alirezarezvani from "alirezarezvani/claude-code-skill-factory"
3 Analyzes, generates, and enhances CLAUDE.md files for any project type using best practices, modular architecture support, and tech stack customization. Use when setting up new projects, improving existing CLAUDE.md files, or establishing AI-assisted development standards.
2026-01-16
hook-factory.md
102
1 export hook-factory
2 alirezarezvani from "alirezarezvani/claude-code-skill-factory"
3 Generate production-ready Claude Code hooks with interactive Q&A, automated installation, and enhanced validation. Supports 10 templates across 7 event types for comprehensive workflow automation.
2026-01-16
Video Processor.md
102
1 export Video Processor
2 iamzhihuix from "iamzhihuix/happy-claude-skills"
3 Download and process videos from YouTube and other platforms. Supports video download, audio extraction, format conversion (mp4, webm), and Whisper transcription. Use when user mentions YouTube download, video conversion, audio extraction, transcription, mp4, webm, ffmpeg, yt-dlp, or whisper transcription.
2026-01-16