s-hiraoku

103 mods across 2 repositories, 34 stars between them.

deepwiki-api

49

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill enables GitHub repository documentation exploration using DeepWiki API directly via curl. Use when researching repository structure, understanding library APIs, or asking questions about open-source projects. MCP server not required.

21 yesterday A 43 tokens original MIT

doc-consistency

50

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides guidance for maintaining documentation consistency with implementation in the vscode-sidebar-terminal project. Use this skill when creating or updating documentation, verifying documentation accuracy, preparing releases, or when the codebase has changed and documentation may need updates. This…

21 yesterday A 63 tokens original MIT

firecrawl-api

51

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill enables web scraping and content extraction using Firecrawl API directly via curl. Use when scraping web pages, crawling websites, or extracting structured data. MCP server not required.

21 yesterday A 39 tokens original MIT

mcp-brave-search

52

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides guidance for using Brave Search MCP to search the web. Use when searching for current information, news, articles, local businesses, or any web content. Supports both general web searches and location-based local searches.

21 yesterday A 50 tokens original MIT

mcp-chrome-devtools

53

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides guidance for using Chrome DevTools MCP for browser debugging and automation. Use when debugging web pages, analyzing performance, inspecting network requests, viewing console messages, or interacting with Chrome DevTools features programmatically.

21 yesterday A 50 tokens original MIT

mcp-deepwiki

54

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides guidance for using DeepWiki MCP to explore GitHub repository documentation. Use when researching repository structure, understanding library APIs, asking questions about open-source projects, or exploring documentation for any GitHub repository.

21 yesterday A 48 tokens original MIT

mcp-firecrawl

55

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides guidance for using Firecrawl MCP for web scraping and content extraction. Use when scraping web pages, crawling websites, searching the web with content extraction, mapping site URLs, or extracting structured data from web pages.

21 yesterday A 49 tokens original MIT

mcp-playwright

56

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides guidance for using Playwright MCP for browser automation. Use when navigating web pages, interacting with web elements, taking screenshots, filling forms, running browser tests, or automating any browser-based tasks.

21 yesterday A 47 tokens original MIT

pr-guardian

57

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

Continuously monitor a GitHub PR for merge conflicts, CI failures, and CodeRabbit review comments, then automatically fix any issues found. Polls every 5 minutes and loops until every check is green. Use this skill whenever a PR has just been created or code has been pushed to a PR branch — it should be the default…

21 yesterday A 157 tokens original MIT

terminal-expert

58

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides unified expert-level guidance for terminal implementation in VS Code extensions. Covers xterm.js API and addons, VS Code terminal architecture, PTY integration, session persistence, input handling (keyboard/IME/mouse), shell integration with OSC sequences, and performance optimization. Use when…

21 yesterday A 66 tokens original MIT

vscode-bug-hunter

59

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides systematic bug detection and discovery capabilities for VS Code extensions. Use when searching for hidden bugs, analyzing code for potential issues, investigating suspicious behavior, performing code audits, or proactively finding bugs before they manifest. Covers static analysis patterns, dynamic…

21 yesterday A 69 tokens original MIT

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides expert-level guidance for debugging and fixing bugs in VS Code extensions. Use when investigating runtime errors, fixing memory leaks, resolving WebView issues, debugging activation problems, fixing TypeScript type errors, or troubleshooting extension communication failures. Covers systematic…

21 yesterday A 70 tokens original MIT

s-hiraoku/vscode-sidebar-terminal

Skill Claude CodeCodex

This skill provides expert-level guidance for VS Code extension development. Use when implementing new extension features, debugging extension code, designing WebView UIs, implementing Language Server Protocol features, or optimizing extension performance. Covers activation events, contribution points, VS Code API…

21 yesterday A 69 tokens original MIT

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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…

13 18d ago A 77 tokens

api-design

63

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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.

13 18d ago A 50 tokens

code-review

64

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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.

13 18d ago A 39 tokens

code-simplifier

65

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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…

13 18d ago A 86 tokens

dev-issue

66

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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 . Use this…

13 18d ago A 98 tokens

doc-organizer

67

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Audit, restructure, and consolidate project documentation for clarity and maintainability. Use this skill when docs have grown organically and need reorganization, when duplicate content exists across files, or when documentation structure needs standardization.

13 18d ago A 46 tokens

frontend-design

68

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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.

13 18d ago A 49 tokens

opensrc

69

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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"…

13 18d ago A 103 tokens

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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.

13 18d ago A 63 tokens

post-impl-claude

71

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Workflow: Post-implementation workflow for Claude Code agents: docs/simplify/sync in parallel, then release, commit all changes, create PR, and autofix with /autofix-pr. . Triggered by /post-impl-claude command.

13 18d ago A 60 tokens

post-impl-codex

72

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Workflow: Post-implementation workflow for Codex agents: docs/simplify/sync in parallel, then release, commit all changes, create PR, and monitor with pr-guardian. Uses /code-simplifier instead of /simplify (Claude Code built-in). . Triggered by /post-impl-codex command.

13 18d ago A 74 tokens