ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Agent Claude Code
Synthesize multiple research notes into comprehensive, well-structured reports with cross-references and insights.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Agent Claude Code
Synthesize multiple research notes into comprehensive, well-structured reports with cross-references and insights.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Agent Claude Code
Research a specific subtopic using web search, gathering authoritative sources, statistics, and expert insights.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Agent Claude Code
Executes semantic index management operations (index, incremental-reindex, status). Creates, updates, and inspects semantic content indices for all text content (code, documentation, markdown, configs) with progress reporting.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Agent Claude Code
Executes semantic content search operations (search, find-similar, list-projects). Searches across all text content (code, documentation, markdown, configs) in the semantic index. Returns ranked results with natural language explanations.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Agent Claude Code
Requirements analyst and project scoping expert. Specializes in eliciting comprehensive requirements, creating user stories with acceptance criteria, and generating project briefs. Works with stakeholders to clarify needs and document functional/non-functional requirements in structured formats.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Agent Claude Code
System architect specializing in technical design and architecture. Creates comprehensive system designs, technology stack recommendations, API specifications, and data models. Ensures scalability, security, and maintainability while aligning with business requirements.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Agent Claude Code
Implementation planning specialist that breaks down architectural designs into actionable tasks. Creates detailed task lists, estimates complexity, defines implementation order, and plans comprehensive testing strategies. Bridges the gap between design and development.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Command Claude Code
Plan a new feature using spec-workflow-orchestrator skill.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Command Claude Code
Show current project implementation status.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Command Claude Code
Research a topic using multi-agent-researcher skill.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Command Claude Code
Verify project structure aligns with official Claude Code standards.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.py and first-prompt-reindex.py via python3 (2 commands). From ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Hook Claude Code
Runs after a tool call finishes, executing post-tool-use-track-research.py via python3. From ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Hook Claude Code
Runs when a session starts, executing session-start.py via python3. From ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Hook Claude Code
Runs when the agent finishes a response, executing stop.py via python3. From ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Hook Claude Code
Runs when a session ends, executing session-end.py via python3. From ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Settings file Claude Code
Agent settings declaring 5 hook events (UserPromptSubmit, PostToolUse, SessionStart, Stop) and 5 allowed tools.
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Skill Claude CodeCodex
Conduct comprehensive research on any topic by coordinating 2-4 specialized researcher agents in parallel, then synthesizing findings into a detailed report via mandatory report-writer agent delegation (Full workflow documentation at docs/workflows/research-workflow.md).
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Skill Claude CodeCodex
Semantic search for finding code by meaning using natural language queries. Orchestrates semantic-search-reader (search/find-similar/list-projects) and semantic-search-indexer (index/reindex/status) agents. Use for understanding unfamiliar codebases, finding similar implementations, or locating functionality by…
ahmedibrahim085/Claude-Multi-Agent-Research-System-Skill
Skill Claude CodeCodex
Orchestrate comprehensive planning phase from ideation to development-ready specifications using 3 specialized agents (Full workflow documentation at docs/workflows/planning-workflow.md).