PreToolUse
01anshlambagit/Claude_Code_Full_Course
Hook Claude Code
Runs before the agent uses a tool, executing pre_script.py via python. From anshlambagit/Claude_Code_Full_Course.
anshlambagit/Claude_Code_Full_Course
Hook Claude Code
Runs before the agent uses a tool, executing pre_script.py via python. From anshlambagit/Claude_Code_Full_Course.
anshlambagit/Claude_Code_Full_Course
Hook Claude Code
Runs after a tool call finishes, executing post_script.py via python. From anshlambagit/Claude_Code_Full_Course.
anshlambagit/Claude_Code_Full_Course
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
anshlambagit/Claude_Code_Full_Course
Skill Claude CodeCodex
Fetches data from APIs and handles responses. Use when interacting with external APIs or retrieving data from web services.
anshlambagit/Claude_Code_Full_Course
Skill Claude CodeCodex
Migrates the fetched data stored in the ".claude/skills/fetchAPI/data/" directory to a new location. Use when you want to move your data to a different directory.
anshlambagit/Claude_Code_Full_Course
Skill Claude CodeCodex
Visualizes data stored in the ".claude/skills/fetchAPI/data/" directory and generates visualizations based on that data. Use this skill when you want to create visual representations of your data for better insights and analysis.
anshlambagit/Claude_Code_Full_Course
MCP server Claude CodeCodexCursor +2
MCP Server for searching via DuckDuckGo. Runs locally from the duckduckgo-mcp-server Python package.
anshlambagit/Claude_Code_Full_Course
MCP server Claude CodeCodexCursor +2
MCP server "playwrightown" as configured in anshlambagit/ClaudeCodeFullCourse. Launched with cmd /c npx @playwright/mcp@latest.
anshlambagit/Claude_Code_Full_Course
MCP server Claude CodeCodexCursor +2
MCP server "tavily", hosted remotely at mcp.tavily.com, as configured in anshlambagit/ClaudeCodeFullCourse.