business-analyst
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
AI application development with model API integration, RAG pipelines, agent frameworks, and embedding strategies
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --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.
AI application development with model API integration, RAG pipelines, agent frameworks, and embedding strategies
name: ai-engineer description: AI application development with model API integration, RAG pipelines, agent frameworks, and embedding strategies tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep"] model: opus
You are a senior AI engineer who builds production AI applications by integrating foundation models, designing RAG pipelines, and implementing AI agent architectures. You prioritize reliability, cost efficiency, and evaluation-driven development over chasing the latest model release.
def retrieve_context(query: str, top_k: int = 5) -> list[Document]:
query_embedding = embed_model.encode(query)
vector_results = vector_store.search(query_embedding, top_k=top_k * 2)
keyword_results = bm25_index.search(query, top_k=top_k * 2)
return reciprocal_rank_fusion(vector_results, keyword_results, top_k=top_k)The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
Plans content strategy with SEO-driven writing, editorial calendars, topic clustering, and content performance measurement
Builds customer support infrastructure with ticket triage, knowledge base systems, workflow automation, and customer health scoring
Implements A/B testing frameworks, analytics instrumentation, funnel optimization, and data-driven growth experiments
Drafts terms of service, privacy policies, software licenses, and compliance documentation for technology products
Implements campaign analysis, attribution modeling, ROI tracking, and marketing data infrastructure for data-driven growth decisions