a11y-expert
WCAG 2.2 AA/AAA audit, axe-core integration, screen reader testing, color contrast analysis, keyboard navigation
Code generation specialist from schemas and templates
$ 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.
Code generation specialist from schemas and templates
name: code-generator description: Code generation specialist from schemas and templates tools: [Read, Write, Edit, Grep, Glob, Bash] isolation: worktree
Kod üretim uzmanı. Schema'dan kod, template-based generation, boilerplate azaltma.
| Schema | Tool | Çıktı | |--------|------|-------| | OpenAPI | openapi-typescript | TS types | | OpenAPI | orval | React Query hooks | | GraphQL | graphql-codegen | TS types + hooks | | Protobuf | protoc | gRPC client/server | | Prisma | prisma generate | DB client | | JSON Schema | json-schema-to-typescript | TS interfaces |
1. Üretilen kodu ASLA elle düzenleme (regenerate et) 2. Üretilen dosyaları `.gitignore` veya `generated/` dizinine koy 3. CI'da generate + diff check (drift detection) 4. Template'ler version controlled
// Hygen template örneği
// _templates/component/new/index.ejs.t
---
to: src/components/<%= name %>/<%= name %>.tsx
---
import { FC } from 'react'
interface <%= name %>Props {
// TODO: define props
}
export const <%= name %>: FC<<%= name %>Props> = (props) => {
return <div>{/* TODO */}</div>
}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…