Skip to main content
在 Manus 中运行任何 Skill
一键导入
s-hiraoku
GitHub 创作者资料

s-hiraoku

按仓库查看 12 个 GitHub 仓库中的 123 个已收集 skills,并展示近似职业覆盖。

已收集 skills
123
仓库
12
职业领域
2
更新
2026-06-03
职业覆盖
该创作者主要覆盖的职业大类。
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
vscode-sidebar-terminal
35 个 skills209更新于 2026-03-24
占该创作者 28%
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
当前展示该仓库 Top 8 / 35 个已收集 skills。
#002
synapse-a2a
28 个 skills60更新于 2026-05-07
占该创作者 23%
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
当前展示该仓库 Top 8 / 28 个已收集 skills。
#003
claude-harnesses
17 个 skills00更新于 2026-06-03
占该创作者 14%
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
当前展示该仓库 Top 8 / 17 个已收集 skills。
#004
codex-harnesses
11 个 skills00更新于 2026-05-31
占该创作者 8.9%
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
当前展示该仓库 Top 8 / 11 个已收集 skills。
#005
harnesses-factory
11 个 skills00更新于 2026-01-28
占该创作者 8.9%
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
当前展示该仓库 Top 8 / 11 个已收集 skills。
#006
hakoniwa
8 个 skills00更新于 2026-05-08
占该创作者 6.5%
#007
spec2impl
4 个 skills20更新于 2025-12-14
占该创作者 3.3%
#008
rig
3 个 skills00更新于 2026-05-07
占该创作者 2.4%
#009
skills-factory
3 个 skills00更新于 2026-02-16
占该创作者 2.4%
#012
line-messaging-app
1 个 skills00更新于 2026-02-08
占该创作者 0.8%
已展示 12 / 12 个仓库
已展示全部仓库
s-hiraoku GitHub Skills | SkillsMP