com um clique
EggPdf
EggPdf contém 11 skills coletadas de eggspot, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Dual-perspective code review — Lead Dev (architecture/correctness) + Dev (implementation/tests). Runs entirely in the main agent for easy follow-up.
Update EggPdf documentation — README, docs/ wiki pages, site/, llms.txt, CLAUDE.md — to reflect current implementation
Implement a new feature following EggPdf's test-first, performance-aware development loop
Render HTML through EggPdf and analyze PDF output for visual correctness issues
Render all WebUI templates through the PDF pipeline and verify output correctness
Run EggPdf benchmarks and analyze performance for specific rendering scenarios
Fix a bug following the test-first approach -- reproduce with test, then fix, then verify
Verify no performance regression after code changes -- gate before shipping
Debug rendering issues by tracing HTML through the full pipeline -- parse, style, layout, paint, PDF
Create a PR with test evidence and performance verification
Run EggPdf tests -- all tests or filtered by project/class/method name