role-builder
Creates Ansible roles with proper structure, tasks, handlers, and variables. Use when creating Ansible roles, organizing automation tasks, or structuring configuration management.
Creates Ansible roles with proper structure, tasks, handlers, and variables. Use when creating Ansible roles, organizing automation tasks, or structuring configuration management.
Guide for running inline Python scripts with uv
Guide for running inline TypeScript scripts with Bun
Loads plan, reviews critically, executes each batch, and reports for review between batches. Use when implementing a plan from a plan file.
Execution phase for blueprint workflow - present options and delegate to appropriate commands
Spawn background subagents for parallel or long-running tasks. Use when you need research threads, context isolation, or detached execution.
Script Kit scripts and scriptlets module architecture. Covers script loading from ~/.scriptkit/kit/*/scripts/, scriptlet parsing from markdown files in extensions/, scriptlet caching with change detection, metadata extraction (comments and codefence JSON), fuzzy search, result grouping, and scheduling. Use when working with Script, Scriptlet, ScriptletCache types, or any scripts/ module code.
Write and run AILANG code with correct syntax. Use when user asks to write AILANG programs, fix AILANG syntax errors, run AILANG code, or needs help with AILANG syntax. Includes version checking, syntax validation, and common patterns.
Script execution engine and builtins for script-kit-gpui
Create MATLAB plain text Live Scripts (.m files) following specific formatting rules. Use when generating MATLAB scripts, educational MATLAB content, Live Scripts, or when the user requests .m files with rich text formatting.
Reusable bash utility functions for CFN Loop - logging, error handling, retry, file operations. Use when you need structured logging, atomic file operations, retry logic with exponential backoff, or standardized error handling in bash scripts.
Essential patterns for reliable shell scripts - portable shebangs, error handling, quoting rules, functions, testing with Bats, and ShellCheck integration.
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
This skill should be used when the user asks to "write PowerShell scripts", "automate security tasks with PowerShell", "create PowerShell functions", "work with PowerShell modules", "parse data with PowerShell", or "build security automation scripts". It provides comprehensive PowerShell scripting fundamentals for security professionals.
Evaluate arithmetic expressions precisely by calling py_calc (python-file tool).
Use when spawning fresh subagents for isolated task execution. Provides TDD-aware templates for 3-process-task-list and other agents.
Background jobs and event listeners for async processing. Use when working with queued jobs, background processing, events, or when user mentions jobs, queues, listeners, events, async processing.
Execute Python code (typically pyautogui commands) in the OSWorld environment. Returns execution result with success status, return code, duration, stdout, and stderr.