architect
01Agent Claude Code
Plans architecture, designs component interfaces, and creates implementation plans for features and refactors. Use when designing new features, planning changes, or making architectural decisions.
Agent Claude Code
Plans architecture, designs component interfaces, and creates implementation plans for features and refactors. Use when designing new features, planning changes, or making architectural decisions.
Agent Claude Code
Implements features, writes TypeScript and PowerShell code. Use for all implementation tasks including new features, bug fixes, and refactoring.
Agent Claude Code
Maintains project documentation — JSDoc on public functions, README sections per tool, CHANGELOG entries, and ADRs. Use when documentation is missing, outdated, or after implementing a new feature.
Agent Claude Code
PowerShell expert for A-Eyes scripts. Use when writing or debugging complex PowerShell — Win32 API calls, UIAutomation, DPI handling, FileSystemWatcher, or Unity CLI integration. Knows WSL2/Windows interop edge cases.
Agent Claude Code
Reviews code for quality, correctness, and best practices. Use after implementation to verify code quality before committing.
Agent Claude Code
Analyzes code for security vulnerabilities, especially command injection, path traversal, and unsafe process execution. Use before releases or when touching security-critical code like PowerShell execution or config parsing.
Agent Claude Code
Writes and runs tests for TypeScript code and PowerShell scripts. Use to create test suites, run existing tests, or verify functionality.
Agent Claude Code
Unity plugin specialist for A-Eyes. Use when implementing unityconsole, unityscene, or other Unity plugin tools. Knows Unity YAML format, Editor.log parsing, C# Editor scripting, and Unity CLI quirks.
Settings file Claude Code
Agent settings declaring 15 allowed tools.
Skill Claude CodeCodex
Run a full security audit — dependency vulnerabilities, Biome security rules, and security agent review of critical modules. Use before releases and when touching PowerShell execution or config parsing.
Skill Claude CodeCodex
Manage the project backlog via GitHub Issues. List, create, update, and prioritize backlog items.
Skill Claude CodeCodex
Check GitHub Actions CI status. List recent runs, view details of a specific run, or watch for completion. Requires CI pipeline to be set up (see issue.
Skill Claude CodeCodex
Run vitest with coverage reporting. Shows per-file coverage and flags files below the 80% threshold.
Skill Claude CodeCodex
Lint and format the codebase using Biome. Checks TypeScript for errors and style issues.
Skill Claude CodeCodex
Test the MCP server by starting it and verifying tool registration and basic functionality.
Skill Claude CodeCodex
Test a PowerShell script directly from WSL2. Runs a script with given parameters and shows structured output. Use during PS script development to verify behavior without going through the full MCP stack.
Skill Claude CodeCodex
Prepare a release — bump version, update changelog, build, test, and tag. Does NOT publish automatically.
Skill Claude CodeCodex
Run the test suite. Executes all tests or a specific test file.
Skill Claude CodeCodex
Run TypeScript type checking without compiling. Faster than build — use during development to catch type errors quickly.
Instructions file
Claude Code instructions for florian-priegnitz/A-Eyes, covering a-eyes, project overview, mvp scope, architecture and security.
MCP server Claude CodeCodexCursor
MCP server "a-eyes" as configured in florian-priegnitz/A-Eyes. Runs locally from the a-eyes npm package.