Claude Code Plugins

Community-maintained marketplace

Feedback

dynamics-reporter

@ConnorWhelan11/glia-fab
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 dynamics-reporter
description Generate dynamics_report.json with V(state), action metrics, trap warnings. Produces comprehensive dynamics analysis for exploration tuning. Use when working on development tasks.
metadata [object Object]

Dynamics Reporter

Generate dynamics_report.json with V(state), action metrics, trap warnings.

Inputs

Parameter Type Required Default Description
dynamics_db_path string Yes - Path to dynamics SQLite database
window_days integer No 30 Number of days to include in window
smoothing_alpha number No 1.0 Smoothing parameter for estimates

Outputs

Field Type Description
report_path string Path to generated dynamics_report.json
traps_detected array States with trapping behavior
controller_recommendations object Per-domain exploration parameter recommendations

Usage

python scripts/dynamics-reporter.py [arguments]

Generated from `skills/development/dynamics-reporter.yaml`