Skip to main content

s-hiraoku/synapse-a2a

O SkillsMP coletou 28 skills de s-hiraoku/synapse-a2a. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
28
Estrelas no GitHub
10
Forks no GitHub
0

Mostrando 28 de 28 skills coletadas.

ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Designers de interfaces web e digitais
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

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…

Idioma do texto original: inglês

atualizado
Mostrando 28 de 28 skills coletadas.