Browse Skills

44358 skills found

sveltekit-structure.md
107
1 export sveltekit-structure
2 spences10 from "spences10/svelte-claude-skills"
3 SvelteKit structure guidance. Use for routing, layouts, error handling, SSR, or svelte:boundary. Covers file naming, nested layouts, error boundaries, pending UI, and hydration.
2026-01-16
Unnamed Skill.md
107
1 export Unnamed Skill
2 serendipity1004 from "serendipity1004/cc-feature-implementer"
3 Creates phase-based feature plans with quality gates and incremental delivery structure. Use when planning features, organizing work, breaking down tasks, creating roadmaps, or structuring development strategy. Keywords: plan, planning, phases, breakdown, strategy, roadmap, organize, structure, outline.
2026-01-16
sveltekit-data-flow.md
107
1 export sveltekit-data-flow
2 spences10 from "spences10/svelte-claude-skills"
3 SvelteKit data flow guidance. Use for load functions, form actions, and server/client data. Covers +page.server.ts vs +page.ts, serialization, fail(), redirect(), error().
2026-01-16
svelte-deployment.md
107
1 export svelte-deployment
2 spences10 from "spences10/svelte-claude-skills"
3 Svelte deployment guidance. Use for adapters, Vite config, pnpm setup, library authoring, PWA, or production builds.
2026-01-16
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
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
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
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
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
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
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
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
uloop-find-game-objects.md
105
1 export uloop-find-game-objects
2 hatayama from "hatayama/uLoopMCP"
3 Find GameObjects with search criteria via uloop CLI. Use when you need to: (1) Locate GameObjects by name pattern, (2) Find objects by tag or layer, (3) Search for objects with specific component types.
2026-01-15
uloop-get-version.md
105
1 export uloop-get-version
2 hatayama from "hatayama/uLoopMCP"
3 Get Unity and project information via uloop CLI. Use when you need to verify Unity version, check project settings (ProductName, CompanyName, Version), or troubleshoot environment issues.
2026-01-15
uloop-clear-console.md
105
1 export uloop-clear-console
2 hatayama from "hatayama/uLoopMCP"
3 Clear Unity console logs via uloop CLI. Use when you need to: (1) Clear the console before running tests, (2) Start a fresh debugging session, (3) Clean up log output for better readability.
2026-01-15
uloop-get-provider-details.md
105
1 export uloop-get-provider-details
2 hatayama from "hatayama/uLoopMCP"
3 Get Unity Search provider details via uloop CLI. Use when you need to: (1) Discover available search providers, (2) Understand search capabilities and filters, (3) Configure searches with specific provider options.
2026-01-15
uloop-get-menu-items.md
105
1 export uloop-get-menu-items
2 hatayama from "hatayama/uLoopMCP"
3 Retrieve Unity MenuItems via uloop CLI. Use when you need to: (1) Discover available menu commands in Unity Editor, (2) Find menu paths for automation, (3) Prepare for executing menu items programmatically.
2026-01-15
codex-code-reviewer.md
105
1 export codex-code-reviewer
2 VCnoC from "VCnoC/Claude-Code-Zen-mcp-Skill-Work"
3 Systematic code review workflow using zen mcp's codex tool. Use this skill when the user explicitly requests "use codex to check the code", "check if the recently generated code has any issues", or "check the code after each generation". The skill performs iterative review cycles - checking code quality, presenting issues to the user for approval, applying fixes, and re-checking until no issues remain or maximum iterations (5) are reached.
2026-01-14
uloop-get-hierarchy.md
105
1 export uloop-get-hierarchy
2 hatayama from "hatayama/uLoopMCP"
3 Get Unity Hierarchy structure via uloop CLI. Use when you need to: (1) Inspect scene structure and GameObject tree, (2) Find GameObjects and their parent-child relationships, (3) Check component attachments on objects.
2026-01-15
sudocode.md
105
1 export sudocode
2 sudocode-ai from "sudocode-ai/sudocode"
3 ALWAYS use this skill for ALL sudocode spec and issue operations. Use when user mentions "spec", "issue", "ready", "blocked", "implement", "feature", "plan", or "feedback" with sudocode specs and issues. PROACTIVELY use at start of implementation tasks to check ready issues and understand work context. Operations include viewing (show_spec, show_issue, list_issues, list_specs), creating/modifying (upsert_spec, upsert_issue), planning features, breaking down work, creating dependency graphs, and providing implementation feedback.
2026-01-16
uloop-focus-window.md
105
1 export uloop-focus-window
2 hatayama from "hatayama/uLoopMCP"
3 Bring Unity Editor window to front via uloop CLI. Use when you need to: (1) Focus Unity Editor before capturing screenshots, (2) Ensure Unity window is visible for visual checks, (3) Bring Unity to foreground for user interaction.
2026-01-15
uloop-unity-search.md
105
1 export uloop-unity-search
2 hatayama from "hatayama/uLoopMCP"
3 Search Unity project via uloop CLI. Use when you need to: (1) Find assets by name or type (scenes, prefabs, scripts, materials), (2) Search for project resources using Unity's search system, (3) Locate files within the Unity project.
2026-01-15
uloop-execute-dynamic-code.md
105
1 export uloop-execute-dynamic-code
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
Unnamed Skill.md
105
1 export Unnamed Skill
2 hatayama from "hatayama/uLoopMCP"
3 Get Unity project information via uloop CLI. Use when you need to: (1) Check Unity Editor version, (2) Get project settings and platform info, (3) Retrieve project metadata for diagnostics.
2026-01-15