From find-my-project
Guides beginners to their first agentic Claude Code project via pain point questioning, claude-code-guide analysis, tailored suggestions, and folder setup. For 'what to build?' or 'get started' queries.
npx claudepluginhub aviz85/claude-skills-library --plugin find-my-projectThis skill is limited to using the following tools:
> עזרה למשתמשים למצוא את הפרוייקט **האג'נטי** הראשון שלהם ב-Claude Code דרך זיהוי כאבים יומיומיים
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
עזרה למשתמשים למצוא את הפרוייקט האג'נטי הראשון שלהם ב-Claude Code דרך זיהוי כאבים יומיומיים
Before any significant decision, use:
Task tool with subagent_type=claude-code-guide
Example questions:
Agentic project ≠ traditional code or classic automation
An agentic project is built from:
It is NOT:
It IS:
Help new Claude Code users:
Ask the user about their daily work:
🎯 בוא נמצא את הפרוייקט המושלם עבורך!
ענה על כמה שאלות קצרות:
1. **מה התפקיד שלך?** (מנהל, פרילנסר, יזם, עובד...)
2. **מה הדבר שהכי מתיש אותך בעבודה?**
- משהו שחוזר על עצמו כל יום/שבוע
- משהו שלוקח הרבה זמן
- משהו שאתה שוכח לעשות
3. **אילו כלים אתה משתמש הכי הרבה?**
- אימייל, וואטסאפ, אקסל...
- CRM, יומן, מערכות ניהול...
4. **מה היית רוצה שיעשה לבד?**
REQUIRED: Before continuing, consult claude-code-guide:
Use Task tool with subagent_type=claude-code-guide to ask:
"I have a user who [describe pain points]. What Claude Code primitives and project structure would be best for an AGENTIC project (not traditional code) to solve this?"
Based on responses and consultation, identify:
Present the recommended project to the user:
💡 הפרוייקט המומלץ עבורך:
**שם הפרוייקט:** [appropriate name]
**מה הוא יעשה:**
- [capability 1]
- [capability 2]
- [capability 3]
**למה זה מתאים לך:**
- פותר את: [specific pain]
- חוסך: [specific benefit]
**מבנה מומלץ:**
project-name/
├── CLAUDE.md # הידע על הפרוייקט ועליך
├── data/ # קבצי מידע (לקוחות, משימות...)
├── templates/ # תבניות (מסמכים, הודעות...)
└── .claude/skills/ # סקילים ספציפיים לפרוייקט
רוצה שאקים את התיקייה?
If user approves:
mkdir -p ~/projects/[project-name]/{data,templates,.claude/skills}
Create initial CLAUDE.md with:
Suggest data files to add:
📥 כדי שאוכל לעזור לך טוב יותר, שקול להכניס לתיקייה:
- רשימת לקוחות (אקסל/CSV/טקסט)
- דוגמאות של מסמכים שאתה שולח
- תבניות של הודעות
- כל מידע קבוע שאתה משתמש בו
אחרי שתכניס - אני אוכל לעזור לך לבנות את הסקיל הראשון!
Based on identified pains, suggest a first skill:
⚡ הסקיל הראשון המומלץ:
**שם:** [skill name]
**מה יעשה:** [short description]
רוצה שניצור אותו יחד?
Important: Before creating the skill, consult claude-code-guide:
Use Task tool with subagent_type=claude-code-guide to ask:
"How to create a skill for [specific task]? What's the best structure?"
Whenever you need information about Claude Code capabilities:
Task tool with subagent_type=claude-code-guide
Example questions: