Strobe Check

🌐Community
by htlin222 · vlatest · Repository

Strobe Check identifies and flags potential strobe effects in images/videos, ensuring content is accessible and avoids triggering seizures.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add strobe-check npx -- -y @trustedskills/strobe-check
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "strobe-check": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/strobe-check"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The strobe-check skill provides a way to quickly and reliably verify that code is executing as expected. It allows you to insert breakpoints or logging statements into your code without modifying the original source, enabling rapid debugging and validation of complex logic flows. This helps ensure accuracy in automated processes and reduces errors during development.

When to use it

  • Debugging complex scripts: Quickly identify where a script is failing by inserting temporary checks.
  • Validating data transformations: Confirm that data is being processed correctly at each step in a pipeline.
  • Testing conditional logic: Verify the execution path of if/else statements or loops to ensure expected behavior.
  • Analyzing performance bottlenecks: Insert checks to measure time taken by specific code sections and pinpoint areas for optimization.

Key capabilities

  • Breakpoint insertion
  • Logging statement injection
  • Non-destructive debugging (no source modification)
  • Rapid validation of logic flows

Example prompts

  • "Insert a breakpoint at line 25 in the process_data function."
  • "Log the value of variable 'result' after the loop completes."
  • "Add a check to confirm that 'user_id' is not empty before proceeding."

Tips & gotchas

The skill requires access to the code being executed. Ensure the AI agent has appropriate permissions and context to insert breakpoints or logging statements effectively.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
htlin222
Installs
12

🌐 Community

Passed automated security scans.