Effect Time Tracing Logging
This skill logs detailed timestamps and effects associated with actions, aiding in debugging, analysis, and understanding complex processes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add effect-time-tracing-logging npx -- -y @trustedskills/effect-time-tracing-logging
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"effect-time-tracing-logging": {
"command": "npx",
"args": [
"-y",
"@trustedskills/effect-time-tracing-logging"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to record and analyze the timing of effects, providing detailed logs of when actions occur. It allows for tracing the sequence of events within an agent's execution, which is crucial for debugging complex behaviors or understanding system performance. The skill facilitates logging effect durations and dependencies.
When to use it
- Debugging Complex Agent Behavior: Identify bottlenecks or unexpected delays in a chain of actions.
- Performance Analysis: Measure the time taken by individual effects to optimize agent efficiency.
- Understanding Dependencies: Visualize the order in which effects are triggered and their relationships.
- Auditing Actions: Create a detailed record of all actions performed, useful for accountability or compliance.
Key capabilities
- Effect Timing Recording
- Dependency Tracing
- Detailed Logging
- Duration Measurement
Example prompts
- "Log the duration of the 'move_to' effect."
- "Trace the dependencies of the 'send_email' effect."
- "Show me a timeline of all effects executed in the last 5 minutes."
Tips & gotchas
The skill requires access to the agent’s execution environment and may need specific permissions to log system events. Ensure that logging levels are appropriately configured to avoid excessive data generation.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.