Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
s-hiraoku
Profil créateur GitHub

s-hiraoku

Vue par dépôt de 144 skills collectés dans 13 dépôts GitHub.

skills collectés
144
dépôts
13
mis à jour
2026-07-17
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
vscode-sidebar-terminal
35 skills · 2026-03-24
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursDéveloppeurs webAdministrateurs de réseaux et de systèmes informatiquesAutres occupations informatiquesArchitectes de réseaux informatiques
8 catégories métier · 100% classifié
24%part
#02
synapse-a2a
28 skills · 2026-06-04
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'informationConcepteurs web et d'interfaces numériquesDéveloppeurs webSpécialistes en gestion de projets
6 catégories métier · 100% classifié
19%part
#03
codex-harnesses
23 skills · 2026-07-15
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'informationAutres occupations informatiquesConcepteurs web et d'interfaces numériques
5 catégories métier · 100% classifié
16%part
#04
claude-harnesses
23 skills · 2026-07-13
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAdministrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'informationAutres occupations informatiquesEnseignants en informatique, postsecondaire
6 catégories métier · 100% classifié
16%part
#05
harnesses-factory
11 skills · 2026-01-28
Développeurs de logicielsGraphistesAnalystes en études de marché et spécialistes en marketing
3 catégories métier · 100% classifié
7.6%part
#06
hakoniwa
9 skills · 2026-05-09
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100% classifié
6.3%part
#07
spec2impl
4 skills · 2025-12-14
Développeurs de logicielsConcepteurs web et d'interfaces numériques
2 catégories métier · 100% classifié
2.8%part
#08
rig
3 skills · 2026-05-07
Développeurs de logiciels
1 catégories métier · 100% classifié
2.1%part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

release
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Concepteurs web et d'interfaces numériques

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiquesDéveloppeurs de logiciels

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
Directeurs généraux et responsables des opérations

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
Affichage des 8 principaux skills collectés sur 35 dans ce dépôt.
synapse-a2a
Développeurs de logiciels

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-06-04
synapse-manager
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Affichage des 8 principaux skills collectés sur 28 dans ce dépôt.
adviser
Développeurs de logiciels

Route an independent review-only agent to a stronger model tier or reasoning effort at key decision points, then continue the task in the main agent. Use when the user asks for an adviser, advisor, second opinion, stronger review, or Claude Code /advisor-like behavior; before committing to a consequential approach on a multi-step task; when work is stuck or changing direction; and before declaring substantial work complete.

2026-07-15
pr-guardian
Analystes en assurance qualité des logiciels et testeurs

Monitor or resume GitHub pull requests, fix CI failures and actionable CodeRabbit, Codex, bot, or human review feedback, push focused updates, and stop only when the PR is merge-ready or has a concrete external blocker.

2026-07-13
retrospective-codify
Développeurs de logiciels

Convert review feedback, CI failures, bug fixes, or task retrospectives into a durable project feedback ledger, then make future implementation work consult that ledger before planning.

2026-07-10
implement-to-merge-ready
Développeurs de logiciels

Run an end-to-end implementation delivery workflow from user request to merge-ready pull request. Use when the user asks Codex to implement a change and expects planning, goal tracking, UI design where relevant, code edits, tests, self-review, regular ready-for-review PR creation, CI/review follow-up, and bringing the PR as close to mergeable as possible.

2026-07-09
meta-packager
Autres occupations informatiques

Analyze recent Codex work and package repeated patterns as the smallest useful skill, custom subagent, hook, or automation. Use when asked to mine sessions, memories, or recent repeated work for reusable Codex assets.

2026-06-23
frontend-design
Concepteurs web et d'interfaces numériques

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

2026-06-17
deslop
Développeurs de logiciels

Remove common AI-generated boilerplate and readability noise from changed code without changing behavior.

2026-06-13
fix-ci
Développeurs de logiciels

Diagnose and repair failing CI checks on the current branch or pull request with focused, reproducible fixes.

2026-06-13
Affichage des 8 principaux skills collectés sur 23 dans ce dépôt.
pr-guardian
Analystes en assurance qualité des logiciels et testeurs

Monitor a pull request after opening it or resume a stalled PR, fix CI failures and reviewer feedback, push updates, reply to and resolve review conversations, and comment with the outcome.

2026-07-13
adviser
Développeurs de logiciels

Consult a fresh, review-only Claude subagent as a fallback for environments where the native Advisor tool is unavailable. Use when the user asks for an adviser, advisor, second opinion, stronger-model review, or /advisor-like behavior; before committing to a consequential multi-step approach; when work is stuck or changing direction; and before declaring substantial work complete.

2026-07-12
finish-pr-feedback
Analystes en assurance qualité des logiciels et testeurs

Compatibility alias for pr-guardian. Use pr-guardian for stalled pull requests, CodeRabbit/Codex review feedback, CI failures, unresolved review conversations, and merge-ready PR follow-up.

2026-06-29
implement-to-merge-ready
Développeurs de logiciels

Run an end-to-end Claude Code delivery workflow from user request to merge-ready pull request, including planning, implementation, tests, self-review, ready-for-review PR creation, CI/review follow-up, and final status.

2026-06-27
meta-packager
Autres occupations informatiques

Analyze recent Claude Code work and package repeated patterns as the smallest useful skill, custom subagent, slash command, hook, or automation. Use when asked to mine prompts, sessions, shell history, or recent repeated work for reusable Claude Code assets.

2026-06-23
jina-reader
Développeurs de logiciels

Fetch public web pages with Jina AI Reader API and convert them into LLM-friendly Markdown. Use when an agent needs to read, summarize, quote briefly, extract facts from, or inspect a public URL that normal browsing, scraping, search snippets, or direct fetch tools cannot read cleanly, including JavaScript-heavy pages, reader-hostile pages, X/Twitter posts and threads, articles, GitHub pages, and PDFs. Trigger when the user asks to use Jina, use r.jina.ai, read an otherwise unreadable site, recover readable text from a URL, read an X/Twitter post by URL, or turn a webpage into Markdown.

2026-06-13
goal-manager
Développeurs de logiciels

Manage durable task goals for long-running Claude Code work using the project ledger, including objective writing, success criteria, resumption, and completion decisions.

2026-06-13
kaizen-loop
Développeurs de logiciels

Run a continuous product improvement loop: evaluate a product or codebase, present prioritized recommendations for approval, then implement only approved improvements through verification and PR follow-up.

2026-06-13
Affichage des 8 principaux skills collectés sur 23 dans ce dépôt.
jotai-expert
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
canvas-design
Graphistes

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.

2026-01-08
changelog-infographic
Graphistes

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.

2026-01-08
changelog-interpreter
Analystes en études de marché et spécialistes en marketing

Interpret Claude Code changelogs and generate user-friendly usage guides

2026-01-08
agent-development
Développeurs de logiciels

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
Développeurs de logiciels

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
Affichage des 8 principaux skills collectés sur 11 dans ce dépôt.
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
12 dépôts affichés sur 13