From aviz85-claude-skills-library
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-libraryThis skill is limited to using the following tools:
> עזרה למשתמשים למצוא את הפרוייקט **האג'נטי** הראשון שלהם ב-Claude Code דרך זיהוי כאבים יומיומיים
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.
Guides creation, design, implementation, and validation of specialized Claude agents using templates, archetypes (analyzer, reviewer), scaffolding, and workflows.
Delivers community best practices for Claude Code including subagents, slash commands, CLAUDE.md memory, skills, hooks, MCP servers, and agent orchestration workflows.
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: