Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
shermanhuman
GitHub 제작자 프로필

shermanhuman

5개 GitHub 저장소에서 수집된 35개 skills를 저장소 단위로 보여줍니다.

수집된 skills
35
저장소
5
업데이트
2026-04-19
저장소 탐색

저장소와 대표 skills

compound-v-debug
소프트웨어 개발자

Systematic debugging — reproduce, isolate, form hypotheses, instrument, fix, and add regression tests. Use when troubleshooting errors, failing tests, or unexpected behavior.

2026-04-19
compound-v-parallel
프로젝트 관리 전문가

Analyzes task dependencies and groups independent steps into parallel batches. Use when executing multi-step plans or performing research across multiple sources.

2026-04-19
compound-v-plan
소프트웨어 개발자

Autonomous planning with internal reasoning. Researches, evaluates ideas, presents a plan. Minimizes user round-trips. Use before making non-trivial changes.

2026-04-19
compound-v-review
소프트웨어 개발자

Reviews changes for correctness, edge cases, style, security, and maintainability with severity levels. 10 parallel checks with version-specific research. Use before finalizing changes.

2026-04-19
compound-v-tdd
소프트웨어 품질 보증 분석가·테스터

Applies tests-first discipline (red/green/refactor) and adds regression tests for bugs. Use when implementing features, fixing bugs, or refactoring.

2026-04-19
compound-v-verify
프로젝트 관리 전문가

Mandatory checklist before claiming a task is done. Ensures verification, clean code, and accurate reporting. Use before saying "done" or "complete".

2026-04-19
compound-v-review
소프트웨어 개발자

Reviews changes for correctness, edge cases, style, security, and maintainability with severity levels. 10 parallel checks with version-specific research. Use before finalizing changes.

2026-02-10
compound-v-debug
소프트웨어 개발자

Systematic debugging — reproduce, isolate, form hypotheses, instrument, fix, and add regression tests. Use when troubleshooting errors, failing tests, or unexpected behavior.

2026-02-09
이 저장소에서 수집된 skills 11개 중 상위 8개를 표시합니다.
release
소프트웨어 개발자

Semver release workflow — bump version, tag, push, verify CI. Use when releasing, bumping version, updating version, or when the user says 'release', 'bump', 'major', 'minor', 'patch', 'update version', 'new version', 'cut a release', 'tag', or 'goreleaser'.

2026-04-18
mise
소프트웨어 개발자

Mise dev tool manager — installing tools, running mise-managed commands, and configuring .mise.toml. Use when installing tools, running CLI commands that aren't found, or setting up project environments.

2026-04-18
promptherder
소프트웨어 개발자

Reference for the promptherder CLI — syncs AI agent rules, skills, and workflows from herd repos to agent targets. Use when installing, updating, or troubleshooting prompt distribution.

2026-04-18
dockerfile
소프트웨어 개발자

Docker best practices for multi-stage Alpine builds — security patches, image pinning, and layer optimization. Use when creating, reviewing, or updating Dockerfiles.

2026-04-16
tekmetric-api
소프트웨어 개발자

Tekmetric REST API — authentication, paginated endpoints, sync patterns, and undocumented behaviors. Use when integrating with Tekmetric shop management data (customers, vehicles, repair orders, employees, appointments).

2026-02-15
daisyui
웹 개발자

DaisyUI v5 component library for Tailwind CSS — semantic UI classes, themes, layout patterns, drawer/sidebar gotchas, and component quick reference. Use when building, styling, or debugging UI with DaisyUI, Tailwind components, or DaisyUI themes.

2026-02-14
groq-api
소프트웨어 개발자

Groq API syntax — Whisper transcription, audio processing, and prompt-based jargon guidance. Use when calling Groq endpoints or transcribing audio.

2026-02-14
phoenix
소프트웨어 개발자

Core Phoenix framework patterns — context boundaries, LiveView, Ecto, and application architecture. Use when building, reviewing, or refactoring Phoenix applications.

2026-02-14
이 저장소에서 수집된 skills 11개 중 상위 8개를 표시합니다.
compound-v-plan
소프트웨어 개발자

Autonomous planning with internal reasoning. Researches, evaluates ideas, presents a plan. Minimizes user round-trips. Use before making non-trivial changes.

2026-04-19
compound-v-review
소프트웨어 품질 보증 분석가·테스터

Reviews changes for correctness, edge cases, style, security, and maintainability with severity levels. 10 parallel checks with version-specific research. Use before finalizing changes.

2026-04-19
compound-v-persist
소프트웨어 개발자

Resolves target repository and storage location for conversation artifacts. Guarantees organized, time-sorted history.

2026-04-18
compound-v-debug
소프트웨어 개발자

Systematic debugging — reproduce, isolate, form hypotheses, instrument, fix, and add regression tests. Use when troubleshooting errors, failing tests, or unexpected behavior.

2026-02-10
compound-v-parallel
소프트웨어 개발자

Analyzes task dependencies and groups independent steps into parallel batches. Use when executing multi-step plans or performing research across multiple sources.

2026-02-10
compound-v-tdd
소프트웨어 품질 보증 분석가·테스터

Applies tests-first discipline (red/green/refactor) and adds regression tests for bugs. Use when implementing features, fixing bugs, or refactoring.

2026-02-10
compound-v-verify
소프트웨어 품질 보증 분석가·테스터

Mandatory checklist before claiming a task is done. Ensures verification, clean code, and accurate reporting. Use before saying "done" or "complete".

2026-02-09
grugg-commit
소프트웨어 개발자

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /grugg-commit. Auto-triggers when staging changes.

2026-04-15
grugg-compress
소프트웨어 개발자

Compress natural language memory files (CLAUDE.md, todos, preferences) into grugg format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /grugg:compress <filepath> or "compress memory file"

2026-04-15
grugg-help
소프트웨어 개발자

Quick-reference card for all grugg modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /grugg-help, "grugg help", "what grugg commands", "how do I use grugg".

2026-04-15
grugg-review
소프트웨어 품질 보증 분석가·테스터

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /grugg-review. Auto-triggers when reviewing pull requests.

2026-04-15
grugg
기술 작가

Ultra-compressed communication mode. Cuts token usage ~75% by speaking terse while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "grugg mode", "talk like grugg", "use grugg", "less tokens", "be brief", or invokes /grugg. Also auto-triggers when token efficiency is requested.

2026-04-15
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다