Agent skill
aads-colab-doc-sync
Keep Colab notebooks, canonical scripts, and repository documentation synchronized for AADS-ULoRA. Use when notebook flow, script entrypoints, docs navigation, or compatibility alias guidance changes.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aads-colab-doc-sync
SKILL.md
AADS Colab and Docs Sync
Workflow
- Confirm canonical entrypoints.
- Treat
colab_notebooks/0_AUTO_TRAIN_COMPLETE_PIPELINE.ipynbas the primary full-flow notebook unless intentionally changed.
- Synchronize docs and scripts.
- Keep
README.md,scripts/README.md, anddocs/REPO_FILE_RELATIONS.mdaligned with notebook/script changes. - Keep
docs/README.mdand notebook index pages aligned with renamed or re-prioritized entrypoints.
- Preserve compatibility policy.
- Keep root wrappers as compatibility aliases unless explicitly deprecating.
- Validate documentation and import surfaces.
- Run markdown link checks and notebook import validation.
- Run Colab environment checks when relevant.
- Emit synchronization summary.
- List every file synchronized and any intentional deprecations.
Output Contract
Return sections in this order:
- Changed user entrypoints
- Synced docs/scripts/notebooks
- Validation commands and results
- Compatibility/deprecation notes
- Remaining doc drift risks
References
- Read
references/colab-doc-sync-checklist.mdfor synchronization points.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?