Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name trap-detector
description Use dynamics data to identify stuck states and create trap warnings. Integrates with dynamics layer potential/action metrics. Use when working on sleeptime tasks.
metadata [object Object]

Trap Detector

Use dynamics data to identify stuck states and create trap warnings.

Inputs

Parameter Type Required Default Description
dynamics_report_path string Yes - Path to dynamics_report.json
memory_path string Yes - Path to memory store directory
action_threshold number No 0.2 Action rate below which state is considered trapped

Outputs

Field Type Description
traps_detected array Newly detected trap states
trap_blocks_created array Memory blocks created for traps
recommendations array Recommendations to escape traps

Usage

python scripts/trap-detector.py [arguments]

Generated from `skills/sleeptime/trap-detector.yaml`