s-hiraoku/synapse-a2a

This repository also configures its own agents. See what synapse-a2a tells them →

14Stars on the repository
37Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

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…

not rated 14 +1 23d ago A 77 tokens

api-design

02

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.

not rated 14 +1 23d ago A 50 tokens

code-review

03

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.

not rated 14 +1 23d ago A 39 tokens

code-simplifier

04

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…

not rated 14 +1 23d ago A 86 tokens

dev-issue

05

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…

not rated 14 +1 23d ago A 98 tokens

doc-organizer

06

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.

not rated 14 +1 23d ago A 46 tokens

frontend-design

07

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.

not rated 14 +1 23d ago A 49 tokens

opensrc

08

s-hiraoku/synapse-a2a

Skill Claude Code

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

not rated 14 +1 23d 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.

not rated 14 +1 23d ago A 63 tokens

post-impl-claude

10

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.

not rated 14 +1 23d ago A 60 tokens

post-impl-codex

11

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.

not rated 14 +1 23d ago A 74 tokens

post-impl

12

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Workflow: Post-implementation workflow using target: self. Runs docs/simplify/sync in parallel, then release, commit all changes, create PR, and autofix with pr-guardian — all injected back into the current agent's own PTY. Mirrors post-impl-codex but stays in-process instead of spawning a separate agent. . Triggered…

not rated 14 +1 23d ago A 83 tokens

pr-guardian

13

s-hiraoku/synapse-a2a

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…

not rated 14 +1 23d ago A 157 tokens

project-docs

14

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Guide for creating and maintaining project documentation (README, guides, API specs). Emphasizes doc/code synchronization, consistency checks, and use of the docs-excellence-architect subagent.

not rated 14 +1 23d ago A 41 tokens

react-composition

15

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

React component composition patterns for building flexible, maintainable UIs. Covers compound components, context-based state, explicit variants, and React 19 APIs. Use when designing component APIs, refactoring prop-heavy components, or building reusable component libraries.

not rated 14 +1 23d ago A 52 tokens

react-native

16

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Best practices for React Native and Expo applications. Covers list performance, animations with Reanimated, navigation, UI patterns, and monorepo configuration. Use when building, reviewing, or optimizing React Native / Expo apps.

not rated 14 +1 23d ago A 46 tokens

react-performance

17

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Comprehensive React and Next.js performance optimization guide. Covers waterfall elimination, bundle size reduction, server-side optimization, re-render prevention, and rendering performance. Use when building, reviewing, or optimizing React/Next.js applications for speed.

not rated 14 +1 23d ago A 49 tokens

refactoring

18

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Guide for safe and effective code refactoring. Focuses on improving code structure without changing external behavior. Covers patterns like extraction, inlining, and naming improvements.

not rated 14 +1 23d ago A 37 tokens

release

19

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Update version in pyproject.toml, plugin.json, and add changelog entry. This skill should be used when the user wants to bump the version number and update CHANGELOG.md. Triggered by /release or /version commands.

not rated 14 +1 23d ago A 49 tokens

security-audit

20

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

General-purpose security auditing guide. Covers OWASP Top 10, dependency vulnerabilities, authentication, authorization, input validation, and secret management. Use this when performing a security review or audit.

not rated 14 +1 23d ago A 43 tokens

skill-creator

21

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

not rated 14 +1 23d ago A 63 tokens

synapse-a2a

22

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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…

not rated 14 +1 23d ago B Socket: passSnyk: warn 142 tokens

synapse-manager

23

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

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…

not rated 14 +1 23d ago A 69 tokens

synapse-reinst

24

s-hiraoku/synapse-a2a

Skill Claude CodeCodex

Re-inject Synapse A2A initial instructions after context has been cleared. Use this skill when the agent has lost its identity, A2A communication protocol, or configuration after /clear or context reset, when synapse send/reply commands stop working, or when the agent no longer recognizes its SYNAPSEAGENTID. Triggered…

not rated 14 +1 23d ago A 81 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: