Web
hermes-web-ui
Vue 3 + TypeScript dashboard for Hermes with Backend-for-Frontend separation. Real-time streaming chat across multiple backends (local/Docker/SSH/Singularity), unified config for 8…
Engineering
myco:three-tier-config-architecture
Comprehensive procedures for implementing and managing three-tier configuration architecture with Machine/Grove/Project scope hierarchy. Covers config storage design with scope enf…
AI / ML
forge-multi-agent
When to spawn subagents versus work inline with patterns including fan-out, sequential, orchestrator/worker, judge/critic, retry-with-fallback, and pipeline. Covers context budget …
Engineering
hono-ddd-guidelines
DDD architecture guidance for new Hono backends or refactoring existing codebases. Covers layer structure (domain/application/infrastructure/controller), dependency direction, resp…
Engineering
better-typescript
Apply this skill for any task involving TypeScript: writing new code, refactoring, reviewing, debugging, designing types, structuring modules, or answering questions about TS patte…
AI / ML
gemini-api
Google Gemini API integration for building AI-powered applications. Use when working with Google's Gemini API, Python and TypeScript SDKs, multimodal inputs, thinking features, str…
Engineering
nodejs-service-scaffold
Creates or modernizes a Node.js backend service after architecture approval: framework-aware TypeScript shell (Express, Fastify, NestJS), validated config, pino logging, health pro…
Automation
commanderjs
Commander.js CLI framework reference covering command structure, options, arguments, subcommands, action handlers, version handling, and TypeScript integration. Use for building CL…
General
leetcode-teacher
Interactive LeetCode-style teacher for technical interview prep. Generates coding playgrounds with real product challenges, teaches patterns and techniques, supports Python/TypeScr…
DevOps
fireworks-vscode
VS Code configuration for Flutter, Electron, React, and TypeScript projects. Covers launch configs, debugging profiles, tasks, snippets, extensions, settings, multi-root workspaces…
Web
ccxt-typescript
CCXT library integration for TypeScript and JavaScript. Installs the package, connects to exchanges, fetches market data, places orders, streams tickers and order books via WebSock…
Engineering
fireworks-react
React component development, render optimization, Zustand state management, error boundaries, hooks usage, Server Components, Suspense, concurrent features, and PR reviews. Support…
Documentation
rxjs-glossary
Glossary for RxJS-with-TypeScript projects. Protects proper nouns and provides fixed translations for fr/de/it/es/nl/pt. Works as a dictionary to keep terminology consistent before…
Engineering
myco:safe-config-updates
Route all Myco configuration writes through updateConfig in packages/myco/src/config/loader.ts and spread original config before overlaying form values in formToConfig to prevent s…
Engineering
completion-rule
Automatic self-check and correction rules for LLM code generation tasks. Enforces functional self-tests, unit test design, and linter checks after output. Auto-fixes until all pass…
Documentation
google-ts-styleguide
Google TypeScript Style Guide reference for writing, reviewing, and refactoring TypeScript. Use for coding conventions, naming, type system practices, import/export patterns, ESLin…
Engineering
parsh
Build TypeScript CLIs with parsh. Use when working with @parshjs/core, @parshjs/codegen, @parshjs/env, or @parshjs/files, or when scaffolding a new TypeScript CLI. Covers project s…
Productivity
project-learn
Project-based programming curriculum that teaches React, Tailwind, Next.js, TypeScript, Zustand, and Axios by reading and refactoring existing code. Activate on mentions of learnin…
Web
frourio-framework
Use the frourio TypeScript full-stack framework: file-based routing, controller/validator/hook patterns, dynamic segments, generated server files, aspida typing, JWT handling, Pris…
Documentation
to-skills-docs
Documentation conventions for generating high-quality AI agent skills from TypeScript source. Use when preparing a library for skill generation, auditing JSDoc quality, fixing audi…
Engineering
hexagonal-typescript-advanced
Advanced hexagonal architecture anti-patterns in TypeScript, including domain importing framework dependencies, use cases depending on concrete adapters, HTTP handlers bypassing us…
Engineering
biome-high-performance-javascript-typescript-formatter-linter
High-performance Rust-based toolchain for formatting and linting JavaScript, TypeScript, JSX, JSON, CSS, and GraphQL. Achieves 97% Prettier compatibility with 450+ lint rules and r…
Web
stack
Stack oficial de frontend e backend (Next.js, React, TypeScript, Tailwind; FastAPI, SQLAlchemy, Alembic, PostgreSQL). Use em implementação ou revisão de código que toque em front, …
Engineering
language-typescript
TypeScript and JavaScript idioms including strict mode, type safety, discriminated unions, async patterns, and Node. Activates for .ts, .tsx, .js, .jsx files, package.json, or ment…
Engineering
remove-dead-code
Identifies and removes dead code in TypeScript/JavaScript projects using multi-agent analysis with automatic backup branches. Handles unused exports, orphaned files, dead imports, …
Engineering
ts-audit
Audit TypeScript and React code against expert-level best practices from Total TypeScript references. Use for reviews, type safety checks, generics, narrowing, branded types, discr…
Engineering
loom-typescript
Delivers TypeScript expertise for type-safe, production-quality code including generics, discriminated unions, conditional and mapped types, strict mode, and type-safe APIs with zo…
Documentation
phoenix-typescript-package-docs
Maintain bundled TypeScript package docs inside Phoenix npm packages. Use when adding or updating docs for @arizeai/phoenix-client, @arizeai/phoenix-evals, or @arizeai/phoenix-otel…
Engineering
tesseron-dev
Sets up and maintains Tesseron integration in JS/TS projects. Selects the correct consumer package, installs via the project's package manager, ensures a Standard-Schema validator,…
DevOps
pulumi-infrastructure-stack-templater
Generate Pulumi infrastructure-as-code stacks in TypeScript and Python using @pulumi/aws, @pulumi/azure-native, and @pulumi/gcp SDKs. Includes Pulumi Automation API integration for…
Web
angular-20-standalone-component
Create Angular 20 standalone components using Signals, input()/output() functions, @if/@for/@switch control flow, inject() DI, and OnPush change detection. For scaffolding reactive…
Engineering
github-rest-api-paginator-library
Provides a typed pagination wrapper for the GitHub REST API using Octokit.js and the @octokit/plugin-paginate-rest plugin. Handles Link header parsing, rate limit detection, and au…
Engineering
create-mcp-servers
Build Model Context Protocol (MCP) servers exposing tools, resources, and prompts. Use for custom integrations, APIs, or data sources that interact via the MCP protocol. Supports T…
Engineering
dbos-typescript
Guide for building reliable, fault-tolerant TypeScript applications with DBOS durable workflows. Use when adding DBOS to existing TypeScript code, creating workflows and steps, or …
DevOps
dependency-upgrader
Plan and apply incremental dependency updates for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects. Run tests and builds, document breaking changes, and minimize risk when b…
Testing
typescript-unit-testing
Set up and write unit tests for TypeScript/NestJS projects with Jest and related utilities. Use for configuring test infrastructure, creating mocks, or adding tests for services, c…
AI / ML
m365-agents-ts
Microsoft 365 Agents SDK for TypeScript/Node.js. Build multichannel agents for Teams/M365/Copilot Studio with AgentApplication routing, Express hosting, streaming responses, and Co…
AI / ML
phoenix-cli-development
Design and implementation guide for the Phoenix CLI (px). Covers noun-verb command patterns, dual human/agent audience design, Commander.js usage, configuration, output formats, an…
Engineering
advanced-debugging
Debugging workflows and tooling for Next.js, Supabase, React Query, TypeScript, and service-layer issues. Includes automated analysis, common error patterns, and troubleshooting gu…
Automation
Commander.js Patterns
Commander.js CLI patterns for Command class, options, arguments, nested subcommands, and Option usage. Use when building Node.js CLIs, adding command options or arguments, or worki…
Testing
playwright-generate-test
Creates a Playwright end-to-end or browser test for a specific feature or flow. Interacts with the real browser first, then generates a TypeScript spec using @playwright/test and s…
DevOps
sentry-sdk-patterns
Best practices for Sentry SDK usage in TypeScript and Python. Apply when adding structured error context with scopes, breadcrumbs, beforeSend filtering, custom fingerprinting, user…
Content
tech-article-humanizer
Convert technical drafts or source material into natural, high-quality Japanese articles. Handles TypeScript, JavaScript, React, and frontend topics using established human-writing…
Testing
builder-factory
Create typed test data builders with mimicry-js and Faker for any TypeScript interface or type. Use when generating mock data, test fixtures, factory functions, seed data, or fake …
Engineering
bun-dev
Provides rule-first Bun development, build, and runtime guidance plus automation for adoption, Node.js migrations, package management, monorepos, TypeScript config, testing, perfor…
AI / ML
elizaos-expert-2026
Supports ElizaOS plugin and agent development tasks such as building plugins, creating characters, implementing actions/providers/evaluators, integrating with AgentRuntime, and con…
Engineering
adobe-reference-architecture
Implement Adobe reference architecture for production integrations covering Firefly Services, PDF Services, I/O Events, and App Builder with layered project layout, error boundarie…
Engineering
define-architecture
Generates folder structures, module contracts, middleware pipelines, and frontend/backend boundaries for TypeScript full-stack applications. Use when establishing project structure…
Engineering
node
Provides domain-specific best practices for Node.js development with TypeScript, covering type stripping, async patterns, error handling, streams, modules, testing, performance, ca…
Engineering
deno-patterns
Apply modern TypeScript patterns in Deno including resource management with 'using', async generators, error handling, and Web Standard APIs. Use when migrating from Node.js or imp…
Security
better-auth
Implements authentication and authorization with Better Auth in TypeScript applications. Covers email/password flows, OAuth providers, 2FA/MFA, passkeys, session handling, RBAC, an…
Web
Build Landing Page
Conducts a conversational interview to autonomously generate a complete, deployable Next.js landing page with TypeScript, Tailwind CSS, SEO metadata, JSON-LD structured data, and c…
Web
fe-learning
Frontend learning orchestrator that creates study plans, explains concepts, designs exercises, sets up React/Next.js/TanStack Query/Tailwind architectures, writes tests, and manage…
Automation
zx
Guide for writing shell scripts with Google zx using JavaScript or TypeScript. Covers script creation, debugging, refactoring, ProcessPromise and ProcessOutput APIs, stream piping,…
Data
schema-review
Reviews database schemas and in-code data structures for correctness, integrity, performance, scalability, and design quality. Audits Ecto schemas, Postgres DDL, dbt models, and Ty…
Web
stitch-nextjs-components
Transforms Stitch designs into production Next.js 15 App Router components with Server/Client separation, CSS variable dark mode, strict TypeScript, ARIA compliance, and responsive…
Research
cluster-script
Searches Cluster Script API type definitions (index.d.ts) for method signatures, arguments, and JSDoc documentation. Runs Bash queries to locate API references and returns results …
Security
better-auth
TypeScript authentication framework (framework-agnostic). Supports email/password, OAuth providers, 2FA (TOTP, SMS), passkeys/WebAuthn, session management, RBAC, rate limiting, and…
Web
full-stack-panel-authoring
End-to-end workflow for building complete dashboard panels in vanilla TypeScript, including structure discovery, server integration, resilient component authoring, registration, an…
Web
tspoonbase
TypeScript backend-as-a-service with SQLite, authentication, realtime subscriptions, file storage, vector search, and admin UI. Supports building PocketBase-style backends and rela…
Showing the top 60 of 1,236. See the full list →