# Testing sync-skills

> Skill for testing sync-skills functionality.

- Skill: `viteinfinite/testing-sync-skills` (Agent Skill)
- Install (CLI): `npx skillmds@latest add viteinfinite/testing-sync-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/viteinfinite/testing-sync-skills/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: viteinfinite (https://skillmd.com/u/viteinfinite)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/viteinfinite/testing-sync-skills

---

When running integration tests, make sure you run them in a subdirectory, such as ./test-dir, to avoid conflicts with other tests or files in the main directory. This helps ensure that the tests run in a clean environment and do not interfere with each other.

