aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Record browser sessions using Playwright
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/record-browserContext preview
What this command does when you run it.
Record browser sessions using Playwright
name: record-browser description: Record browser sessions using Playwright
Record browser sessions using Playwright specs for web UI tutorials.
> **๐ก Claude Code 2.0.72+**: For interactive browser control, consider using native Chrome integration. This command is optimized for **automated recording workflows and CI/CD**. Both approaches can be combined - test interactively with Chrome, record programmatically with Playwright.
/record-browser <spec-file> # Record from Playwright spec /record-browser --init <name> # Create new spec template /record-browser --config # Show Playwright config
1. **Invoke skill**: `Skill(scry:browser-recording)` 2. Follow the skill's workflow to:
# Record from existing spec /record-browser specs/dashboard-demo.spec.ts # Create new spec template /record-browser --init login-flow # Check Playwright config /record-browser --config
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.