自动化
工作流自动化与调度
dev-package-json
Takazudo
Organize and maintain package.json and npm-related config files (.npmrc, etc.) for readability, maintainability, and security. Use when: (1) Reorganizing a large package.json scripts section, (2) Adding comment separators to group scripts, (3) Extracting complex multi-process commands into shell scripts, (4) Setting up multi-environment dev commands (local/preview/production), (5) Handling pnpm "Ignored build scripts" warnings or evaluating dependency build scripts, (6) Configuring .npmrc security settings (strictDepBuilds, allowBuilds, ignoredBuilds), (7) Managing pnpm versions via corepack and packageManager field, (8) Adding predev port cleanup to kill stale processes before dev server starts, (9) User mentions 'organize package.json', 'package.json readability', 'script sections', 'multi-process dev script', 'build scripts warning', 'npmrc', 'allowBuilds', 'ignoredBuilds', 'supply chain security', 'corepack', 'packageManager', 'pnpm version', 'pnpm self-update', 'predev', 'kill port', or 'port in use'. Keywords: package.json, npm scripts, organize, separator, shell script, multi-process, dev environment, .npmrc, pnpm, build scripts, security, supply chain, allowBuilds, ignoredBuilds, corepack, packageManager, version pinning, predev, port cleanup, kill port, port in use.
requirement-analysis
FlameMida
提供系统化的 9 阶段需求分析与实施工作流(需求理解、代码探索、外部资源研究、澄清问题、深度分析、展示计划、实施开发、代码审查、总结)。适用于复杂功能开发、多方案对比、新技术栈研究等需要深度规划和完整实施的场景。当用户提出复杂功能开发、API设计、数据库设计且需要深度分析和外部资源研究时触发。
dev-figma-script-install
Takazudo
Provide Figma capture script installation guidance for web projects. Use when: (1) User wants to set up Figma capture in a web dev project, (2) User says 'figma script install', 'add figma capture', 'figma setup', (3) User wants to enable browser-to-Figma capture in their dev environment
globalsync
Takazudo
Sync all personal repos across machines via git pull & push. Use when: (1) User says 'globalsync', 'sync repos', 'pull push all', (2) User wants to sync their daily resources across machines, (3) User starts or ends a work session and needs repos up to date.
sync-force-to
Takazudo
Force-sync current branch into a remote target branch by deleting the remote target and re-pushing. Overwrites target branch history without using git push --force. Use when 'sync-to' failed due to conflicts, or when user says 'sync force to', 'force sync to', 'force push to branch', or wants to overwrite a target branch with their current branch.
goal-tracking
ballred
Track progress toward 3-year, yearly, monthly, and weekly goals. Calculate completion percentages, surface stalled goals, connect daily tasks to objectives. Use for goal reviews and progress tracking.
GithubPages
julianobarbosa
Complete GitHub Pages deployment and management system. Static site hosting with Jekyll, custom domains, and GitHub Actions. USE WHEN user mentions 'github pages', 'deploy static site', 'host website on github', 'jekyll site', 'custom domain for github', OR wants to publish a website from a repository.
Iterm2
julianobarbosa
iTerm2 terminal emulator and tmux multiplexer expertise. USE WHEN user mentions iTerm2, tmux, terminal sessions, split panes, window management, OR terminal productivity on macOS.
python
LdotJdot
"在缺少专用工具时,优先使用本地 Python 脚本完成复杂任务。临时脚本统一放在工作区 script 目录下的独立子文件夹中。"
discover-agentic
rand
Automatically discover agentic workflow skills when building AI agents, implementing tool use patterns, managing context windows, decomposing complex tasks, or designing multi-step autonomous workflows. Activates for agentic AI development.
discover-data
rand
Automatically discover data pipeline and ETL skills when working with ETL, data pipelines, streaming, batch processing, data validation, or pipeline orchestration. Activates for data development tasks.
discover-workflow
rand
Automatically discover workflow and task management skills when working with task management, Beads, workflow automation, multi-session patterns, or project tracking. Activates for workflow development tasks.
gestor-autonomos
alexdcd
Gestoría y contabilidad para autónomos en España. Usar cuando el usuario necesite calcular IVA trimestral (modelo 303), calcular pagos fraccionados de IRPF (modelo 130), gestionar libro de ingresos y gastos, verificar facturas emitidas o recibidas, calcular retenciones, preparar declaraciones trimestrales, estimar impuestos a pagar, procesar ingresos de Stripe o Substack (separando pagos UE con IVA vs pagos internacionales exentos, convirtiendo monedas a euros), o cualquier consulta sobre fiscalidad o contabilidad de autónomos en España. Este skill garantiza cálculos matemáticamente precisos usando scripts de Python y aplica la normativa fiscal española vigente.
fairchem
jkitchin
Expert guidance for Meta's FAIRChem library - machine learning methods for materials science and quantum chemistry using pretrained UMA models with ASE integration for fast, accurate predictions
deps
lis186
Analyze dependency usage for library/framework/SDK upgrades
impact
lis186
Analyze the impact scope of code changes using static dependency analysis
nombre-de-mi-skill
alexdcd
Descripción clara y completa de qué hace esta skill y cuándo debe activarse. Incluye los casos de uso principales y el contexto en el que Claude debe usar esta skill. Sé específico y detallado.
history
lis186
Smart temporal analysis using git history - Hotspots, Coupling, and Recent Contributors
pattern
lis186
Learn design patterns from the current codebase
home-assistant-automation-scripts
bradsjm
Home Assistant automations, scripts, and blueprints. Use when the user requests automation/script syntax, triggers/conditions/actions, blueprint usage, run modes, or troubleshooting, and when mapping those needs to ha-mcp automation/script tools.
airflow-hitl
necatiarslan
Use when the user needs human-in-the-loop workflows in Airflow (approval/reject, form input, or human-driven branching). Covers ApprovalOperator, HITLOperator, HITLBranchOperator, HITLEntryOperator. Requires Airflow 3.1+.
migrating-airflow-2-to-3
necatiarslan
Guide for migrating Apache Airflow 2.x projects to Airflow 3.x. Use when the user mentions Airflow 3 migration, upgrade, compatibility issues, breaking changes, or wants to modernize their Airflow codebase.
home-assistant-integrations-addons
bradsjm
Home Assistant integrations, add-ons, updates, and system operations. Use when the user asks about config entries, add-ons, updates, reloads/restarts, or system health, and when mapping those needs to ha-mcp tools.
annotating-task-lineage
necatiarslan
Annotate Airflow tasks with data lineage using inlets and outlets. Use when the user wants to add lineage metadata to tasks, specify input/output datasets, or enable lineage tracking for operators without built-in OpenLineage extraction.