Test Marker banner
alekspetrov alekspetrov

Test Marker

Testing community

Description

--- name: test-marker description: Create a simple test marker file for POC validation --- # Test Marker Skill Create a marker file to signal task completion. ## Task Create a file at the path specified by the user with timestamp content. ## Instructions 1. Ask user for marker file path if not provided 2. Create the file with current timestamp 3. Confirm creation ## Example User: "Create marker at .agent/tasks/poc-plan" Assistant: Creates file `.agent/tasks/poc-plan` with timestamp conte

Installation

Installs to ~/.claude/skills/alekspetrov-navigator-test-marker/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alekspetrov-navigator-test-marker && curl -fsSL https://raw.githubusercontent.com/alekspetrov/navigator/HEAD/.claude/skills/test-marker.md -o ~/.claude/skills/alekspetrov-navigator-test-marker/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository