Browse Skills

44357 skills found

svelte-components.md
107
1 export svelte-components
2 spences10 from "spences10/svelte-claude-skills"
3 Svelte component patterns. Use for web components, component libraries (Bits UI, Ark UI, Melt UI), form patterns, or third-party integration.
2026-01-16
research.md
107
1 export research
2 spences10 from "spences10/svelte-claude-skills"
3 Research topics by verifying actual source content. Use when asked to research or study links and documentation.
2026-01-16
svelte-runes.md
107
1 export svelte-runes
2 spences10 from "spences10/svelte-claude-skills"
3 Svelte runes guidance. Use for reactive state, props, effects, attachments, or migration. Covers $state, $derived, $effect, @attach. Prevents reactivity mistakes.
2026-01-16
format-lint-assistant.md
106
1 export format-lint-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 Run the project's formatter, linters, and mypy checks in the required order, fixing issues and managing any needed stub dependencies via uv.
2026-01-02
debug-logging-assistant.md
106
1 export debug-logging-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 Add purposeful debug logging to improve observability without changing behavior.
2026-01-02
agents-md-assistant.md
106
1 export agents-md-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 Inspect a repository and draft an AGENTS.md file using the standard template, capturing commands, structure, and workflow rules.
2026-01-02
pytest-testing-assistant.md
106
1 export pytest-testing-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 Write focused pytest tests as standalone functions (one test per function), avoiding test classes.
2026-01-02
google-docstring-assistant.md
106
1 export google-docstring-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 Write Python docstrings following the Google Python Style Guide, using clear sections and examples.
2026-01-02
code-review-assistant.md
106
1 export code-review-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 Perform structured, actionable code reviews for Python code with clear findings and suggestions.
2026-01-02
git-commit-assistant.md
106
1 export git-commit-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 Generate high-quality conventional git commit messages and, with user approval, run the commit. Use when drafting or refining commit messages, validating commit quality, or committing staged work while avoiding noisy histories.
2026-01-02
uv-package-management-assistant.md
106
1 export uv-package-management-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 python's package managing
2026-01-02
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
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-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
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
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
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
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
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
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
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 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-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
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