Skip to main content

claude-helper

A generic helper for various tasks. Assists with common operations.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
recca0120/skills-refactor
آخر نشاط في المصدر
١٥ يناير ٢٠٢٦ في ٢٠:٢٠
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
١
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
claude-helper
description
A generic helper for various tasks. Assists with common operations.
# Claude Helper This skill demonstrates naming violations. ## Violations in this file 1. **frontmatter/name-no-reserved**: name contains reserved word `claude` 2. **naming/no-vague**: directory name `helper` is too vague 3. **naming/no-generic**: description uses generic terms without specifics ## What this should be Instead of `helper/` with `claude-helper`, use specific names like: - `processing-pdfs/` with `processing-pdfs` - `analyzing-code/` with `analyzing-code` ## Workflow 1. Receive request 2. Do something 3. Return result
عرض على GitHub