一键导入
pipeline
DAG/pipeline scaffolding — delegates to architect-pipeline agent. Use when scaffolding Airflow or Dagster pipelines with best-practice patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
DAG/pipeline scaffolding — delegates to architect-pipeline agent. Use when scaffolding Airflow or Dagster pipelines with best-practice patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a pull request with conventional commits and a structured description. Supports GitHub and Azure DevOps — platform is auto-detected from the git remote. Use when the user wants to open a PR, commit changes, or submit work for review.
Create a pull request with conventional commits and a structured description. Supports GitHub and Azure DevOps — platform is auto-detected from the git remote. Use when the user wants to open a PR, commit changes, or submit work for review.
Analyze meeting transcripts — extract decisions, action items, and create SSOT documents. Use when processing standup notes, stakeholder reviews, or sprint meetings.
Save valuable insights from the current session to storage. Use when you've discovered decisions, patterns, or gotchas worth remembering across sessions.
Generate comprehensive, production-ready README.md by analyzing codebase with explorer + documenter agents. Use when creating or updating project documentation.
Sync project context to copilot-instructions.md by analyzing codebase patterns and conventions. Use after adding agents, commands, or significant architecture changes.
| name | pipeline |
| description | DAG/pipeline scaffolding — delegates to architect-pipeline agent. Use when scaffolding Airflow or Dagster pipelines with best-practice patterns. |
Scaffold a data pipeline (Airflow, Dagster) with best-practice patterns
/pipeline <description-or-file>
/pipeline "Daily orders ETL from Postgres to Snowflake"
/pipeline "Kafka → staging → dbt → marts with hourly refresh"
/pipeline requirements/pipeline-spec.md
airflow and dbt domains| Agent | Role |
|---|---|
architect-pipeline | Primary — DAG design, task orchestration |
de-spark-engineer | Escalation — when pipeline includes Spark jobs |
de-dbt-specialist | Escalation — when pipeline includes dbt models |
airflow — DAG patterns, operators, sensorsdbt — model execution, incremental strategiesdata-quality — quality gates between pipeline stagesThe agent generates pipeline code files and a summary of the DAG structure with task dependencies.