Overview
Create a web form filler skill that works in parallel to the existing Claude Code PDF form filler plugin.
Context
- Current PDF form filler:
.claude/skills/filling-pdf-forms/
- Should follow similar conversational interview pattern
- Leverage Chatfield library for data collection
Potential Approach
- Use browser automation (Playwright MCP is available)
- Conversational interview to collect form data
- Intelligent form field detection and population
- Handle various web form types (text inputs, dropdowns, checkboxes, etc.)
Related
- PDF plugin location:
.claude/skills/filling-pdf-forms/
- Chatfield library: Python and TypeScript implementations available