aoc-daily-solver
Automate Advent of Code daily puzzle solving - fetch puzzle, implement solution, test, and submit answers
julien-dev-modify-claude-alias
Modifie l'alias PowerShell `claude` en préservant toutes les fonctionnalités existantes. Gère les bypass permissions, MCP auto-détection, titre d'onglet et recherche d'exécutable.
macroquest-expert
MacroQuest code expert for creating/editing/debugging Lua scripts and .mac macros. Lua-first, plugin-safe, docs-backed.
python-programming
Master Python fundamentals, OOP, data structures, async programming, and production-grade scripting for data engineering
yaml-workflow-executor
Execute configuration-driven analysis workflows from YAML files. Use for running analysis pipelines, data processing tasks, and automation workflows defined in YAML configuration.
safety-validator
Analyze bash commands for safety risks before execution. Use when user asks about command safety or when reviewing dangerous operations.
bun-shell-commands
Writing shell commands for OpenCode custom commands using Bun Shell
julien-dev-powershell-profile
Manage PowerShell profile, aliases, functions. Triggers: add alias, update profile, modify claude command, Microsoft.PowerShell_profile.ps1
scaffold-script
Generate a new data script with proper boilerplate, database connection, error handling, and project conventions. Use when creating new analysis scripts, building migration scripts, implementing data quality checks, or importing external data.
bash-script-expert
本书提供专家级指导,帮助读者遵循现代最佳实践编写模块化、可投入生产的Bash脚本。当用户需要执行以下任务时,本书将派上用场:(1)编写新的Bash脚本;(2)改进或重构现有的shell脚本;(3)为脚本添加错误处理和适当的结构;(4)遵循可维护shell脚本的最佳实践;(5)调试或修复Bash脚本问题。
implementing-a-plan
Loads plan, reviews critically, executes each batch, and reports for review between batches. Use when implementing a plan from a plan file.
shell-script-development
This skill should be used when the user asks to "create a bash script", "write a shell script", or mentions shell scripting conventions.
erpnext-errors-serverscripts
Error handling patterns for ERPNext Server Scripts. Use when handling sandbox errors, frappe.throw usage, validation in server scripts, and debugging. V14/V15/V16 compatible. Triggers: server script error, frappe.throw, sandbox error, validation error, debugging server script.
json-config-loader
Configuration file parsing patterns for bash scripts (INI, key=value, JSON)
julien-ref-ahk-v2
Best practices AutoHotkey v2. Use when writing AHK v2 scripts - covers global variable declarations, SetTimer usage, event handlers, and GUI positioning.
task-processor
Process a task list one sub-task at a time with pause/confirm gates, test/commit protocol, and file tracking.
parallel-file-processor
Process multiple files in parallel with aggregation and progress tracking. Use for batch file operations, directory scanning, ZIP handling, and parallel data processing with 2-3x performance improvement.
parallel-batch-executor
Parallel task execution patterns for 300% performance gains
executing-plans
Execute a written implementation plan with batch processing and human review checkpoints. Use when you have a plan file ready for implementation in a parallel session.
async-python-patterns
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.