
Find My Project
- 39 installs
- 44 repo stars
- Updated July 8, 2026
- aviz85/claude-skills-library
Find My Project is a Claude skill that helps beginners identify and scaffold their first agentic Claude Code project through pain-point discovery.
About
Find My Project helps newcomers to Claude Code identify their first agentic project by surfacing daily pain points through questioning. It analyzes the answers, proposes a suitable non-code agentic project, and then scaffolds the folder structure with an initial CLAUDE.md. It is aimed at people getting started who do not yet know what to build.
- Guides beginners to their first agentic Claude Code project via pain-point discovery
- Distinguishes agentic projects (CLAUDE.md, skills, docs) from traditional code or Zapier automation
- Scaffolds a project folder structure and initial CLAUDE.md after the user approves
Find My Project by the numbers
- 39 all-time installs (skills.sh)
- Ranked #1,733 of 3,280 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
find-my-project capabilities & compatibility
- Capabilities
- project scaffolding · ideation · onboarding
- Use cases
- planning · project management
What find-my-project says it does
Help new Claude Code users: 1. Identify their daily pain points
An agentic project is built from: - **CLAUDE.md** - Knowledge about the user and project
Does not build classic applications (React, Node.js...)
npx skills add https://github.com/aviz85/claude-skills-library --skill find-my-projectAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 39 |
|---|---|
| repo stars | ★ 44 |
| Last updated | July 8, 2026 |
| Repository | aviz85/claude-skills-library ↗ |
What it does
Guiding a Claude Code beginner from daily pain points to their first agentic project and scaffolding its folder structure.
Who is it for?
Beginners choosing and scaffolding their first agentic Claude Code project.
Skip if: Building traditional apps like React/Node.js, Python scripts, or databases.
When should I use this skill?
When someone asks 'what project should I build?' or 'help me get started with Claude Code'.
What you get
A recommended agentic project plus a scaffolded folder with an initial CLAUDE.md and a suggested first skill.
- project folder structure
- initial CLAUDE.md
- first-skill recommendation
By the numbers
- 5-step workflow (discovery to first-skill recommendation)
Files
Find My Project - סקיל למציאת הפרוייקט המושלם
עזרה למשתמשים למצוא את הפרוייקט האג'נטי הראשון שלהם ב-Claude Code דרך זיהוי כאבים יומיומיים
CRITICAL: Consult claude-code-guide
Before any significant decision, use:
Task tool with subagent_type=claude-code-guideExample questions:
- "What Claude Code primitives exist for [use case]?"
- "How to structure an agentic project for [specific workflow]?"
- "What's the difference between skills, agents, and hooks?"
What is an Agentic Project?
Agentic project ≠ traditional code or classic automation
An agentic project is built from:
- CLAUDE.md - Knowledge about the user and project
- Skills - Modular capabilities the agent can invoke
- Processes - Stacks of skills
- Tools - Connections to external world
It is NOT:
- ❌ React/Node.js application
- ❌ Python script
- ❌ Database with API
- ❌ Zapier/Make automation
It IS:
- ✅ Documents the agent knows how to read and update
- ✅ Skills the agent knows how to invoke
- ✅ Knowledge the agent uses for decisions
- ✅ Templates the agent fills in
Goal
Help new Claude Code users: 1. Identify their daily pain points 2. Find a suitable agentic project (not code!) 3. Set up the project structure 4. Start with initial files
Workflow
Step 1: Pain Point Discovery
Ask the user about their daily work:
🎯 בוא נמצא את הפרוייקט המושלם עבורך!
ענה על כמה שאלות קצרות:
1. **מה התפקיד שלך?** (מנהל, פרילנסר, יזם, עובד...)
2. **מה הדבר שהכי מתיש אותך בעבודה?**
- משהו שחוזר על עצמו כל יום/שבוע
- משהו שלוקח הרבה זמן
- משהו שאתה שוכח לעשות
3. **אילו כלים אתה משתמש הכי הרבה?**
- אימייל, וואטסאפ, אקסל...
- CRM, יומן, מערכות ניהול...
4. **מה היית רוצה שיעשה לבד?**Step 2: Analysis and Opportunity Identification
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:
- Repetitive tasks → Skills
- Multi-step processes → Skill stacks
- Information that needs to be available → CLAUDE.md + data files
- External actions → Tools (MCP/API)
Step 3: Project Proposal
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/ # סקילים ספציפיים לפרוייקט
רוצה שאקים את התיקייה?Step 4: Project Setup
If user approves:
1. Create the folder structure:
mkdir -p ~/projects/[project-name]/{data,templates,.claude/skills}2. Create initial CLAUDE.md with:
- User information (from questioning)
- Project purpose
- Basic rules
3. Suggest data files to add:
📥 כדי שאוכל לעזור לך טוב יותר, שקול להכניס לתיקייה:
- רשימת לקוחות (אקסל/CSV/טקסט)
- דוגמאות של מסמכים שאתה שולח
- תבניות של הודעות
- כל מידע קבוע שאתה משתמש בו
אחרי שתכניס - אני אוכל לעזור לך לבנות את הסקיל הראשון!Step 5: First Skill Recommendation
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?"Common Project Examples
For Freelancers:
- Client Management - quotes, contracts, tracking
- Project Management - tasks, deadlines, reports
For Managers:
- Weekly Reports - data collection, processing, generation
- Team Tracking - tasks, statuses, alerts
For Entrepreneurs:
- Lead Management - tracking, reminders, conversion
- Content & Marketing - post creation, scheduling, measurement
What This Skill Does NOT Do
- Does not build classic applications (React, Node.js...)
- Does not create databases
- Focuses on Claude Code ecosystem: documents, skills, agents
Consultation Tool
Whenever you need information about Claude Code capabilities:
Task tool with subagent_type=claude-code-guideExample questions:
- "What primitives exist in Claude Code for managing data?"
- "How to create a skill that calls other skills?"
- "What's the best way to structure CLAUDE.md?"
- "How to create agents for background tasks?"