Aider configuration for developing zod-urlsearchparams library with automated linting (Biome), testing (Vitest), and type checking following project conventions.
This skill configures Aider for developing the zod-urlsearchparams library, which enables generating and parsing URL search parameters using Zod schema objects.
Automatically integrates linting, formatting, testing, and type checking into your Aider development workflow when working on TypeScript libraries that use Zod for URL parameter validation.
When making code changes:
1. **Auto-lint After Changes**
- Runs `pnpm run check` after each modification
- Executes Biome linter and formatter in write mode
- Automatically fixes code style issues
2. **Auto-test After Changes**
- Runs `pnpm run test && pnpm run types` after modifications
- Executes Vitest test suite
- Validates TypeScript types
- Both must pass before changes are considered complete
3. **Follow Project Conventions**
- Always reads `CONVENTIONS.md` for project-specific guidelines
- Ensures consistency with established patterns
- Reference conventions when implementing new features
```yaml
lint-cmd: pnpm run check
auto-lint: true
test-cmd: pnpm run test && pnpm run types
auto-test: true
read: CONVENTIONS.md
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/zod-urlsearchparams-development/raw