원클릭으로
context-doc-maintainer
Automated agent workflow for reviewing and updating project agent context files when code changes are made.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automated agent workflow for reviewing and updating project agent context files when code changes are made.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Data-first visualization design combining Tufte principles with Jobs/Ive simplicity for React + Nivo dashboards.
Create a custom Dagster Component with demo mode support, realistic asset structure, and optional custom scaffolder using the dg CLI. Use this skill if there is no Component included in an existing integration or if Dagster does not have the integration.
Expert guidance for Dagster data orchestration including assets, resources, schedules, sensors, partitions, testing, and ETL patterns. Use when building or extending Dagster projects, writing assets, configuring automation, or integrating with dbt/dlt/Sling.
Expert guidance for working with Dagster and the dg CLI. ALWAYS use before doing any task that requires knowledge specific to Dagster, or that references assets, materialization, components, data tools or data pipelines. Common tasks may include creating a new project, adding new definitions, understanding the current project structure, answering general questions about the codebase (finding asset, schedule, sensor, component or job definitions), debugging issues, or providing deep information about a specific Dagster concept.
Initialize a dagster project using the create-dagster cli. Create a dagster project, uv virtual environment, and everything needed for a user to run dg dev or dg check defs successfully. (project)
Production Python coding standards with automatic version detection (3.10-3.13). Use when writing, reviewing, or refactoring Python to ensure adherence to modern type syntax, LBYL exception handling, pathlib operations, ABC-based interfaces, and production-tested patterns. Not Dagster-specific - applies to any Python project.
| name | context-doc-maintainer |
| description | Automated agent workflow for reviewing and updating project agent context files when code changes are made. |
| license | MIT |
Use this skill when code changes require updates to agent-facing context files, project maps, skill instructions, PR templates, or repository guidance under .agents/.
.agents/ context aligned with current architecture, commands, and conventions.Inspect changes
git status --short.git diff <base>...HEAD --stat and git diff <base>...HEAD --name-status when a base is known.Map context impact
.agents/skills/*/SKILL.md when a workflow, command, path, or convention changed..agents/skills/*/references/*.md when detailed domain guidance changed..agents/AGENTS.md or repo-level AGENTS.md only for broad project conventions or architecture shifts..agents/skills/context-doc-maintainer/templates/pr_template.md only when the PR handoff structure changes.Edit context
SKILL.md lean and directly actionable..agents/ paths for project agent context.Validate
name and description.find .agents/skills -name README.md -o -name CHANGELOG.md -o -name INSTALLATION_GUIDE.md -o -name QUICK_REFERENCE.md.git diff --check.Handoff
Use templates/pr_template.md when creating a documentation-only PR for context updates.