dirien/yet-another-agent-harness
Agent Claude Code
AI/ML engineering, model integration, LLM pipelines, and AI system design.
dirien/yet-another-agent-harness
Agent Claude Code
AI/ML engineering, model integration, LLM pipelines, and AI system design.
dirien/yet-another-agent-harness
Agent Claude Code
API testing, contract validation, and endpoint coverage analysis.
dirien/yet-another-agent-harness
Agent Claude Code
Backend system design, API architecture, and scalability planning.
dirien/yet-another-agent-harness
Agent Claude Code
Structured code review with quality, security, and performance analysis.
dirien/yet-another-agent-harness
Agent Claude Code
CI/CD pipelines, infrastructure automation, and deployment workflows.
dirien/yet-another-agent-harness
Agent Claude Code
Performance profiling, load testing, and optimization recommendations.
dirien/yet-another-agent-harness
Agent Claude Code
Security analysis, threat modeling, and vulnerability assessment.
dirien/yet-another-agent-harness
Agent Claude Code
System architecture, design patterns, and technical decision-making.
dirien/yet-another-agent-harness
Agent Claude Code
Site reliability engineering, observability, and incident response.
dirien/yet-another-agent-harness
Agent Claude Code
Single-task executor with strict verification.
dirien/yet-another-agent-harness
Agent Claude Code
Research agent for docs, code search, and context gathering.
dirien/yet-another-agent-harness
Agent Claude Code
Reviews code and plans for quality, security, and correctness.
dirien/yet-another-agent-harness
Hook Claude Code
Runs after a tool call finishes for (?i)^(Edit, Write and MultiEdit)$ tool calls, running yaah hook PostToolUse. From dirien/yet-another-agent-harness.
dirien/yet-another-agent-harness
Hook Claude Code
Runs before the agent uses a tool for (?i)^Bash$ tool calls, running yaah hook PreToolUse. From dirien/yet-another-agent-harness.
dirien/yet-another-agent-harness
Hook Claude Code
Runs when a session ends, running yaah hook SessionEnd. From dirien/yet-another-agent-harness.
dirien/yet-another-agent-harness
Hook Claude Code
Runs when a session starts, running yaah hook SessionStart. From dirien/yet-another-agent-harness.
dirien/yet-another-agent-harness
Hook Claude Code
Runs when the agent finishes a response, running yaah hook Stop. From dirien/yet-another-agent-harness.
dirien/yet-another-agent-harness
Settings file Claude Code
MCP configuration declaring 3 servers: context7, pulumi, yaah.
dirien/yet-another-agent-harness
Skill Claude CodeCodex
Prepares Go applications to work effectively with AI coding agents. Use when setting up a new Go project or retrofitting an existing one to ensure: structured JSON logging (slog/Zap/ZeroLog/Logrus), machine-readable command output, thorough golangci-lint configuration, non-interactive CLI design with --yes flags…
dirien/yet-another-agent-harness
Skill Claude CodeCodex
Use when creating or updating AGENTS.md files, .github/copilot-instructions.md, or other AI agent rule files, onboarding AI agents to a project, standardizing agent documentation, or when anyone mentions AGENTS.md, agent rules, project onboarding, or codebase documentation for AI agents.
dirien/yet-another-agent-harness
Skill Claude CodeCodex
Use when designing new high-level system architecture, reviewing existing designs, or making architectural decisions. Invoke to create architecture diagrams, write Architecture Decision Records (ADRs), evaluate technology trade-offs, design component interactions, and plan for scalability. Use for system design…
dirien/yet-another-agent-harness
Skill Claude CodeCodex
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for parsing flags and subcommands, displaying progress bars and spinners, generating bash/zsh/fish completion scripts, CLI design, shell completions, and cross-platform terminal applications using commander, click, typer…
dirien/yet-another-agent-harness
Skill Claude CodeCodex
Convert an AWS CloudFormation stack or template to Pulumi. This skill MUST be loaded whenever a user requests migration or conversion of CloudFormation to Pulumi.
dirien/yet-another-agent-harness
Skill Claude CodeCodex
Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code…