/ 디렉터리 / 플레이그라운드 / ordinary-claude-skills
● 커뮤니티 Microck ⚡ 바로 사용

ordinary-claude-skills

제작: Microck · Microck/ordinary-claude-skills

A pragmatic, self-deprecatingly named collection of everyday Claude Skills — the boring-but-useful helpers you actually reach for.

ordinary-claude-skills is a grab-bag of general-purpose Agent Skills from Microck: the kind of utilities most people end up writing anyway (file wrangling, quick summaries, repeatable formatting). Clone once, and Claude picks the right sub-skill automatically. Use it as a starting template before you write your own bespoke skill set.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

ordinary-claude-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "ordinary-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Microck/ordinary-claude-skills",
        "~/.claude/skills/ordinary-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "ordinary-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Microck/ordinary-claude-skills",
        "~/.claude/skills/ordinary-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "ordinary-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Microck/ordinary-claude-skills",
        "~/.claude/skills/ordinary-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ordinary-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Microck/ordinary-claude-skills",
        "~/.claude/skills/ordinary-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "ordinary-claude-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Microck/ordinary-claude-skills",
        "~/.claude/skills/ordinary-claude-skills"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "ordinary-claude-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Microck/ordinary-claude-skills",
          "~/.claude/skills/ordinary-claude-skills"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add ordinary-claude-skill -- git clone https://github.com/Microck/ordinary-claude-skills ~/.claude/skills/ordinary-claude-skills

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: ordinary-claude-skills

Use a general-purpose skill bundle as your default toolkit

👤 Anyone starting with Claude Skills who doesn't want to author from scratch ⏱ ~10 min beginner

언제 쓸까: You just installed Claude Code and want something useful loaded before you build your own skills.

사전 조건
  • Claude Code or any Agent-Skills-compatible client — Install Claude Code from claude.ai
흐름
  1. Clone into the skills directory
    git clone https://github.com/Microck/ordinary-claude-skills ~/.claude/skills/ordinary-claude-skills✓ 복사됨
    → Directory populated with SKILL.md files
  2. Let the skill auto-activate on matching requests
    Ask whatever everyday thing you need — Claude should pick up the right sub-skill when relevant.✓ 복사됨
    → Claude references the skill name or its patterns
  3. Fork and customize
    Copy the sub-skill you like into your own repo and edit SKILL.md to match your workflow.✓ 복사됨
    → You have a personal skill bundle shaped like this one

결과: A working, broadly useful skill bundle installed — with a template you can extend.

함정
  • Too many skills active bloats the context window — Remove sub-skills you don't use — each SKILL.md is opt-in by presence
함께 쓰기: filesystem

Use this repo as a template to author your own skills

👤 Developers writing their first SKILL.md ⏱ ~30 min beginner

언제 쓸까: You want to ship a skill but don't know the file layout or frontmatter format.

흐름
  1. Read one of the sub-skills
    Open ordinary-claude-skills and pick the smallest SKILL.md. Explain its structure.✓ 복사됨
    → Frontmatter + name + description + body sections called out
  2. Adapt to your domain
    Clone the shape but rewrite the description and examples for <your domain>.✓ 복사됨
    → A new SKILL.md tailored to your topic

결과: A first draft of your own skill using a known-good layout.

함정
  • Copying the frontmatter but leaving Microck's name/description — Update name and description — Claude uses description to decide when to activate

조합

다른 MCP와 조합해 10배 효율

ordinary-claude-skill + filesystem

Sub-skills that deal with files need filesystem access to actually edit

Use the formatting skill on every .md file under docs/ and save the results back.✓ 복사됨
ordinary-claude-skill + skill-optimizer-skill

Run skill-optimizer on this bundle to see which sub-skills are actually firing

Analyze my ordinary-claude-skills dir and tell me which sub-skills have never activated.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
general-purpose helpers varies per sub-skill Claude auto-selects based on the request 0
skill-authoring template your domain description You're about to write your own skill 0

비용 및 제한

운영 비용

API 쿼터
none
호출당 토큰
each active sub-skill adds a few hundred to a few thousand tokens
금액
free
Delete sub-skills you don't use — Claude loads all SKILL.md descriptions on startup

보안

권한, 시크릿, 파급범위

자격 증명 저장: none
데이터 외부 송신: none — local markdown skills

문제 해결

자주 발생하는 오류와 해결

Skills don't appear to load

Make sure each sub-skill is its own directory under ~/.claude/skills/ with a SKILL.md at the root.

확인: find ~/.claude/skills -name SKILL.md
Wrong sub-skill activates

Tighten the description frontmatter so it only matches the intended queries.

대안

ordinary-claude-skills 다른 것과 비교

대안언제 쓰나단점/장점
awesome-claude-skillYou want a curated list rather than an installable bundleIndex vs installable; you still have to pick and clone items
claude-code-skill-factory-skillYou want a generator that writes new skills for youMore opinionated, less 'read and copy'

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기