AgentStack
secondsky avatar

secondsky

50 listings · 0 installs

Open-source publisher. Listings imported from github.com/secondsky — credited to the original author with their license.

↗ github.com/secondsky
50+ results
Self-run
SKILL

Bun Hono Integration

Use when building APIs with Hono framework on Bun, including routing, middleware, REST APIs, context handling, or web framework features.

0
14
Free
Self-run
SKILL

Api Testing

HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.

0
14
Free
Self-run
SKILL

Bun Test Basics

Use for bun:test syntax, assertions, describe/it, test.skip/only/each, and basic patterns.

0
15
Free
Self-run
SKILL

Aceternity Ui

100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.

0
11
Free
Self-run
SKILL

Api Changelog Versioning

Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions, communicating breaking changes, or creating upgrade guides.

0
14
Free
Self-run
SKILL

Auto Animate

AutoAnimate (@formkit/auto-animate) zero-config animations for React. Use for list transitions, accordions, toasts, or encountering SSR errors, animation libraries complexity.

0
9
Free
Self-run
SKILL

Api Gateway Configuration

Configures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when setting up Kong, Nginx, AWS API Gateway, or Traefik for centralized API management.

0
13
Free
Self-run
SKILL

Bun Hot Reloading

Use when implementing hot reloading with Bun (--hot, --watch), HMR, or automatic code reloading during development. Covers watch mode, hot mode, and HTTP server reload.

0
15
Free
Self-run
SKILL

Bun Package Manager

Bun package manager commands (install, add, remove, update), workspaces, lockfiles, npm/yarn/pnpm migration. Use for dependency management with Bun.

0
12
Free
Self-run
SKILL

Bun File Io

Use for Bun file I/O: Bun.file, Bun.write, streams, directories, glob patterns, metadata.

0
12
Free
Self-run
SKILL

Ai Sdk Ui

Vercel AI SDK v5 React hooks (useChat, useCompletion, useObject) for AI chat interfaces. Use for React/Next.js AI apps or encountering parse stream errors, no response, streaming issues.

0
19
Free
Self-run
SKILL

Bun Shell

Bun shell scripting with Bun.$, Bun.spawn, subprocess management. Use for shell commands, template literals, or command execution.

0
11
Free
Self-run
SKILL

Bun Ffi

This skill should be used when the user asks about \"bun:ffi\", \"foreign function interface\", \"calling C from Bun\", \"native libraries\", \"dlopen\", \"shared libraries\", \"calling native code\", or integrating C/C++ libraries with Bun.

0
11
Free
Self-run
SKILL

Access Control Rbac

Role-based access control (RBAC) with permissions and policies. Use for admin dashboards, enterprise access, multi-tenant apps, fine-grained authorization, or encountering permission hierarchies, role inheritance, policy conflicts.

0
11
Free
Self-run
SKILL

Bun Nuxt

Use when running Nuxt 3 with Bun runtime, building Vue/Nuxt apps with Bun, or configuring Nuxt projects to use Bun for development and production.

0
18
Free
Self-run
SKILL

Api Pagination

Implements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints, implementing infinite scroll, or optimizing database queries for collections.

0
11
Free
Self-run
SKILL

Bun Jest Migration

Use when migrating from Jest to Bun's test runner, import compatibility, mocks, and config.

0
14
Free
Self-run
SKILL

Bun Http Server

Use when building HTTP servers with Bun.serve, handling requests/responses, implementing routing, creating REST APIs, or configuring fetch handlers.

0
10
Free
Self-run
SKILL

Bun Test Lifecycle

Use for test lifecycle hooks: beforeAll, afterAll, beforeEach, afterEach, fixtures, preload.

0
11
Free
Self-run
SKILL

Bun Sqlite

Use for bun:sqlite, SQLite operations, prepared statements, transactions, and queries.

0
12
Free
Self-run
SKILL

Api Error Handling

Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing error recovery patterns, or integrating error monitoring services.

0
20
Free
Self-run
SKILL

Bun Macros

Evaluate JavaScript at bundle time and inline results. Use when optimizing compile-time code generation, embedding files, inlining environment variables, or executing code during the bundling process.

0
12
Free
Self-run
SKILL

Bun React Ssr

Use when building server-rendered React with Bun, including streaming SSR, hydration, renderToString, or custom SSR without a framework.

0
15
Free
Self-run
SKILL

Api Reference Documentation

Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.

0
19
Free
Self-run
SKILL

Api Security Hardening

REST API security hardening with authentication, rate limiting, input validation, security headers. Use for production APIs, security audits, defense-in-depth, or encountering vulnerabilities, injection attacks, CORS issues.

0
14
Free
Self-run
SKILL

Bun Test Coverage

Use for test coverage with Bun, --coverage flag, lcov reports, thresholds, and CI integration.

0
11
Free
Self-run
SKILL

Ai Sdk Core

Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures.

0
14
Free
Self-run
SKILL

Api Response Optimization

Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.

0
13
Free
Self-run
SKILL

Ai Elements Chatbot

shadcn/ui AI chat components for conversational interfaces. Use for streaming chat, tool/function displays, reasoning visualization, or encountering Next.js App Router setup, Tailwind v4 integration, AI SDK v5 migration errors.

0
12
Free
Self-run
SKILL

Bun Bundler

This skill should be used when the user asks about "bun build", "Bun.build", "bundling with Bun", "code splitting", "tree shaking", "minification", "sourcemaps", "bundle optimization", "esbuild alternative", "building for production", "bundling TypeScript", "bundling for browser", "bundling for Node", or JavaScript/TypeScript bundling with Bun.

0
15
Free
Self-run
SKILL

Base Ui React

MUI Base UI unstyled React components with Floating UI. Use for accessible components, Radix UI migration, render props API, or encountering positioning, popup, v1.0 beta issues.

0
13
Free
Self-run
SKILL

Api Rate Limiting

Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.

0
16
Free
Self-run
SKILL

Bun Nextjs

This skill should be used when the user asks about "Next.js with Bun", "Bun and Next", "running Next.js on Bun", "Next.js development with Bun", "create-next-app with Bun", or building Next.js applications using Bun as the runtime.

0
13
Free
Self-run
SKILL

Architecture Patterns

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

0
19
Free
Self-run
SKILL

Bun Tanstack Start

TanStack Start full-stack React framework with Bun runtime. Use for TanStack Router, server functions, vinxi, or encountering SSR, build, preset errors.

0
16
Free
Self-run
SKILL

Better Chatbot Patterns

Reusable better-chatbot patterns for custom deployments. Use for server action validators, tool abstraction, multi-AI providers, or encountering auth validation, FormData parsing, workflow execution errors.

0
15
Free
Self-run
SKILL

Bun Drizzle Integration

Use when integrating Drizzle ORM with Bun's SQLite driver for type-safe schema definitions and migrations.

0
13
Free
Self-run
SKILL

Better Auth

Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.

0
12
Free
Self-run
SKILL

Api Versioning Strategy

Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when managing multiple API versions, planning breaking changes, or designing migration paths.

0
16
Free
Self-run
SKILL

Bun Sveltekit

Use when building or running SvelteKit apps on Bun, including SSR, adapters, and Bun-specific APIs

0
12
Free
Self-run
SKILL

Api Contract Testing

Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication, preventing breaking changes, or validating OpenAPI specifications.

0
13
Free
Self-run
SKILL

Bun Redis

Use when working with Redis in Bun (ioredis, Upstash), caching, pub/sub, session storage, or key-value operations.

0
17
Free
Self-run
SKILL

Api Design Principles

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

0
20
Free
Self-run
SKILL

Api Filtering Sorting

Builds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endpoints, building data grids, or creating dynamic query APIs.

0
13
Free
Self-run
SKILL

Bun Docker

Use for Docker with Bun, Dockerfiles, oven/bun image, containerization, and deployments.

0
16
Free
Self-run
SKILL

Api Authentication

Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or encountering token management, security headers, auth flow errors.

0
21
Free
Self-run
SKILL

Bun Cloudflare Workers

This skill should be used when the user asks about "Cloudflare Workers with Bun", "deploying Bun to Workers", "wrangler with Bun", "edge deployment", "Bun to Cloudflare", or building and deploying applications to Cloudflare Workers using Bun.

0
14
Free
Self-run
SKILL

Bun Runtime

Use for Bun runtime, bunfig.toml, watch/hot modes, env vars, CLI flags, and module resolution.

0
17
Free
Self-run
SKILL

Better Chatbot

better-chatbot project conventions and standards. Use for contributing code, following three-tier tool system (MCP/Workflow/Default), or encountering server action validators, repository patterns, component design errors.

0
15
Free
Self-run
SKILL

App Store Deployment

Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines.

0
11
Free