
from claude-skill-registry483
Run small C# snippets in the Unity Editor via the uloop CLI for editor automation tasks like prefab wiring, AddComponent flows, and scene edits—without writing
Uloop Execute Dynamic Code lets developers run ad-hoc C# statements inside the Unity Editor from the command line. It's focused on editor-time automation: prefab/material wiring, component addition, reference wiring with SerializedObject, and scene/hierarchy batch edits. Execution returns JSON with results or compile errors.
Use when you need to automate repetitive editor tasks, query the scene state from scripts, or perform small mutations without creating persistent .cs files. Not intended for file I/O or authoring long-lived scripts—it's for quick editor automation and bulk operations.
Useful where tooling orchestrates Unity Editor tasks from CI or developer machines. Works with CLI-oriented automation tooling; not an LLM runtime skill per se but valuable for developer automation and build tooling.
Unity Editor automation skill using the uloop CLI to execute dynamic C# snippets. Well-documented with clear allowed/forbidden operations and shell-specific string escaping guidance. No bundled scripts — static analysis only. Inherently involves dynamic code execution but mitigates with operation restrictions.
Dynamic code execution skill — security model depends on uloop enforcing forbidden operations server-side. SKILL.md declares System.IO and file writes as forbidden, but if uloop doesn't enforce these, the restrictions are advisory only. Shell interpolation in --code flags is a minor injection surface. No scripts to test run.
Bookmarklet Creation
Generates browser-executable JavaScript bookmarklets with strict formatting (IIFE wrapper, block comments) and provides ready-to-install links or installer inst
Overnight — Autonomous Long-Running Coding
Orchestrates long-running coding goals: decomposes objectives into atomic tasks, dispatches isolated worktree workers, verifies acceptance criteria, and merges
Bexio API (Swiss CRM & Invoicing)
Integrate and manage Bexio contacts, quotes, invoices, orders and products via the Bexio API. Useful for CRM and Swiss business document workflows.
Content Research Writer
A writing-partner skill that helps research, outline, draft, cite, and iteratively improve articles, tutorials, and thought pieces.
Agent Hierarchy Diagram
Generate visual hierarchy diagrams (ASCII, Mermaid, GraphML) that show agent roles, levels, and delegation for documentation and onboarding.
Review Pull Request
Automated, structured PR reviewer: gathers metadata, diffs, CI results, dependency changes and provides a concise verdict with testing and documentation recomme
Agent Ops — Testing Workflow
Guidance for designing, running, and analyzing test suites for agents: test isolation, execution patterns, and coverage-based enforcement.
libagent
Agent orchestration library for conversational AI — coordinates LLM completions, memory, tool execution, and multi-turn flows; useful for building chat agents a
Raindrop.io API
Manage Raindrop.io bookmarks, collections, tags and highlights via the Raindrop REST API with helper scripts and examples.
UX — 用户体验设计
Create practical, research-backed UX designs: user research, information architecture, interaction flows, prototypes and usability evaluation tailored to the br