Commit Graph

4 Commits

Author SHA1 Message Date
Sawyer Hood dd0183d1d7 feat: add Codex plugin for dev-browser 2026-03-26 15:54:25 -07:00
Sawyer Hood faca65c8d3 Refactor dev-browser plugin structure and remove obsolete files
Updates the marketplace configuration to reflect the new source path for the dev-browser plugin. Removes outdated package.json, plugin.json, and related scripts to streamline the project structure and eliminate redundancy.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2025-12-02 14:12:08 -08:00
Sawyer Hood 3ee58ec8f8 Add dev-browser skill implementation with persistent page state
Implements a browser automation skill using Playwright with a client/server
architecture that maintains page state across script executions. Includes
full documentation and server/client packages.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 12:07:06 -08:00
Sawyer Hood e9ae3cf08a Add Claude Code plugin and marketplace structure
Set up dev-browser plugin with marketplace configuration and
placeholder skill for browser automation implementation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 11:27:14 -08:00