Skip to content

Commit e0d0fd5

Browse files
committed
docs(skills): use portable relative links in skills-maintenance
1 parent 273584f commit e0d0fd5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • .agents/skills/skills-maintenance

.agents/skills/skills-maintenance/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Use this guide when you introduce, modify, or deprecate core codebase patterns,
2222
2. **Proactively Update Affected Skills**:
2323
- Do not wait for the user to explicitly ask to update the skills. When a core API or idiom changes, update the relevant `SKILL.md` files as part of the implementation or refactoring task.
2424
- Specifically inspect:
25-
- [add-native-extension](file:///Users/bhanc/workspace/react-native-executorch/.agents/skills/add-native-extension/SKILL.md) for C++ JSI & locking idioms.
26-
- [add-task-pipeline](file:///Users/bhanc/workspace/react-native-executorch/.agents/skills/add-task-pipeline/SKILL.md) for TypeScript pipeline orchestration, pre-allocation, and lifecycle hooks.
27-
- [model-schema-validation](file:///Users/bhanc/workspace/react-native-executorch/.agents/skills/model-schema-validation/SKILL.md) for schema verification constraints.
28-
- [verify-and-build](file:///Users/bhanc/workspace/react-native-executorch/.agents/skills/verify-and-build/SKILL.md) for compilation and troubleshooting steps.
25+
- [add-native-extension](../add-native-extension/SKILL.md) for C++ JSI & locking idioms.
26+
- [add-task-pipeline](../add-task-pipeline/SKILL.md) for TypeScript pipeline orchestration, pre-allocation, and lifecycle hooks.
27+
- [model-schema-validation](../model-schema-validation/SKILL.md) for schema verification constraints.
28+
- [verify-and-build](../verify-and-build/SKILL.md) for compilation and troubleshooting steps.
2929

3030
3. **Verify Example Correctness**:
3131
- Ensure all code blocks and examples in updated skills compile/work and match actual usage in the repository.

0 commit comments

Comments
 (0)