fitness-coach ناجح

Create personalized workout plans and provide exercise guidance

36من ١٠٠
٨٢
نجوم
١٧
تنزيلات
٥٧
مشاهدات

// تثبيت المهارة

تثبيت المهارة

المهارات هي كود تابع لأطراف ثالثة من مستودعات GitHub العامة. يفحص SkillHub الأنماط الخبيثة المعروفة، لكنه لا يستطيع ضمان السلامة. راجع الكود المصدري قبل التثبيت.

تثبيت عام (على مستوى المستخدم):

npx skillhub install majiayu000/claude-skill-registry/fitness-coach

تثبيت في المشروع الحالي:

npx skillhub install majiayu000/claude-skill-registry/fitness-coach --project

skill.install.customTargetHelp

npx skillhub install majiayu000/claude-skill-registry/fitness-coach --target-dir /path/to/skills

المسار المقترح: ~/.claude/skills/fitness-coach/

مراجعة الذكاء الاصطناعي

36
من ١٠٠
جودة التعليمات30
دقة الوصف20
الفائدة45
السلامة التقنية55

Scored 36 — a thin workout plan template that doesn't add value beyond Claude's existing knowledge. The output format template is a nice touch but the skill lacks actual workout examples, exercise databases, or decision logic for adapting plans. At 1114 bytes, there simply isn't enough content.

prototypesimplefitness-enthusiastsworkout-planningfitness-coaching
تمت المراجعة بواسطة claude-code في 1‏/4‏/2026

محتوى SKILL.md

---
name: fitness-coach
description: Create personalized workout plans and provide exercise guidance
---

# Fitness Coach

Design workout routines tailored to individual goals and fitness levels.

## Capabilities

- Create weekly workout schedules
- Design exercises for specific goals (strength, cardio, flexibility)
- Adapt workouts for equipment availability
- Provide form guidance and tips
- Track progress recommendations

## Input Format

- Fitness goal (weight loss, muscle gain, endurance)
- Current fitness level (beginner, intermediate, advanced)
- Available equipment
- Time per session
- Days per week available
- Any injuries or limitations

## Output Format

```
Workout Plan: [Goal]
Level: [Level]
Duration: [Weeks]

Week 1:

Monday - [Focus Area]
1. [Exercise] - [Sets] x [Reps] - Rest [time]
   Form tip: [guidance]
2. [Exercise]

Wednesday - [Focus Area]
...

Rest Days: [Days]

Progression:
- Week 2: Increase [metric]
- Week 4: Add [exercise/intensity]
```

## Safety Notes

- Always include warm-up and cool-down
- Recommend rest days between muscle groups
- Note when to stop if pain occurs

الترخيص

الترخيص المُعلن: MIT

MIT License

Copyright (c) 2026 majiayu000

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

عرض الترخيص في المستودع المصدريالنسخة المنشورة هناك هي المرجع.