Skill
ui-preview
Capture headless-Chrome screenshots of the tingly-box frontend (running locally in mock mode) so frontend changes can be visually verified in environments…
A simple test skill used by internal/afk/skill unit tests
$ npx -y skills add tingly-dev/tingly-box --skill test-skill --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/test-skillContext preview
The summary Claude sees to decide when to auto-load this skill.
A simple test skill used by internal/afk/skill unit tests
name: test-skill description: A simple test skill used by internal/afk/skill unit tests tags: test, demo
This is the body of the test skill. It exists as a fixture for the unit tests in `internal/afk/skill`.
Your Intelligence, Orchestrated. Every builder. Every team. Every agent. For Everyone.
Repo: tingly-dev/tingly-box
Capture headless-Chrome screenshots of the tingly-box frontend (running locally in mock mode) so frontend changes can be visually verified in environments…
Update the libs/ SDK submodules (openai-go, anthropic-sdk-go, go-genai) to new upstream/fork versions, adapt tingly-box to API changes, and verify with build +…