Setup Project Tools banner
olegiv olegiv

Setup Project Tools

Development community

Description

Analyze the current project and generate tailored Claude Code agents, skills, and commands. Use the Task tool to launch the project-architect agent with the following prompt: "Analyze this project's architecture, tools, frameworks, libraries, and development workflows. Then generate customized Claude Code agents, skills, and slash commands tailored to this specific tech stack. Create these in the .claude/ directory structure." The agent will: 1. Discover the project's tech stack (languages, f

Installation

Installs to ~/.claude/skills/olegiv-claude-code-support-tools-setup-project-tools/SKILL.md

Terminal
mkdir -p ~/.claude/skills/olegiv-claude-code-support-tools-setup-project-tools && curl -fsSL https://raw.githubusercontent.com/olegiv/claude-code-support-tools/HEAD/commands/setup-project-tools.md -o ~/.claude/skills/olegiv-claude-code-support-tools-setup-project-tools/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository