Work with GitHub using the gh CLI. Use when creating/managing pull requests, reviewing code, managing issues,...
Development
Code generation, debugging, testing, and development workflows
Fetch library documentation and code examples. Use when user asks about library APIs, needs code examples, or says...
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software...
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when...
Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1)...
Write, review, or improve SwiftUI code following best practices for state management, view composition, performance,...
Conducts a comprehensive security review of a git repo. Use when asked about security issues, code quality concerns,...
Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
Review code quality standards after code is written, especially Python typing, logging, and import style.
Feature-first init: create or reuse worktree/branch and seed per-feature context. Git-aware and idempotent.
Implement the current plan from TASKS (feature-first). Git-aware; no git ops in local mode.
Create or update a feature registry entry and seed feature files. Feature-first, safe, idempotent.
Auto-merge PR via gh and fully clean up feature worktree/branch/metadata. Feature-first, safe, idempotent.
Generate a PR-ready draft from TASKS, diff, and review status. Feature-first and git-aware.
Perform CI-parity self-review for the current feature. Feature-first, git/local safe.
Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access
Master function composition in fp-ts using pipe and flow for building elegant, type-safe data transformation pipelines
A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead
Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.
Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns
Master functional approaches to side effects including IO types, effect isolation, idempotent operations, and...
Run code quality checks (ruff, mypy, pytest) and optionally simplify code. This skill should be used when the user...
This skill manages all documentation for the Synapse A2A project. It should be used when code changes require...
This skill synchronizes plugin skills (plugins/synapse-a2a/skills/) with the current implementation, README.md, and...