Help us improve
Share bugs, ideas, or general feedback.
From find-my-project
Guides beginners through pain point identification to suggest and set up their first agentic Claude Code project. Use for 'what project should I build?' or getting started queries.
npx claudepluginhub aviz85/claude-skills-library --plugin find-my-projectHow this skill is triggered — by the user, by Claude, or both
Slash command
/find-my-project:find-my-projectThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> עזרה למשתמשים למצוא את הפרוייקט **האג'נטי** הראשון שלהם ב-Claude Code דרך זיהוי כאבים יומיומיים
Create custom agents for Claude Code including YAML frontmatter, system prompts, tool restrictions, and discovery optimization. Use when creating, building, or designing agents, or when asked about agent creation, subagent configuration, Task tool delegation, or agent best practices.
Creates, reviews, tests, and packages Anthropic Agent Skills for Claude.ai and Claude Code from docs or projects, with templates, auditing, and trigger testing.
Guides creation of Claude Code SKILL.md files with YAML frontmatter, progressive disclosure, and naming conventions. Use when authoring or auditing agent skills.
Share bugs, ideas, or general feedback.
עזרה למשתמשים למצוא את הפרוייקט האג'נטי הראשון שלהם ב-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: