Skip to main content

claude-helper

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

Jump to install

Source facts

Repository
recca0120/skills-refactor
Last source activity
January 15, 2026 at 20:20
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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
View on GitHub