From pcl-carbon
Analyze a Carbon workflow recording JSON export. Surfaces user interactions (clicks, inputs, cell edits), network activity, API endpoints, auth surface, storage writes, and app fingerprint. Pass the path to a .json export.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pcl-carbon:inspectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read $ARGUMENTS as a file path. Run `carbon-inspect "$ARGUMENTS"` via Bash and show the output. If a flag like --events, --network, --auth, --storage, or --json is present in $ARGUMENTS, pass it through.
Read $ARGUMENTS as a file path. Run carbon-inspect "$ARGUMENTS" via Bash and show the output. If a flag like --events, --network, --auth, --storage, or --json is present in $ARGUMENTS, pass it through.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub teren-papercutlabs/pcl-carbon-plugin --plugin pcl-carbon