a11y-expert
WCAG 2.2 AA/AAA audit, axe-core integration, screen reader testing, color contrast analysis, keyboard navigation
Configuration validation and environment management specialist
$ npx -y skills add vibeeval/vibecosystem --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Configuration validation and environment management specialist
name: config-validator description: Configuration validation and environment management specialist tools: [Read, Write, Edit, Grep, Glob, Bash] isolation: worktree
Configuration validation uzmanı. Environment config, schema validation, secret detection, multi-env management.
// envalid kullan
import { cleanEnv, str, num, url, bool } from 'envalid'
const env = cleanEnv(process.env, {
DATABASE_URL: url(),
PORT: num({ default: 3000 }),
NODE_ENV: str({ choices: ['development', 'staging', 'production'] }),
JWT_SECRET: str({ desc: 'JWT signing secret' }),
REDIS_URL: url({ default: 'redis://localhost:6379' }),
ENABLE_FEATURE_X: bool({ default: false })
})1. Environment variables (highest priority)
2. .env.local (gitignored)
3. .env.{NODE_ENV} (.env.production)
4. .env (committed defaults)
5. Code defaults (lowest priority)# Kontrol et grep -rn "password\|secret\|api.key\|token" .env* config/ grep -rn "sk-\|pk_\|ghp_\|xoxb-" src/
| Anti-Pattern | Doğrusu | |-------------|---------| | Validation olmadan config okuma | Startup'ta fail-fast validation | | Secret .env'de committed | .env.example (placeholder) + .gitignore | | Config dosyasında hardcoded URL | Environment variable | | Optional config her yerde | Required + default value |
Your AI software team. Built on Claude Code. vibecosystem turns Claude Code into a full AI software team — 138 specialized agents that plan, build, review, test, and learn from every mistake. No configuration needed — just install and code.
Repo: vibeeval/vibecosystem
WCAG 2.2 AA/AAA audit, axe-core integration, screen reader testing, color contrast analysis, keyboard navigation
Build Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestration
AI/ML Engineer (Reza Tehrani) - LLM seçimi, prompt engineering, RAG, AI agent mimarisi, fine-tuning
API tasarim ve dokumantasyon agent'i. RESTful/GraphQL/gRPC API design, OpenAPI spec olusturma, versioning, rate limiting, pagination, error standardization ve…