Skip to main content
Execute qualquer Skill no Manus
com um clique
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
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresDesenvolvedores webAdministradores de redes e sistemas de computadorArquitetos de redes de computadoresDesigners de interfaces web e digitais
8 occupation categories · 100% classified
28%share
#02
synapse-a2a
28 skills · 2026-05-07
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAnalistas de segurança da informaçãoDesenvolvedores webDesigners de interfaces web e digitaisEspecialistas em gestão de projetos
6 occupation categories · 100% classified
23%share
#03
claude-harnesses
17 skills · 2026-06-03
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorAnalistas de segurança da informação
4 occupation categories · 94% classified
14%share
#04
codex-harnesses
11 skills · 2026-05-31
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 occupation categories · 91% classified
8.9%share
#05
harnesses-factory
11 skills · 2026-01-28
Desenvolvedores de softwareDesigners gráficos
2 occupation categories · 100% classified
8.9%share
#06
hakoniwa
8 skills · 2026-05-08
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 occupation categories · 100% classified
6.5%share
#07
spec2impl
4 skills · 2025-12-14
Desenvolvedores de softwareDesigners de interfaces web e digitais
2 occupation categories · 100% classified
3.3%share
#08
rig
3 skills · 2026-05-07
Desenvolvedores de software
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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Designers de interfaces web e digitais

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
Desenvolvedores de software

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
Administradores de redes e sistemas de computadorDesenvolvedores de software

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
Gerentes gerais e de operações

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
sem classificação

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-08
deslop
Desenvolvedores de software

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

2026-05-08
docs-updater
Desenvolvedores de software

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

2026-05-08
feature-implementation
Desenvolvedores de software

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

2026-05-08
fix-ci
Administradores de redes e sistemas de computador

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
sem classificação

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
Desenvolvedores de software

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

2026-05-26
empirical-prompt-tuning
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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

2026-05-05
bug-fix
Desenvolvedores de software

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

2026-05-05
docs-updater
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Designers gráficos

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
Designers gráficos

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
Desenvolvedores de software

Interpret Claude Code changelogs and generate user-friendly usage guides

2025-12-23
agent-development
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando 12 de 12 repositorios
Todos os repositorios foram exibidos