Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
s-hiraoku
GitHub creator profile

s-hiraoku

Repository-level view of 123 collected skills across 12 GitHub repositories, including approximate occupation coverage.

skills collected
123
repositories
12
occupation fields
2
updated
2026-06-03
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
vscode-sidebar-terminal
35 skills · 2026-03-24
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터웹 개발자네트워크·컴퓨터 시스템 관리자기타 컴퓨터 관련 직업웹·디지털 인터페이스 디자이너
8 occupation categories · 100% classified
28%share
#02
synapse-a2a
28 skills · 2026-05-07
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터정보 보안 분석가웹 개발자웹·디지털 인터페이스 디자이너프로젝트 관리 전문가
6 occupation categories · 100% classified
23%share
#03
claude-harnesses
17 skills · 2026-06-03
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자정보 보안 분석가
4 occupation categories · 94% classified
14%share
#04
codex-harnesses
11 skills · 2026-05-31
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
2 occupation categories · 91% classified
8.9%share
#05
harnesses-factory
11 skills · 2026-01-28
소프트웨어 개발자그래픽 디자이너
2 occupation categories · 100% classified
8.9%share
#06
hakoniwa
8 skills · 2026-05-08
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
2 occupation categories · 100% classified
6.5%share
#07
spec2impl
4 skills · 2025-12-14
소프트웨어 개발자웹·디지털 인터페이스 디자이너
2 occupation categories · 100% classified
3.3%share
#08
rig
3 skills · 2026-05-07
소프트웨어 개발자
1 occupation categories · 100% classified
2.4%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
vscode-sidebar-terminal
35 skills209updated 2026-03-24
28% of creator
release
소프트웨어 개발자

Bump version in package.json and auto-generate CHANGELOG.md using standard-version for vscode-sidebar-terminal. Triggered by /release or /version commands.

2026-03-24
code-quality
소프트웨어 품질 보증 분석가·테스터

Run code quality checks (ruff, mypy, pytest) and optionally simplify code. This skill should be used when the user wants to check code quality, run linters, run tests, or simplify recently modified code. Triggered by /lint, /check, or /code-quality commands.

2026-03-16
code-review
소프트웨어 품질 보증 분석가·테스터

Perform structured code reviews focusing on correctness, readability, security, and maintainability. Use this skill when reviewing pull requests, evaluating code changes, or establishing review standards for a team.

2026-03-16
code-simplifier
소프트웨어 개발자

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise. This skill should be used when code-quality checks pass but the code would benefit from structural cleanup — deduplication, branching simplification, naming improvements, or dead-code removal. Invoked as a subagent from /code-quality or directly via the Task tool.

2026-03-16
frontend-design
웹·디지털 인터페이스 디자이너

Guide for creating distinctive, production-grade frontend interfaces. Covers visual design systems, typography, color, motion, spatial composition, and web interface standards. Use when designing UI, establishing design systems, or reviewing visual quality of frontend code.

2026-03-16
parallel-docs-simplify-sync
소프트웨어 개발자

Runs synapse-docs, /simplify, sync-plugin-skills, and github-pages-sync in parallel for synapse-a2a development workflows. Use when you need doc updates, code simplification, plugin skill sync, and site-docs sync at the same time.

2026-03-16
synapse-a2a
네트워크·컴퓨터 시스템 관리자소프트웨어 개발자

Synapse A2A agent communication — sending messages, spawning agents, delegating tasks, sharing memory, and coordinating file edits. Use this skill when: running synapse send/reply/broadcast/interrupt, spawning agents with synapse spawn or synapse team start, managing the task board with synapse tasks, sharing knowledge with synapse memory, locking files with synapse file-safety, checking agent status with synapse list/status, or orchestrating any multi-agent workflow.

2026-03-16
synapse-manager
총괄·운영 관리자

Multi-agent management workflow — task delegation, progress monitoring, quality verification with regression testing, feedback delivery, and cross-review orchestration. Use this skill when coordinating multiple agents on a shared task, monitoring delegated work, ensuring quality across agent outputs, or implementing a multi-phase plan (3+ phases or 10+ file changes).

2026-03-16
Showing top 8 of 35 collected skills in this repository.
#002
synapse-a2a
28 skills60updated 2026-05-07
23% of creator
synapse-a2a
소프트웨어 개발자

Synapse A2A agent communication -- sending messages, spawning agents, delegating tasks, sharing memory, managing the LLM wiki, and coordinating file edits. Use this skill when: running synapse send/reply/broadcast/interrupt, spawning agents with synapse spawn or synapse team start, sharing knowledge with synapse memory, managing wiki pages with synapse wiki, locking files with synapse file-safety, checking agent status with synapse list/status, or orchestrating any multi-agent workflow. For AI/programmatic use, prefer synapse list --json, synapse status <target> --json, or the MCP list_agents tool instead of interactive synapse list.

2026-05-07
synapse-manager
소프트웨어 개발자

Multi-agent management workflow — task delegation, progress monitoring, quality verification with regression testing, feedback delivery, and cross-review orchestration. Use this skill when coordinating multiple agents on a shared task, monitoring delegated work, ensuring quality across agent outputs, or implementing a multi-phase plan (3+ phases or 10+ file changes).

2026-05-01
dev-issue
소프트웨어 개발자

Bootstrap a new GitHub issue implementation in one command: fetch the issue body, gather cross-references and code hotspots, infer a branch prefix and slug, generate a structured task brief, create a fresh branch from latest main, and (by default) spawn a codex agent to implement it. Triggered by /dev-issue <number>. Use this skill when starting work on a new issue that follows the standard issue → codex spawn → review → PR pipeline.

2026-04-29
opensrc
소프트웨어 개발자

Fetch dependency source code to give AI agents deeper implementation context. Use when the agent needs to understand how a library works internally, read source code for a package, fetch implementation details for a dependency, or explore how an npm/PyPI/crates.io package is built. Triggers include "fetch source for", "read the source of", "how does X work internally", "get the implementation of", "opensrc path", or any task requiring access to dependency source code beyond types and docs.

2026-04-22
anthropic-skill-creator
소프트웨어 개발자

Design, review, and improve Claude/Codex skills based on Anthropic's "The Complete Guide to Building Skills for Claude". Use when creating a new skill, rewriting SKILL.md frontmatter and workflows, fixing under-triggering or over-triggering, designing scripts/references/assets, building test cases, or preparing a skill for upload/distribution.

2026-04-19
api-design
소프트웨어 개발자

Guide API design for REST, GraphQL, gRPC, and CLI interfaces. Use this skill when designing new APIs, reviewing existing API contracts, or establishing API conventions for a project. Produces consistent, well-documented API specifications.

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

Perform structured code reviews focusing on correctness, readability, security, and maintainability. Use this skill when reviewing pull requests, evaluating code changes, or establishing review standards for a team.

2026-04-19
code-simplifier
소프트웨어 개발자

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise. This skill should be used when code-quality checks pass but the code would benefit from structural cleanup — deduplication, branching simplification, naming improvements, or dead-code removal. Invoked as a subagent from /code-quality or directly via the Task tool.

2026-04-19
Showing top 8 of 28 collected skills in this repository.
#003
claude-harnesses
17 skills00updated 2026-06-03
14% of creator
teach-session
미분류

Teach the human everything that happened in this session until they can demonstrably explain it, using an incremental checklist, restate-first probing, and AskUserQuestion quizzes. Use after a non-trivial change, debugging session, or hand-off when the goal is the human's understanding, not just a working result.

2026-06-03
meta-promote
소프트웨어 개발자

Inspect recent Claude Code activity (history, sessions, shell, existing assets), surface repeated patterns, and promote only the high-confidence ones into Skills, subagents, or hooks. Read-only investigation; creation is gated by user approval.

2026-05-26
empirical-prompt-tuning
소프트웨어 개발자

Iteratively improve a skill or prompt by having a fresh subagent execute it against fixed scenarios, scoring two-sided (executor self-report + a pre-frozen requirements checklist), and looping until improvements plateau. Use after authoring or revising any skill, slash command, or CLAUDE.md addition.

2026-05-08
bug-fix
소프트웨어 개발자

Fix bugs with reproduction, minimal changes, regression coverage, and targeted verification.

2026-05-08
deslop
소프트웨어 개발자

Remove AI-generated boilerplate (vague comments, unused try/except, defensive validation, restated docstrings) from changed code without changing behavior.

2026-05-08
docs-updater
소프트웨어 개발자

Update documentation after code or behavior changes while keeping docs concise and relevant.

2026-05-08
feature-implementation
소프트웨어 개발자

Implement a feature safely with planning, focused edits, tests, docs, and verification.

2026-05-08
fix-ci
네트워크·컴퓨터 시스템 관리자

Diagnose and repair failing CI checks on the current PR by parsing logs, reproducing locally when possible, and pushing focused fixes in batches.

2026-05-08
Showing top 8 of 17 collected skills in this repository.
#004
codex-harnesses
11 skills00updated 2026-05-31
8.9% of creator
frontend-design
미분류

Design and implement purpose-fit frontend UI with layout, typography, color, accessibility, image-generated mockups when useful, and browser verification.

2026-05-31
meta-packager
소프트웨어 개발자

Analyze recent Codex work and package repeated patterns as the smallest useful skill, custom subagent, or automation.

2026-05-26
empirical-prompt-tuning
소프트웨어 개발자

Methodology for iteratively improving agent-facing instructions (skills / slash commands / CLAUDE.md / code-gen prompts) by having a bias-free executor run them and evaluating two-sidedly (executor self-report + instruction-side metrics) until improvements plateau. Use after creating or revising a prompt or skill.

2026-05-08
goal-manager
소프트웨어 개발자

Manage /goal usage for concrete Codex work, including objective writing, success criteria, done criteria, long-running implementation, verification, PR creation, resumption, and completion decisions.

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

Monitor a pull request after opening it, fix CI failures and agent or reviewer feedback, push updates, and comment with the outcome.

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

Review code changes with a bug-first, risk-focused workflow before merge or release.

2026-05-05
bug-fix
소프트웨어 개발자

Fix bugs with reproduction, minimal changes, regression coverage, and targeted verification.

2026-05-05
docs-updater
소프트웨어 개발자

Update documentation after code or behavior changes while keeping docs concise and relevant.

2026-05-05
Showing top 8 of 11 collected skills in this repository.
#005
harnesses-factory
11 skills00updated 2026-01-28
8.9% of creator
jotai-expert
소프트웨어 개발자

Expert skill for the Jotai state management library. Use when implementing atom-based state management in React applications. Use this skill for: (1) Jotai atom design and implementation (2) Derived atoms, async atoms, atomFamily implementation (3) Refactoring based on Jotai best practices (4) Performance optimization (selectAtom, splitAtom, etc.) (5) Persistence (localStorage/sessionStorage integration) (6) TypeScript type definitions (7) Test implementation Triggered when users ask questions or request implementations related to "Jotai", "atom", or "state management".

2026-01-28
jotai-expert
소프트웨어 개발자

Jotai状態管理ライブラリのエキスパートスキル。Reactアプリケーションでのatomベースの状態管理を実装する際に使用。以下の場合にこのスキルを使用: (1) Jotaiのatom設計・実装 (2) 派生atom、非同期atom、atomFamilyの実装 (3) Jotaiのベストプラクティスに基づくリファクタリング (4) パフォーマンス最適化(selectAtom、splitAtom等) (5) 永続化(localStorage/sessionStorage連携) (6) TypeScript型定義 (7) テスト実装 ユーザーが「Jotai」「atom」「状態管理」に関する質問や実装依頼をした場合に発動。

2026-01-28
ask-user-question
소프트웨어 개발자

This skill provides structured question-asking capabilities for gathering user input, clarifying requirements, and making decisions during task execution. Use this skill when needing to present multiple choice questions, gather preferences, or get user confirmation on implementation choices.

2026-01-25
changelog-infographic
그래픽 디자이너

Generate beautiful infographic PNG images from Claude Code changelog summaries. Use this skill after changelog-interpreter has generated a user-friendly summary, to create a visual representation that can be saved and shared.

2025-12-26
canvas-design
그래픽 디자이너

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

2025-12-25
changelog-interpreter
소프트웨어 개발자

Interpret Claude Code changelogs and generate user-friendly usage guides

2025-12-23
agent-development
소프트웨어 개발자

This skill guides creating autonomous agents for Claude Code plugins using markdown files with YAML frontmatter. Use when building new agents, designing agent system prompts, or configuring agent behavior.

2025-12-21
command-development
소프트웨어 개발자

This skill guides creating slash commands for Claude Code—reusable Markdown-based prompts with YAML configuration. Use when building custom commands, designing command workflows, or extending Claude Code functionality.

2025-12-21
Showing top 8 of 11 collected skills in this repository.
#006
hakoniwa
8 skills00updated 2026-05-08
6.5% of creator
#007
spec2impl
4 skills20updated 2025-12-14
3.3% of creator
#008
rig
3 skills00updated 2026-05-07
2.4% of creator
#009
skills-factory
3 skills00updated 2026-02-16
2.4% of creator
#012
line-messaging-app
1 skills00updated 2026-02-08
0.8% of creator
저장소 12개 중 12개 표시
모든 저장소를 표시했습니다