README
01rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Agent Claude Code
Sub-agents are specialist Claude instances that the main Claude agent can spawn to handle a focused, isolated task.
rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Agent Claude Code
Sub-agents are specialist Claude instances that the main Claude agent can spawn to handle a focused, isolated task.
rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Agent Claude Code
A specialized sub-agent that performs security-focused reviews of the Blog API codebase. It looks for authentication gaps, injection vulnerabilities, data exposure, and insecure configs.
rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Command Claude Code
Deploy the Blog API to the target environment.
rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From rohanmistry231/Claude-Code-Project-Structure-Learning-Repository.
rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Hook Claude Code
Runs after a tool call finishes for Edit tool calls, running an inline shell check. From rohanmistry231/Claude-Code-Project-Structure-Learning-Repository.
rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 10 allowed tools.
rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Skill Claude CodeCodex
Perform a thorough code review of changed or specified files, checking for bugs, security issues, style violations, and adherence to the project's CLAUDE.md rules.
rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Skill Claude CodeCodex
Write, run, or fix tests for the Blog API using pytest and httpx.
rohanmistry231/Claude-Code-Project-Structure-Learning-Repository
Instructions file
Instructions for rohanmistry231/Claude-Code-Project-Structure-Learning-Repository, covering blog api — claude instructions, project overview, tech stack, directory structure and how to run.