From coding-agent
Integration testing patterns using stateful API emulation, service containers, and contract testing. Use when testing code that interacts with external APIs, databases, or third-party services.
npx claudepluginhub devjarus/coding-agentThis skill uses the workspace's default tool permissions.
- Testing code that calls external APIs (GitHub, Stripe, AWS, etc.)
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
emulate or similar tools for third-party API testing (GitHub, AWS S3, Slack) — they provide stateful localhost servers with real protocol behaviorcreateEmulator({ service: 'github', port: 4001 })GITHUB_API_URL=http://localhost:4001emulator.reset()