Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
synapse-a2a
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, sharing knowledge with synapse memory, 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.
s-hiraoku/synapse-a2a 1
-
code-review
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.
s-hiraoku/synapse-a2a 1
-
my-review
Workflow: Describe what this workflow does. Triggered by /my-review command.
s-hiraoku/synapse-a2a 1
-
test-local-child
Workflow: Minimal local workflow that sends a harmless test message to a same-directory agent.
. Triggered by /test-local-child command.
s-hiraoku/synapse-a2a 1
-
react-native
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.
s-hiraoku/synapse-a2a 1
-
project-docs
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.
s-hiraoku/synapse-a2a 1
-
test-subworkflow
Workflow: Minimal test workflow that delegates to the existing post-impl workflow via a subworkflow step.
. Triggered by /test-subworkflow command.
s-hiraoku/synapse-a2a 1
-
test-cycle-a
Workflow: Cycle test workflow A -> B. Triggered by /test-cycle-a command.
s-hiraoku/synapse-a2a 1
-
refactoring
Guide for safe and effective code refactoring. Focuses on improving code structure without changing external behavior. Covers patterns like extraction, inlining, and naming improvements.
s-hiraoku/synapse-a2a 1
-
test-cycle-b
Workflow: Cycle test workflow B -> A. Triggered by /test-cycle-b command.
s-hiraoku/synapse-a2a 1
-
synapse-manager
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).
s-hiraoku/synapse-a2a 1
-
frontend-design
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.
s-hiraoku/synapse-a2a 1
-
system-design
Guide architectural design decisions for software systems. Use this skill when designing new systems, evaluating architecture trade-offs, or creating technical design documents. Helps produce clear, well-structured design artifacts including component diagrams, data flow, and decision records.
s-hiraoku/synapse-a2a 1
-
test-first
Guide for Test-First (Test-Driven) Development. Focuses on writing tests before implementation, ensuring comprehensive coverage and clear requirements. Covers test design, edge cases, and the Arrange-Act-Assert structure.
s-hiraoku/synapse-a2a 1
-
anthropic-skill-creator
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.
s-hiraoku/synapse-a2a 1
-
synapse-reinst
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 SYNAPSE_AGENT_ID. Triggered by /synapse-reinst command.
s-hiraoku/synapse-a2a 1
-
post-impl
Workflow: Post-implementation workflow: docs/simplify/sync in parallel, then release, create PR, and monitor with pr-guardian.
. Triggered by /post-impl command.
s-hiraoku/synapse-a2a 1
-
react-composition
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.
s-hiraoku/synapse-a2a 1
-
web-accessibility
Web accessibility and interface standards guide. Covers WCAG compliance, semantic HTML, keyboard navigation, screen readers, forms, touch targets, and internationalization. Use when building, reviewing, or auditing web interfaces for accessibility and UX quality.
s-hiraoku/synapse-a2a 1
-
parallel-docs-simplify-sync
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.
s-hiraoku/synapse-a2a 1
-
user-wf
Workflow: Describe what this workflow does. Triggered by /user-wf command.
s-hiraoku/synapse-a2a 1
-
skill-creator
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.
s-hiraoku/synapse-a2a 1
-
task-planner
Guide for decomposing large tasks into a structured plan with dependency chains, managing priorities, and distributing work across agents. Outputs plan cards or delegation messages as the team contract; TodoList for personal micro-steps.
s-hiraoku/synapse-a2a 1
-
react-performance
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.
s-hiraoku/synapse-a2a 1