腳本程式
2043 skills in 開發 > 腳本程式
screen-capture
使用系统原生方法进行屏幕捕获和内容分析,支持 macOS screencapture 命令和 Python 截图库
ridwell
Manage your Ridwell recycling account - check upcoming pickups, opt in/out of pickup events, view special/rotating categories, and answer questions about what items Ridwell accepts. Use when the user asks about Ridwell pickups, recycling categories, item classification, or wants to manage their Ridwell service.
creating-hooks
Creates Claude Code hooks for automation and workflow customization.Guides through hook events, configuration, and script creation.Use when user wants to create a hook, automate Claude Code, or asks about hook events.
python-quality
Expert skill for maintaining Python code quality using ruff (linting/formatting), mypy (type checking), and pre-commit automation.
data-cleaner
Universal data cleaning skill that analyzes, cleans, and standardizes datasets across CSV, TSV, Excel, Parquet, JSON, XML, and YAML formats. Generates Python scripts for efficient processing of large datasets (1M+ rows) without loading data into LLM context.
pycharm-refs
This skill should be used when agents need to provide clickable code references to users in reports, investigations, or bug findings. It ensures file references use the simple path:line_number format that Claude Code automatically converts to clickable links. Do not use for general documentation or conceptual explanations.
parallel-arch-review
This skill should be used when the user asks to "review architecture", "analyze design", "run parallel review", "multi-agent review", "5-perspective review", or when coordinating 24+ agents on code changes. Enforces atomic task decomposition with 5-lens review protocol.
vba-extractor
Extract VBA/macro code from Microsoft Office files (.xlsm, .xlsb, .docm, .pptm). This skill should be used when users want to read, view, or extract VBA macros from Excel workbooks or other Office documents containing embedded VBA projects.
handling-transaction-errors
Handle transaction errors properly with P-code checking and timeout configuration. Use when implementing transaction error recovery.
debugging
Debugging techniques for Python, JavaScript, and distributed systems. Activate for troubleshooting, error analysis, log investigation, and performance debugging. Includes extended thinking integration for complex debugging scenarios.
review
This skill should be used for independent code review with fresh perspective. Use when the orchestrator invokes phase 4 (review) or when performing final quality check before completion.
github-workflow-automation
Automates GitHub workflows including batch issue creation from JSON/CSV, PR creation with issue linking, pre-PR testing, and WordPress-specific validation (PHP linting, WPCS). Use when creating multiple issues, automating PR workflows, or validating WordPress code before commits.
jupyter-notebook-testing
Create and manage Jupyter notebooks for testing Adobe Edge Delivery Services (EDS) blocks interactively in the browser using the ipynb-viewer block. Interactive JavaScript execution, overlay previews with backdrop, direct ES6 imports. Use when creating notebooks, testing blocks with ipynb files in browser, generating overlay previews, or creating executable documentation.
ic-setup
Generate hardware setup and wiring instructions for IC10 code. Use when user wants to know how to physically connect devices to use their IC10 scripts.
ecomap-creator
知的障害・精神障害のある方の支援情報を一元管理し、視覚的なエコマップとして表示するスキル。計画相談支援の担当者がケース会議や利用計画作成時に使用。北九州市および隣接市町村対応。
global-commenting
Write self-documenting code with clear structure and naming, adding minimal concise comments only to explain complex logic sections, avoiding temporal comments about changes or fixes. Use this skill when writing code in any file across the codebase to ensure proper commenting practices. Use this skill when deciding whether to add comments to functions, classes, or complex algorithms, when reviewing existing comments for relevance and evergreen quality, or when refactoring code to be more self-explanatory. Use this skill for Python files, JavaScript/TypeScript files, or any programming language where code documentation is needed. Use this skill when establishing documentation standards, avoiding over-commenting, or removing outdated temporal comments about recent changes.
chrome-debug
This skill should be used when debugging web applications, diagnosing page errors, inspecting console output, or capturing screenshots of pages. It provides Chrome DevTools Protocol (CDP) automation via the chromectl.py script for collaborative or automated browser debugging.
chartjs-plugins
This skill should be used when the user asks "Chart.js plugins", "custom Chart.js plugin", "Chart.js plugin hooks", "beforeDraw plugin", "afterDraw plugin", "Chart.js plugin API", "register Chart.js plugin", "Chart.js plugin options", "Chart.js plugin lifecycle", "Chart.js plugin TypeScript", or needs help creating custom plugins for Chart.js v4.5.1.
codemap
Generate hierarchical code maps from any codebase for AI agent consumption. Use when: (1) Analyzing or understanding a codebase structure, (2) Creating documentation of code architecture, (3) Mapping dependencies between files, (4) Extracting class hierarchies and call graphs, (5) Onboarding to a new project, (6) Preparing context for AI-assisted code modifications. Supports Python, JavaScript, TypeScript, Go, Rust, Java, C/C++, Ruby, PHP, and 20+ languages via tree-sitter.
code-quality
Expert at TypeScript strict mode, linting, formatting, code review standards. Use when checking code quality, fixing type errors, or enforcing standards.