Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ClaudeCode-global-config

ClaudeCode-global-config에는 ArtyMcLabin에서 수집한 skills 27개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
27
Stars
7
업데이트
2026-03-21
Forks
1
직업 범위
직업 카테고리 11개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

apps-script
소프트웨어 개발자

Google Apps Script development best practices learned from production. Use when building Apps Script automation, payment API integrations, Google Sheets menu functions, modal dialogs, Poka Yoke quality gates, or running Apps Script functions from CLI. Covers UI dialog philosophy, API field discovery, submission architecture (source_amount vs transfer_amount), clasp CLI logging, run-appscript.sh function execution, and gate flow design.

2026-03-21
autonomous-issue-dispatch
소프트웨어 개발자

Orchestration overview for the autonomous issue dispatch system. Handles bugs AND features from ANY entry point. References the component skills (dispatcher, handler) and per-project skills (bug-intake, qa-submission). Use when user says "dispatch", "fix these issues", "batch implement", "implement this", "build this", "develop this", "here's a plan", or any implementation/feature/fix request — including direct conversational requests to Claude Code.

2026-03-21
bug-intake
소프트웨어 품질 보증 분석가·테스터

Generalized Slack bug intake. Scans bug-report channels, auto-fixes small bugs, dispatches big work with clear specs, defers only genuinely ambiguous items to owner. Uses emoji reactions to track state. Each repo provides workspace config via local bug-intake skill. Supports shared channels where multiple repos receive bugs from one Slack channel via semantic routing.

2026-03-21
db-safety
정보 보안 분석가

PreToolUse hooks that block direct production database access and raw SQL write operations. Prevents bypass scripts that skip Drizzle ORM migration tracking, and HARD BLOCKS raw psql writes with no bypass — all writes must go through Admin API.

2026-03-21
dev-loop
소프트웨어 개발자

Standard development SOP for ALL code changes — bug fixes, features, refactors, any implementation. Defines the universal pipeline (investigate → fix → test → deploy → QA) and scope-based decision matrix. Also provides continuous scanning mode for autonomous operation. Use when implementing ANY code change, fixing bugs, building features, or when user says "start dev loop", "cowork", "fix this", "implement this", "build this". Each workspace can override with local skill.

2026-03-21
knowledge-architecture
소프트웨어 개발자

Knowledge management for Claude Code projects. Use when: creating skills or agents, deciding where to put new knowledge (skill vs CLAUDE.md vs reference-data vs memory vs agent), routing information, CLAUDE.md hygiene, editing/modifying CLAUDE.md or skills or agents or memory files, extracting content from bloated files, or any discussion about knowledge architecture, documentation structure, or SOP placement. MUST be invoked BEFORE proposing any edits to CLAUDE.md, skills, agents, or memory - no exceptions.

2026-03-21
message-drafting
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Message drafting rules for emails, Slack, WhatsApp. Use when drafting messages on user's behalf, sending emails to company team, composing internal communications, or any message composition task. Covers draft review workflow, post-send disposition, company email addressing (role vs person), internal email format, and bilingual copypasta.

2026-03-21
rclone
네트워크·컴퓨터 시스템 관리자

Google Drive CLI access via rclone. READ-ONLY for native Google formats (Sheets, Docs, Slides). Use for downloading, listing, searching Drive files.

2026-03-21
research-sop
시장조사 분석가·마케팅 전문가

Research methodology using Claude Code + Perplexity. Use when conducting competitive research, market analysis, person/lead research (pre-call prep, "who is this person", background checks), or any external research that requires verification. Core principle - Unknown is better than bullshit.

2026-03-21
retrospective
컴퓨터·정보 시스템 관리자

Context engineering audit after mistakes. Use when user says "retrospective", "retro", "introspect", "context audit", "what went wrong", or asks to analyze/prevent session mistakes. Invoke IMMEDIATELY when these triggers appear - don't do ad-hoc analysis.

2026-03-21
slack
네트워크·컴퓨터 시스템 관리자

ALL Slack operations. Use for ANY task involving Slack - messages, channels, members, workspaces, invites, permissions, history, reactions, threads, DMs, bots, apps, settings. If the word "Slack" appears in the request, use this skill.

2026-03-21
sleep
소프트웨어 개발자

End-of-session context preservation via GitHub Issues

2026-03-21
social-redirectors
웹 개발자

Audit and suggest social media URL redirectors for your-domain.com. Scans the current redirector config (SSoT in next.config.mjs), cross-references with social/web presence discovered from the calling repo's context, and recommends new redirectors. Use when user says "check redirectors", "audit redirectors", "suggest redirectors", "social links audit", or wants to add new short URLs to your-domain.com.

2026-03-21
ssot-enforcement
소프트웨어 개발자

Zero-tolerance SSoT enforcement across all repositories. Use when implementing ANY new code pattern, UI component, function, constant, or logic block. Triggers on all implementation work to enforce the mandatory pre-implementation grep check. Also use when reviewing code for duplication, discussing SSoT compliance, or when you notice yourself about to copy-paste code from one location to another.

2026-03-21
trello-fetch
프로젝트 관리 전문가

Trello API operations — read cards, add comments, move cards, search boards, fetch board JSON. Use when any task involves Trello cards, Trello boards, Trello comments, student card lookups, or Trello data. Triggers — "Trello card", "update Trello", "check Trello", "add comment to card", "move card", "fetch board JSON", "Trello board export".

2026-03-21
unbiased-test
소프트웨어 품질 보증 분석가·테스터

Systematic unbiased verification of completed work. Use when you need a fresh perspective to validate something you believe is correct. Spawns a new Claude instance with deliberately suspicious/neutral prompting.

2026-03-21
yourbrand-copywriting
작가·저자

YourBrand brand copywriting prompts and style guidelines. Use when generating tweets, LinkedIn posts, Facebook posts, or any text content for the YourBrand brand.

2026-03-21
access-management
네트워크·컴퓨터 시스템 관리자

Granting access to repositories, shared resources, etc. Use when user asks to add collaborators, share repos, or modify access.

2026-02-19
claude-code-session-extraction
컴퓨터 사용자 지원 전문가

Extract and read previous Claude Code conversations from local storage. Use when reviewing past sessions, finding previous context, or debugging session history.

2026-02-19
delegation
컴퓨터·정보 시스템 관리자

Self-contained delegation philosophy for handoffs that don't fall through cracks. Use when delegating tasks to team members, contractors, or AI agents.

2026-02-19
google-sheets
소프트웨어 개발자

Google Sheets browser automation pitfalls and workarounds. Use when automating Sheets via browser (clicking, typing, navigating cells). Not needed for rclone/CLI/MCP access.

2026-02-19
issue-dispatcher
프로젝트 관리 전문가

Triage GitHub issues queue - check hygiene, identify actionable items, prioritize, invoke handler for each. The "what to work on" decision layer.

2026-02-19
issue-handler
소프트웨어 개발자

Diagnose a single GitHub issue - query logs, reproduce, collect evidence, hand off to CTO agent. The "how it broke" investigation layer.

2026-02-19
local-excel
소프트웨어 개발자

Local Excel (.xlsx) file operations - safe editing with openpyxl, formatting preservation, spreadsheet creation from templates. Use when creating or editing local xlsx files, working with openpyxl, or creating new spreadsheets from Google Drive templates. Also covers rclone xlsx content search.

2026-02-19
n8n
네트워크·컴퓨터 시스템 관리자

n8n workflow management via direct SQL (preferred over browser/chrome-agent). Use when modifying n8n workflows, debugging n8n issues, checking workflow executions, updating workflow nodes or connections, or when chrome-agent fails with n8n UI. Key insight - n8n stores workflows in PostgreSQL, direct SQL is faster and more reliable than UI automation. 🚨 CHROME AGENT IS FORBIDDEN FOR N8N - use SQL methods in this skill instead.

2026-02-19
report-format
소프트웨어 개발자

Base format for all report-style outputs (audits, triages, reviews). Defines item identification, severity sections, BLUF structure, and voice-friendly naming. Use when creating or modifying any skill that produces a report. Other report skills inherit from this.

2026-02-19
software-installation
컴퓨터 사용자 지원 전문가

Software installation preferences for Windows. Use when installing new tools, CLI utilities, or desktop applications. Covers winget vs UI installers, custom install locations, and package manager priority order.

2026-02-19
ClaudeCode-global-config GitHub Agent Skills | SkillsMP