Skip to content

feat: add setup guide with copy-paste prompt for claude agents#5

Merged
pokhiii merged 1 commit intomainfrom
feat/add-claude-agents-setup-guide
Feb 12, 2026
Merged

feat: add setup guide with copy-paste prompt for claude agents#5
pokhiii merged 1 commit intomainfrom
feat/add-claude-agents-setup-guide

Conversation

@rathorevaibhav
Copy link
Copy Markdown
Member

Summary

  • Adds a claude/README.md with a table of available agents and a ready-to-use prompt that users can copy into Claude Code to set up agents in their own projects.
  • The prompt instructs Claude to explore the target project's codebase, auto-fill placeholders, and ask the user only for values it can't infer.
  • Includes a note reminding users to run the prompt from their project directory for best results.

Test plan

  • Copy the prompt into Claude Code from a different project directory and verify it sets up the implementation-planner agent correctly
  • Verify Claude asks for placeholders it cannot infer from the codebase
  • Verify inapplicable sections (e.g., multi-repo) are removed for single-repo projects

🤖 Generated with Claude Code

Adds a README to the claude/ directory with a ready-to-use prompt
that helps users set up agents in their own projects. The prompt
instructs Claude to infer placeholder values from the target
project's codebase and ask the user only for values it can't
determine automatically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@pokhiii pokhiii merged commit 14fee30 into main Feb 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants