Latest Agent Skills

25788 skills

bytesagain
Age
age file encryption reference — the modern, simple alternative to GPG. Covers key generation, X25519 encryption, SSH key support, passphrase mode, pipe patterns, SOPS integration, YubiKey plugins, and security considerations. By Filippo Valsorda.
12 · bundle
bytesagain
Nx
Nx smart monorepo build system reference. Covers affected commands, computation caching, project graph visualization, nx.json and project.json config, code generators for React/ Angular/Node/Next.js, module boundary enforcement, Nx Cloud remote caching, and migration from Turborepo.
12 · bundle
bytesagain
D3
D3.js data visualization library reference. Covers selections, data binding (enter/update/exit), scales, axes, shape generators (line/area/pie/arc), force layout, treemap, geo maps, transitions, event handlers, zoom, brush, and drag interactions.
12 · bundle
bobmatnyc
Vercel AI
Vercel AI platform guidance covering AI SDK, AI Gateway, Vercel Agent, and MCP. Use when building AI-powered or agentic workloads on Vercel.
71 · bundle
bobmatnyc
Test Quality Inspector
Test quality inspection framework for reviewing test coverage, identifying gaps, and ensuring comprehensive validation
71 · bundle
bobmatnyc
Systematic Debugging
Step-by-step debugging workflow: reproduce the bug, isolate the failing component, trace to root cause, apply a targeted fix, and verify the fix resolves the issue without regressions. Use when you encounter a bug, error, exception, crash, or unexpected behavior that needs troubleshooting.
71 · bundle
bobmatnyc
Software Patterns
Compare tradeoffs and recommend architectural patterns — dependency injection, service-oriented architecture, repository, domain events, circuit breaker, and anti-corruption layer. Use when choosing between design patterns, planning microservices boundaries, evaluating system design alternatives, or asking 'which pattern should I use' for a specific coupling or resilience problem.
71 · bundle
bobmatnyc
Vb6 Legacy
Classic VB6 patterns, COM interop, migration strategies
71 · bundle
bobmatnyc
API Review
API security checklist for reviewing endpoints before deployment. Use when creating or modifying API routes to ensure proper authentication, authorization, and input validation.
71 · bundle
bobmatnyc
Fastify
Production Fastify (TypeScript) patterns: schema validation, plugins, typed routes, error handling, security hardening, logging, testing with inject, and graceful shutdown
71 · bundle
bobmatnyc
Playwright
Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner
71 · bundle
bobmatnyc
Golang HTTP Frameworks
Go HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks
71 · bundle
bobmatnyc
Golang CLI Cobra Viper
Building production-quality CLI tools with Cobra command framework and Viper configuration management
71 · bundle
bobmatnyc
Testing Anti Patterns
Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python/pytest examples.
71 · bundle
bobmatnyc
Code Review Standards
Severity-tagged code review checklist (CRITICAL/HIGH/MEDIUM/LOW) used by code-critic agent
71 · bundle
bobmatnyc
Netlify
Netlify JAMstack deployment platform with serverless functions, forms, and identity
71 · bundle
bobmatnyc
Validated Handler
Type-safe API route handler with automatic Zod validation for Next.js App Router...
71 · bundle
bobmatnyc
Svelte
Svelte 5 - Reactive UI framework with compiler magic, Runes API, SvelteKit full-stack framework, SSR/SSG, minimal JavaScript
71 · bundle
bobmatnyc
Nextjs
Next.js environment variable management with file precedence, variable types, and deployment configurations. Use when configuring Next.js applications, managing environment-specific settings, or deploying to Vercel/Railway/Heroku.
71 · bundle
bobmatnyc
Code Quality Scoring
Vendor-neutral framework for scoring software health, estimating technical debt, assessing cloud readiness and open-source safety, and communicating quality to business stakeholders. Use when you need to quantify code health at the application or portfolio level rather than fix individual findings.
71 · bundle
bobmatnyc
Root Cause Tracing
Systematically trace bugs backward through call stack to find original trigger
71 · bundle
bobmatnyc
Code Quality
Python code-quality anti-patterns and review checks: exception-hierarchy correctness, singleton identity comparison, narrow exception handling, wildcard-import avoidance, magic-number naming, and dead-local removal. Use when reviewing or self-reviewing Python code for correctness and readability defects that linters and reviewers should catch.
71 · bundle
bobmatnyc
Spring Boot
Spring Boot 3.x - Java framework for production-ready applications with dependency injection, REST APIs, data access, security, and actuator monitoring
71 · bundle
bobmatnyc
Opentelemetry
OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting
71 · bundle
bobmatnyc
Writing Plans
Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context
71 · bundle
bobmatnyc
Git Worktrees
Use git worktrees to work on multiple branches simultaneously with separate working directories, enabling parallel development, stacked PRs, and isolated code reviews.
71 · bundle
bobmatnyc
Brainstorming
Interactive idea refinement using Socratic method to develop fully-formed designs
71 · bundle
bobmatnyc
Typescript Core
Advanced TypeScript patterns and best practices for 2025
71 · bundle
bobmatnyc
Pydantic
Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management.
71 · bundle
bobmatnyc
Supabase
Supabase open-source Firebase alternative with Postgres, authentication, storage, and realtime subscriptions. Use when building full-stack applications requiring integrated backend services with Next.js, React, or Vue.
71 · bundle
bobmatnyc
Cypress
Cypress end-to-end and component testing patterns for web apps: reliable selectors, stable waits, network stubbing, auth handling, CI parallelization, and flake reduction
71 · bundle
bobmatnyc
Model Context
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
71 · bundle
bobmatnyc
Security Scanning
CI security scanning: secrets, deps, SAST, triage, expiring exceptions
71 · bundle
bobmatnyc
Model Context Builder
MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing
71 · bundle
bobmatnyc
Env Manager
Environment variable validation, security scanning, and management for Next.js, Vite, React, and Node.js applications
71 · bundle
bobmatnyc
Git Workflow
Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.
71 · bundle
bobmatnyc
Zod
TypeScript-first schema validation library with static type inference for form validation, API validation, and runtime type checking with compile-time types.
71 · bundle
bobmatnyc
Vitest
Vitest - Modern TypeScript testing framework with Vite-native performance, ESM support, and TypeScript-first design
71 · bundle
bobmatnyc
Desktop Applications
Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives
71 · bundle
bobmatnyc
Vue
Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support
71 · bundle
bobmatnyc
Ecto Patterns
Ecto patterns for Phoenix/Elixir apps. Covers schemas, changesets, migrations, queries, Ecto.Multi, transactions, constraints, associations, pagination, tenant partitioning, performance, and testing.
71 · bundle
bobmatnyc
Kubernetes
Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging
71 · bundle
bobmatnyc
Stacked Prs
Create and manage stacked (dependent) pull requests for complex features
71 · bundle
bobmatnyc
Headlessui
Headless UI - Unstyled, fully accessible UI components for React and Vue with built-in ARIA patterns
71 · bundle
bobmatnyc
Zustand
Minimal, unopinionated state management library for React with simple hook-based API, no providers, and minimal boilerplate for global state without Redux complexity.
71 · bundle
bobmatnyc
Django
Build content-heavy web applications with a full-featured Python framework that includes ORM, admin interface, authentication, and REST API support.
71 · bundle
bobmatnyc
Biome
Biome - Fast all-in-one toolchain for web projects (linter + formatter in Rust, 100x faster than ESLint)
71 · bundle
bobmatnyc
Threat Modeling
Threat modeling workflow for software systems: scope, data flow diagrams, STRIDE analysis, risk scoring, and turning mitigations into backlog and tests. Use when designing new features, reviewing architecture changes, handling sensitive data, or hardening auth/payment/multi-tenant flows.
71 · bundle
bobmatnyc
Terraform
Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails
71 · bundle
bobmatnyc
Reporting Pipelines
Reporting pipelines for CSV/JSON/Markdown exports with timestamped outputs, summaries, and post-processing.
71 · bundle
bobmatnyc
Jest
Jest with TypeScript - Industry standard testing framework with 70% market share, mature ecosystem, React Testing Library integration
71 · bundle
bobmatnyc
Drizzle
Type-safe SQL ORM for TypeScript with zero runtime overhead
71 · bundle
bobmatnyc
Flask
Flask - Lightweight Python web framework for microservices, REST APIs, and flexible web applications with extensive extension ecosystem
71 · bundle
bobmatnyc
Neon
Neon serverless Postgres with autoscaling, instant database branching, and zero-downtime deployments. Use when building serverless applications, implementing database branching for dev/staging, or deploying with Vercel/Netlify.
71 · bundle
bobmatnyc
Langgraph
LangGraph framework for building stateful, multi-agent AI applications with cyclical workflows, human-in-the-loop patterns, and persistent checkpointing.
71 · bundle
bobmatnyc
Langchain
LangChain LLM application framework with chains, agents, RAG, and memory for building AI-powered applications
71 · bundle
bobmatnyc
Example Framework Skill
Example of a properly self-contained skill following all best practices
71 · bundle
bobmatnyc
API Design Patterns
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
71 · bundle
bobmatnyc
Screenshot
Visual verification workflow for UI changes to accelerate code review and catch ...
71 · bundle
bobmatnyc
Sec Edgar Pipeline
SEC EDGAR extraction pipeline: setup, filing discovery by CIK, recipe-driven extraction, and report generation.
71 · bundle