Skip to main content

claude-helper

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

설치로 이동

소스 정보

저장소
recca0120/skills-refactor
최근 소스 활동
2026년 1월 15일 20:20
감지된 SKILL.md 언어
영어
스타
1
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 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에서 보기