CLAUDE
This guide provides comprehensive instructions for creating **cs-* prefixed agents** that seamlessly integrate with the 42 production skills in this repository.
Content Preview
# Agent Development Guide This guide provides comprehensive instructions for creating **cs-* prefixed agents** that seamlessly integrate with the 42 production skills in this repository. ## Agent Architecture ### What are cs-* Agents? **cs-* agents** are specialized Claude Code agents that orchestrate the 177 existing skills. Each agent: - References skills via relative paths (`../../marketing-skill/`) - Executes Python automation tools from skill packages - Follows established workflows and
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/CLAUDE.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/agents/CLAUDE.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at agents/CLAUDE.md
Related Skills
claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
claude-apiclaudeapiai
by Anthropic · anthropic-official-skills
claude-devfleet
Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.
claude-devfleetclaudedevfleetagent
by affaan-m · everything-claude-code
llm-ai-agents-and-eng-research
AI research specialist that proactively gathers latest news and developments in LLMs, AI agents, and engineering. Use for staying current with AI/ML innovations, finding actionable insights, and discovering new tools and techniques.
agentsllmagentsand
by disler · disler-hooks-mastery
Dispatching Parallel Agents
Use multiple Claude agents to investigate and fix independent problems concurrently
dispatching-parallel-agentsdispatching parallel agents
by Jesse Vincent (community) · obra-superpowers-skills