atra-consulting

32 mods across 1 repository, 5 stars between them.

admin

01

atra-consulting/coding-with-ai-lab

Agent Claude Code

Manage local development environment, SQLite database, and Node/Angular processes. Use for dev-environment ADMINISTRATION (DB inspection, process management, build troubleshooting, dependency issues). For database QUERIES, use db-coder (write) or db-reviewer (review). ALWAYS ask permission before changes.

5 6d ago C 62 tokens original MIT

ba-reviewer

02

atra-consulting/coding-with-ai-lab

Agent Claude Code

Review PRDs, specifications, implementation plans, or business requirements documents. Finds gaps, inconsistencies, ambiguities, and potential problems before development begins.

5 6d ago A 34 tokens original MIT

ba-writer

03

atra-consulting/coding-with-ai-lab

Agent Claude Code

Create business specifications, requirements documents, or plans that bridge business and technical teams. Write user stories, acceptance criteria, process flows, feature specifications.

5 6d ago A 33 tokens original MIT

be-coder

04

atra-consulting/coding-with-ai-lab

Agent Claude Code

Write Node.js / Express / TypeScript backend code. Use for new routes, services, middleware, schema changes, and validation. Follows the route → service → db pattern.

5 6d ago A 40 tokens original MIT

be-reviewer

05

atra-consulting/coding-with-ai-lab

Agent Claude Code

Review Node.js / Express / TypeScript backend code. Use for code reviews, finding bugs, security audits, and verifying backend patterns.

5 6d ago A 31 tokens original MIT

be-test-coder

06

atra-consulting/coding-with-ai-lab

Agent Claude Code

Write Playwright API tests for the Node.js / Express backend. Use to author new test files for routes, services, and middleware after backend code changes.

5 6d ago A 36 tokens original MIT

be-test-reviewer

07

atra-consulting/coding-with-ai-lab

Agent Claude Code

Review Playwright API tests for the Node.js / Express backend. Verify coverage, assertion quality, isolation, and that tests actually catch regressions.

5 6d ago A 34 tokens original MIT

be-test-runner

08

atra-consulting/coding-with-ai-lab

Agent Claude Code

Execute the backend Playwright test suite, parse the output, and report pass/fail with actionable failure details. Does not write or modify tests.

5 6d ago A 34 tokens original MIT

data-reader

09

atra-consulting/coding-with-ai-lab

Agent Claude Code

Use this agent for read-only fact-finding: answering a question by reading files in this repo or fetching a web page or API response, without pulling the raw material into the main conversation. It reports a short answer plus its source. It never edits, writes, or creates a file. Context: Before changing a config key…

5 6d ago A 299 tokens original MIT

data-writer

10

atra-consulting/coding-with-ai-lab

Agent Claude Code

Use this agent to write content you already have to a file, at a path you already know. It takes content handed to it in its own instructions and saves it as Markdown, HTML, or plain text. It never reads, searches, or browses first — it only writes what it is given, to the path it is given. Context: A caller has…

5 6d ago A 286 tokens original MIT

db-coder

11

atra-consulting/coding-with-ai-lab

Agent Claude Code

Write, optimize, or troubleshoot SQLite queries. Design schemas, modify the Drizzle schema and the migrate.ts SQL, and build data access patterns with @libsql/client and Drizzle ORM.

5 6d ago A 42 tokens original MIT

db-reviewer

12

atra-consulting/coding-with-ai-lab

Agent Claude Code

Review SQLite queries, analyze query performance, verify Drizzle schema and migrate.ts DDL consistency, and check service-layer data access patterns. Finds inefficient queries, missing indexes, and schema drift.

5 6d ago A 42 tokens original MIT

fe-coder

13

atra-consulting/coding-with-ai-lab

Agent Claude Code

Write Angular and TypeScript code. Use for new components, services, routing, and UI features. Angular 21 standalone components with Bootstrap 5.

5 6d ago A 34 tokens original MIT

fe-reviewer

14

atra-consulting/coding-with-ai-lab

Agent Claude Code

Review and test Angular and TypeScript code. Use for code reviews, finding bugs, accessibility checks, and verifying frontend patterns.

5 6d ago A 29 tokens original MIT

fe-test-coder

15

atra-consulting/coding-with-ai-lab

Agent Claude Code

Write Jasmine/Karma unit tests for the Angular 21 frontend. Use to author component, service, and guard tests after frontend code changes.

5 6d ago A 33 tokens original MIT

fe-test-reviewer

16

atra-consulting/coding-with-ai-lab

Agent Claude Code

Review Jasmine/Karma unit tests for the Angular 21 frontend. Verify coverage, assertion quality, DI setup, and that tests actually exercise the component under test.

5 6d ago A 37 tokens original MIT

fe-test-runner

17

atra-consulting/coding-with-ai-lab

Agent Claude Code

Execute the frontend Jasmine/Karma test suite, parse the output, and report pass/fail with actionable failure details. Does not write or modify tests.

5 6d ago A 35 tokens original MIT

planner

18

atra-consulting/coding-with-ai-lab

Agent Claude Code

Drafts specifications (PRDs) and implementation plans. Use when a task needs a written spec or a step-by-step implementation plan before any code gets written. Reads the codebase first, then produces a document. Never writes code.

5 6d ago A 49 tokens original MIT

python-coder

19

atra-consulting/coding-with-ai-lab

Agent Claude Code

Use this agent when you need to write, fix, or improve Python programs — especially for data analysis tasks. This agent is ideal for cross-platform scripts that must run on Mac, Windows, and Linux without extra dependencies or environment setup.\n\n \nContext: The user needs a Python script to analyze a CSV…

5 6d ago A 335 tokens original MIT

python-reviewer

20

atra-consulting/coding-with-ai-lab

Agent Claude Code

Use this agent when Python code has been written or modified and needs expert review for correctness, efficiency, platform-specific issues, and external data handling. Examples:\n\n \nContext: The user asked for a Python function and the assistant just wrote it.\nuser: 'Write a Python function that reads a CSV file…

5 6d ago A 350 tokens original MIT

shell-coder

21

atra-consulting/coding-with-ai-lab

Agent Claude Code

Use this agent when you need to write, review, modify, or debug shell scripts that must work reliably across Linux, macOS, and Windows Subsystem for Linux (WSL). Examples include:\n\n \nContext: User needs to create a deployment script that works on developer machines (macOS) and CI/CD pipelines (Linux).\nuser: "I…

5 6d ago A 458 tokens original MIT

shell-reviewer

22

atra-consulting/coding-with-ai-lab

Agent Claude Code

Use this agent when a shell script has been written or modified and needs expert review for cross-platform compatibility, potential hangs, infinite loops, incorrect color codes, and common scripting errors. Invoke this agent proactively after the shell-coder agent finishes writing or fixing a shell script.\n\n…

5 6d ago A 397 tokens original MIT

skill-coder

23

atra-consulting/coding-with-ai-lab

Agent Claude Code

Use this agent when you need to create, update, or refine Claude Code custom skills. Examples:\n\n \nContext: User wants to create a new custom skill for database migration workflows.\nuser: "I need a custom command that handles database migrations - it should check the current schema version, generate migration…

5 6d ago A 537 tokens original MIT

skill-reviewer

24

atra-consulting/coding-with-ai-lab

Agent Claude Code

Use this agent when a custom Claude Code skill (slash command or workflow) has just been written or modified and needs expert review. Trigger after writing or editing any file in the custom skills directory to catch mistakes, verify branching logic, validate user decision points, and ensure alignment with current…

5 6d ago A 364 tokens original MIT