Source

s-hiraoku/synapse-a2a

47 skills · 3.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
synapse-a2a Synapse A2A agent communication -- sending messages, spawning agents, delegating tasks, sharing memory, managing the …
s-hiraoku/synapse-a2a
378
2
opencode-expert This skill provides comprehensive guidance for using OpenCode, the open-source AI coding agent. Use this skill when w…
s-hiraoku/synapse-a2a
299
3
synapse-reinst >- Re-inject Synapse A2A initial instructions after context has been cleared. Use this skill when the agent has lost …
s-hiraoku/synapse-a2a
233
4
security-audit >- General-purpose security auditing guide. Covers OWASP Top 10, dependency vulnerabilities, authentication, authoriz…
s-hiraoku/synapse-a2a
161
5
system-design Guide architectural design decisions for software systems. Use this skill when designing new systems, evaluating arch…
s-hiraoku/synapse-a2a
114
6
synapse-manager >- Multi-agent management workflow — task delegation, progress monitoring, quality verification with regression testi…
s-hiraoku/synapse-a2a
111
7
code-simplifier >- Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focu…
s-hiraoku/synapse-a2a
101
8
anthropic-skill-creator Design, review, and improve Claude/Codex skills based on Anthropic's "The Complete Guide to Building Skills for Claud…
s-hiraoku/synapse-a2a
98
9
frontend-design Guide for creating distinctive, production-grade frontend interfaces. Covers visual design systems, typography, color…
s-hiraoku/synapse-a2a
97
10
task-planner >- Guide for decomposing large tasks into a structured plan with dependency chains, managing priorities, and distribu…
s-hiraoku/synapse-a2a
95
11
code-quality Run code quality checks (ruff, mypy, pytest) and optionally simplify code. This skill should be used when the user wa…
s-hiraoku/synapse-a2a
92
12
react-performance >- Comprehensive React and Next.js performance optimization guide. Covers waterfall elimination, bundle size reductio…
s-hiraoku/synapse-a2a
92
13
code-review >- Perform structured code reviews focusing on correctness, readability, security, and maintainability. Use this skil…
s-hiraoku/synapse-a2a
81
14
react-composition >- React component composition patterns for building flexible, maintainable UIs. Covers compound components, context-…
s-hiraoku/synapse-a2a
80
15
project-docs >- Guide for creating and maintaining project documentation (README, guides, API specs). Emphasizes doc/code synchron…
s-hiraoku/synapse-a2a
78
16
web-accessibility >- Web accessibility and interface standards guide. Covers WCAG compliance, semantic HTML, keyboard navigation, scree…
s-hiraoku/synapse-a2a
77
17
release Update version in pyproject.toml, plugin.json, and add changelog entry. This skill should be used when the user wants…
s-hiraoku/synapse-a2a
76
18
skill-creator Create new skills, modify and improve existing skills, and measure skill performance.
s-hiraoku/synapse-a2a
75
19
react-native Best practices for React Native and Expo applications. Covers list performance, animations with Reanimated, navigatio…
s-hiraoku/synapse-a2a
72
20
api-design Guide API design for REST, GraphQL, gRPC, and CLI interfaces. Use this skill when designing new APIs, reviewing exist…
s-hiraoku/synapse-a2a
71
21
refactoring >- Guide for safe and effective code refactoring. Focuses on improving code structure without changing external behav…
s-hiraoku/synapse-a2a
69
22
test-first Guide for Test-First (Test-Driven) Development. Focuses on writing tests before implementation, ensuring comprehensi…
s-hiraoku/synapse-a2a
69
23
agent-memory Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'sav…
s-hiraoku/synapse-a2a
59
24
sync-plugin-skills This skill synchronizes plugin skills (plugins/synapse-a2a/skills/) with the current implementation, README.md, and g…
s-hiraoku/synapse-a2a
56
25
parallel-docs-simplify-sync >- Runs synapse-docs, /simplify, sync-plugin-skills, and github-pages-sync in parallel for synapse-a2a development wo…
s-hiraoku/synapse-a2a
49
26
synapse-docs This skill manages all documentation for the Synapse A2A project. It should be used when code changes require documen…
s-hiraoku/synapse-a2a
49
27
fix-ci Automatically diagnose and fix CI failures in the current PR. Retrieves failed logs from GitHub Actions, categorizes …
s-hiraoku/synapse-a2a
30
28
fix-conflict Automatically resolve merge conflicts in the current PR. Fetches the base branch, attempts a merge, identifies confli…
s-hiraoku/synapse-a2a
29
29
check-ci Check the current CI status for the active branch or PR. Shows GitHub Actions workflow results, merge conflict state,…
s-hiraoku/synapse-a2a
28
30
fix-review Automatically address CodeRabbit review comments on the current PR. Fetches inline comments from coderabbitai[bot], c…
s-hiraoku/synapse-a2a
27
31
github-pages-sync Keeps the GitHub Pages site (site-docs/) synchronized with source code and internal documentation changes. Triggers a…
s-hiraoku/synapse-a2a
27
32
doc-organizer >- Audit, restructure, and consolidate project documentation for clarity and maintainability. Use this skill when doc…
s-hiraoku/synapse-a2a
22
33
pr-guardian >- Continuously monitor a GitHub PR for merge conflicts, CI failures, and CodeRabbit review comments, then automatica…
s-hiraoku/synapse-a2a
21
34
post-impl Workflow: Post-implementation workflow using target: self. Runs docs/simplify/sync in parallel, then release, commit …
s-hiraoku/synapse-a2a
18
35
post-impl-claude Workflow: Post-implementation workflow for Claude Code agents: docs/simplify/sync in parallel, then release, commit a…
s-hiraoku/synapse-a2a
15
36
post-impl-codex Workflow: Post-implementation workflow for Codex agents: docs/simplify/sync in parallel, then release, commit all cha…
s-hiraoku/synapse-a2a
15
37
dev-issue Bootstrap a new GitHub issue implementation in one command: fetch the issue body, gather cross-references and code ho…
s-hiraoku/synapse-a2a
11
38
my-review Workflow: Describe what this workflow does. Triggered by /my-review command.
s-hiraoku/synapse-a2a
7
39
user-wf Workflow: Describe what this workflow does. Triggered by /user-wf command.
s-hiraoku/synapse-a2a
7
40
delegation This skill configures automatic task delegation between agents in Synapse A2A. Configure delegation rules via setting…
s-hiraoku/synapse-a2a
5
41
opensrc Fetch dependency source code to give AI agents deeper implementation context.
s-hiraoku/synapse-a2a
4
42
test-cycle-a Workflow: Cycle test workflow A -> B. Triggered by /test-cycle-a command.
s-hiraoku/synapse-a2a
3
43
test-cycle-b Workflow: Cycle test workflow B -> A. Triggered by /test-cycle-b command.
s-hiraoku/synapse-a2a
3
44
test-local-child Workflow: Minimal local workflow that sends a harmless test message to a same-directory agent. . Triggered by /test-l…
s-hiraoku/synapse-a2a
3
45
test-local-subworkflow Workflow: Parent workflow that delegates to test-local-child to verify subworkflow execution against a same-directory…
s-hiraoku/synapse-a2a
3
46
test-subworkflow Workflow: Minimal test workflow that delegates to the existing post-impl workflow via a subworkflow step. . Triggered…
s-hiraoku/synapse-a2a
3
47
post-impl2 Workflow: Test workflow with non-existent agent target. . Triggered by /post-impl2 command.
s-hiraoku/synapse-a2a
2