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

tim-hub

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

수집된 skills
39
저장소
4
업데이트
2026-07-01
저장소 탐색

저장소와 대표 skills

release-this
소프트웨어 개발자

Orchestrates the full powerball-harness plugin release with build, validation, version bump, CHANGELOG, tag, and GitHub Release. Use when releasing this plugin.

2026-06-05
generate-video
소프트웨어 개발자

Generates product demo videos and release walkthroughs via Remotion. Use when creating video documentation or animated demos.

2026-06-05
harness-plan
소프트웨어 개발자

Plans and tracks tasks in .claude/harness/plans.json. Use when creating plans, adding tasks, updating markers, checking progress, or brainstorming an idea into tasks.

2026-06-05
harness-setup
소프트웨어 개발자

Initializes and configures Harness in a project — CI, memory, duo workflow, Codex. Use when setting up a new project or adding Harness configuration.

2026-06-05
harness-work
소프트웨어 개발자

Executes plans.json tasks — solo, parallel, or breezing team mode. Use when implementing tasks or running the work loop.

2026-06-05
maintenance
소프트웨어 개발자

Periodic housekeeping and session lifecycle management. Use when performing cleanup, pruning, or session commands.

2026-06-05
breezing
소프트웨어 개발자

Use when running the full team/breezing flow end-to-end — all tasks with parallel workers. Do NOT load for: single-task implementation, planning, review, release, or setup.

2026-06-05
harness-schedule-run
소프트웨어 개발자

Use when running Plans.md tasks on a scheduled cadence (fresh context per wake-up, sprint-contract flow, plateau detection, flock guard). Do NOT load for: single-task work (harness-work), planning, review, release.

2026-06-05
이 저장소에서 수집된 skills 19개 중 상위 8개를 표시합니다.
darwin-skill
기타 컴퓨터 관련 직업

Use when the user wants to evaluate, score, review, or automatically improve an existing agent skill (a SKILL.md) — e.g. "optimize this skill", "score my skill", "review my SKILL.md", "how good is this skill", "auto-optimize", "improve skill quality". Use when a skill needs quality assessment against a rubric or iterative refinement.

2026-07-01
distill-session
기타 컴퓨터 관련 직업

Distills a session's repeatable workflow into a new project skill in .claude/skills/. Use when a session solved a non-trivial, repeatable problem and the workflow is worth capturing for reuse — e.g. "save this", "distill this", "turn this into a skill", "capture this workflow", "make a skill from this", or at the end of a session that produced a reusable pattern.

2026-07-01
huashu-nuwa
기타 컴퓨터 관련 직업

Use when the user wants to capture, replicate, or distill how a specific person (or topic/role) thinks into a reusable thinking-framework skill — e.g. "distill Munger", "make a Feynman skill", "build an X-perspective", "how does <person> think", or updating an existing <person>-perspective skill. Also use when the user expresses a vague need for a thinking partner or decision lens ("help me improve decision quality", "I need a mental-model advisor", "is there a way of thinking that helps me see business clearly").

2026-07-01
update-skill
기타 컴퓨터 관련 직업

Refines an existing project skill in .claude/skills/ with new learnings from the current session. Use when updating or improving an existing skill, or when distill-session identifies the learning extends an existing skill rather than warranting a new one — e.g. "update SKILL.md", "improve this skill", "extend this skill", "refine this skill", "tighten the skill description", or "this skill didn't trigger".

2026-07-01
tag
소프트웨어 개발자

Tags the current git repository with a new version tag. Use when marking a release point in git history.

2026-07-01
choosing-k8s-release-strategy
소프트웨어 개발자

Picks the right Kubernetes Deployment update strategy (RollingUpdate / Recreate / Blue-Green / Canary) for the situation. Use when configuring a new Deployment, changing rollout config, or deciding how to ship a risky change.

2026-05-24
multica
네트워크·컴퓨터 시스템 관리자

Runs Multica CLI commands by mapping the user's request to the right `multica <command>` invocation. Use when the user asks to do anything with Multica — issues, agents, workspaces, autopilots, skills, squads, or the daemon.

2026-05-20
creative-writing
작가·저자시장조사 분석가·마케팅 전문가

Generates written content — blog posts, social posts, emails, and marketing copy — matched to the project's existing voice. Use when the user needs written material.

2026-05-20
이 저장소에서 수집된 skills 12개 중 상위 8개를 표시합니다.
coordinator
프로젝트 관리 전문가

Orchestrate multiple skills through a phased workflow to solve problems, generate ideas, create plans, or build software. Use when the user asks to coordinate roles, run a full workflow, or when a task benefits from brainstorming, challenging, planning, and implementing in sequence.

2026-02-17
brainstormer
경영 분석가

Generate brainstorm ideas from multiple thinking frameworks and perspectives. Use when the user asks to brainstorm, ideate, explore options, think through a problem, generate alternatives, or needs creative input on any topic.

2026-02-17
challenger
소프트웨어 품질 보증 분석가·테스터

Aggressively challenge solutions, implementations, designs, and ideas by finding potential issues across performance, UX, security, bugs, scalability, maintainability, and edge cases. Use when the user asks to challenge, critique, stress-test, poke holes in, or review code, architecture, or ideas.

2026-02-17
designer
웹·디지털 인터페이스 디자이너

Analyze UI and UX for usability improvements across web, mobile, and CLI interfaces. Suggest and implement changes to make things easier to use and understand. Use when the user asks to review UI/UX, improve usability, simplify an interface, audit accessibility, or optimize user flows.

2026-02-17
planner
프로젝트 관리 전문가

Create step-by-step plans for solving problems, debugging issues, building features, or architecting complex solutions. Always includes pros/cons analysis and risk consideration. Use when the user asks to plan, create a roadmap, break down a task, design an approach, outline steps, or needs a structured path forward.

2026-02-17
reviewer
소프트웨어 품질 보증 분석가·테스터

Review code changes from git commit history for quality, security, and adherence to codebase patterns. Use when the user asks to review commits, review code changes, review git history, or perform a code review on recent changes.

2026-02-17
tester
소프트웨어 품질 보증 분석가·테스터

Write unit tests for code changes across multiple stacks including JavaScript/TypeScript (Jest, Vitest), React (Testing Library), PHP (PHPUnit), Python (pytest), Django (TestCase), Hono.js, Express.js, and Flutter (Dart). Use when the user asks to write tests, add test coverage, create unit tests, or when making code changes that need test coverage. Automatically suggests tests for new or modified code.

2026-02-17
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다