Agent skill
loom-docs-merge-conflicts
Resolve git merge conflicts in compound-managed LOOM docs (LOOM_CHANGELOG.md, LOOM_ROADMAP.md) without breaking BEGIN/END fences.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/loom-docs-merge-conflicts
Metadata
Additional technical details for this skill
- version
- 1
- created at
- 2026-01-30T02:25:30.057Z
- updated at
- 2026-01-30T02:25:30.057Z
SKILL.md
Purpose
Resolve merge conflicts in compound-managed LOOM docs without breaking compound fences.
When To Use
- You see
<<<<<<<,=======, or>>>>>>>inLOOM_CHANGELOG.mdorLOOM_ROADMAP.md. - A merge/rebase touched compound-managed blocks and left conflicts.
Procedure
- Open the conflicted file and locate every conflict hunk.
- Preserve the compound fences exactly:
- Keep
<!-- BEGIN:compound:... -->and<!-- END:compound:... -->lines unchanged. - Do not duplicate or reorder fence lines.
- Keep
- For conflicted list entries inside fences:
- Prefer keeping both sides' entries, then dedupe exact duplicates.
- Maintain consistent bullet formatting:
- <timestamp> <note>. - Keep ordering stable (typically newest-first if the file already uses that pattern).
- Remove all conflict marker lines (
<<<<<<<,=======,>>>>>>>) after selecting the final content. - Sanity check:
- No conflict markers remain.
- Markdown renders as a single list (no nested accidental
- -unless the file intentionally uses it). - The file contains exactly one BEGIN and one END for each compound block.
- Run docs sync to refresh derived indexes/managed blocks (so downstream agents don’t learn from broken docs).
Manual notes
This section is preserved when the skill is updated. Put human notes, caveats, and exceptions here.
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?