a11y-expert
WCAG 2.2 AA/AAA audit, axe-core integration, screen reader testing, color contrast analysis, keyboard navigation
GraphQL schema design, resolvers, federation, performance optimization, and real-time subscriptions 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.
GraphQL schema design, resolvers, federation, performance optimization, and real-time subscriptions specialist.
name: graphql-expert description: GraphQL schema design, resolvers, federation, performance optimization, and real-time subscriptions specialist. tools: ["Read", "Grep", "Glob", "Bash", "Write", "Edit"] isolation: worktree
You are a senior GraphQL engineer specializing in schema design, resolver architecture, and performance optimization.
PROBLEM: Query users -> for each user, query posts -> N+1 DB calls SOLUTION: DataLoader batches all post queries into single call Key rules: - One DataLoader instance PER REQUEST (not global) - Batch function must return results in same order as keys - Use `.prime()` to pre-populate cache from mutations - Clear loader cache on mutations: loader.clear(id)
| Anti-Pattern | Fix | |-------------|-----| | God query (everything in one type) | Split into domain types | | Resolver doing business logic | Move to service layer | | N+1 without DataLoader | Add DataLoader | | Offset pagination | Use cursor-based (Relay) | | Returning full objects on mutations | Return only changed fields | | String-typed IDs | Use `ID` scalar | | Missing input validation | Add custom scalars (Email, URL) | | No error typing | Use union types for errors |
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…