# Claude Helper

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

- Skill: `recca0120/claude-helper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add recca0120/claude-helper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/recca0120/claude-helper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: recca0120 (https://skillmd.com/u/recca0120)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/recca0120/claude-helper

---


# 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

