Web
Hermes Studio
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…
Design
typeui-hermes
Use design skills to generate better UI with Hermes.
Engineering
frontend-shift-left-audit
Audit frontend code quality - linting, type safety, security, accessibility, testing, and CI/CD coverage. Scans a repo's static analysis tools (ESLint, Biome, TypeScript), test run…
Productivity
coding-agent-sessions
MUST USE when asked to find, read, list, search, inspect, fetch, export, or reconstruct coding-agent sessions across Codex, Claude Code/Desktop, Aside, OpenCode, Senpi/pi, OpenClaw…
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
API Contracts Generator
Génère des contrats API cohérents entre Frontend (Next.js) et Backend (NestJS) avec types synchronisés, validation standardisée et error handling uniforme. À utiliser lors de la cr…
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…
Automation
uipath-coded-apps
Scaffold, build, run, and deploy UiPath Coded Apps—React/TypeScript web and action apps that integrate with UiPath Cloud via the official SDK, support OAuth-PKCE, and publish to Au…
Engineering
lilnas-code-review
Performs standalone TypeScript code review for lilnas changes covering correctness, testing, maintainability, and standards. Generates a numbered, severity-sorted report with code …
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
dev-task
Implements development tasks from Linear IDs or natural language, delivering minimal, high-quality changes that follow existing patterns with passing types, builds, and tests. Hand…
Web
webg-spec-to-goal
Generates a complete, runnable Phaser 3 + TypeScript + Vite scaffold from any web game concept, including goals-plan.md and per-goal folders with verification hooks for automated t…
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…
Security
audit-ai-code
Scans AI-generated code diffs for duplicate helpers, over-defensive logic, broad exception wrappers, speculative scaffolding, boilerplate comments, style drift, hallucinated APIs, …
Engineering
loadout-dev
Expert partner for the Loadout MCP server (mcp.missionbuilt.io) powering Warmup and Spotter skills. Use for adding skills, editing templates, modifying index.ts, bumping versions, …
Engineering
new-enum
Adds a new application-owned enum marked with AppEnum derive: creates Rust variants with custom wire keys, i18n labels, and auto-generates TypeScript unions, option lists, and meta…
Web
sw-app-sdk-js
Comprehensive reference for `@shopware-ag/app-server-sdk` (TypeScript). Covers App registration flows, HMAC signature verification, ShopRepositoryInterface implementations, Context…
Web
gk-frontend-ui
Manages frontend structure and conventions: shared UI components, composables, domain-organized app/, guarded router, and strict TypeScript/ESLint/Tailwind. Use when adding Vue com…
Web
hono-patterns
Use when building APIs on Hono (Cloudflare Workers, Bun, Deno, Node), debugging route ordering, wiring middleware, validating with @hono/zod-validator, returning streaming response…
Web
Bagizi Id
// ✅ GOOD: Component-based architecture src/features/admin/sppg-management/ ├── components/ │ ├── detail/ # Detail page components │ │ ├── SppgDetailHeader.tsx # ~80 lines: Title, …
Engineering
Development Guidelines
src/ ├── api/ # API endpoints and routing │ └── routes.ts ├── services/ # Business logic │ └── user-service.ts ├── models/ # Data models and types │ └── user.model.ts ├── config/ #…
AI / ML
ElizaOS v2 Agent Runtime Context & The House Plugin Superguide
This section summarizes key ElizaOS v2 concepts—AgentRuntime, memory & entities, components (actions, providers, evaluators), and the plugin system—from the `.cursor` rules library…
Security
GhostReceipt Development Rules
You are a **privacy-first full-stack developer** specializing in: - Zero-knowledge proof systems (Circom, snarkjs) - Blockchain data providers and oracle design - Next.js 16+ with …
DevOps
Mcp Youtube Transcript
Directory structure: └── mcp-youtube-transcript/ ├── README.md ├── Dockerfile ├── GEMINI.md ├── LICENSE ├── package.json ├── pnpm-lock.yaml ├── smithery.yaml ├── tsconfig.json ├── …
Engineering
TS Import Move
{ "name": "project-context", "description": "Initialize project context from .brain documentation", "rules": [ { "pattern": "**/*", "context": [ { "source": ".brain/project-overvie…
General
V1
Code Style and Structure: - Write concise, technical TypeScript code with accurate examples - Use functional and declarative programming patterns; avoid classes - Prefer iteration …
Web
Laravel 12 & React TypeScript Development Rules
laravel: version: "12.x" conventions: - Use PHP 8.3+ features and type hints - Follow PSR-12 coding standards - Use Laravel Pint for code formatting - Implement Repository pattern …
Web
Persona
@Component({ selector: '{{tag-name}}-root', templateUrl: '{{tag-name}}.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class {{ClassName}} { protected readonly is…
Web
Persona
@Component({ selector: '{{tag-name}}-root', templateUrl: '{{tag-name}}.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class {{ClassName}} { protected readonly is…
Web
Persona
@Component({ selector: '{{tag-name}}-root', templateUrl: '{{tag-name}}.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class {{ClassName}} { protected readonly is…
Web
Persona
@Component({ selector: '{{tag-name}}-root', templateUrl: '{{tag-name}}.html', changeDetection: ChangeDetectionStrategy.OnPush, }) export class {{ClassName}} { protected readonly is…
Testing
gql-breaking-changes
Detects GraphQL schema breaking changes by comparing the evitaDB public demo schema against the local branch. Builds the project, starts the server, runs graphql-inspector, and sum…
Engineering
mixins
Imports third-party OpenAPI 3.x schemas as typed client modules sharing the same call signature as native RPC modules. Handles remote/local/inline specs, naming strategies, per-mix…
Engineering
electron-main-renderer-ipc
Establishes safe IPC between Electron main and renderer processes through a preload contextBridge. Supports typed channels, ipcMain.handle/ipcRenderer.invoke patterns, and event st…
Web
GITHUB COPILOT INSTRUCTIONS
Du bist ein Senior React- und Remotion-Entwickler mit Spezialisierung auf: - Programmatische Videogenerierung mit Remotion 4.0+ - Medizinische Software (DSGVO-Compliance, medizinis…
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…
AI / ML
innojini-huni-nlp-builder
Builds structured ECA rules, discount tiers, price modes, and option dependencies from Korean natural language. Supplies GLM templates, domain knowledge, and few-shot examples for …
AI / ML
Multi Llm Wrapper
<task> Current-Sub-Project: Brave Search Knowledge Aggregator Mode: Code Directory: c:/dev/od-dm-y/OneDrive/dev-projects/multi-llm-wrapper/src/brave_search_aggregator Docs_Director…
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…
Data
mongodb-persistence
Implement MongoDB repositories, document types, and entity mappers for hexagonal TypeScript projects. Activates on requests to create or update MongoDB storage layers, sync persist…
Engineering
parse-dont-validate
Promotes parse-over-validate design by converting validation checks into typed parsers that preserve results and enforce invariants at the type level. Supports code reviews, refact…
Web
weapp-vite-vue-sfc-best-practices
Best practices guide for Vue single-file components in weapp-vite mini-program projects, covering script setup with TypeScript, JSON macros, page meta and layouts, defineModel, com…
Web
AI Logger
/(grp-dashboard)/ /overview/ page.tsx /analytics/ (.)[id]/ # Route interceptor for analytics detail @modal/ # Parallel route for analytics modals page.tsx /settings/ not-found.tsx …
AI / ML
Multi-Agent Systems in ADK
<div class="language-support-tag"> <span class="lst-supported">Supported in ADK</span><span class="lst-python">Python v0.1.0</span><span class="lst-typescript">Typescript v0.2.0</s…
Testing
scan-reward-hacking
Detects TypeScript reward-hacking patterns that satisfy linters without improving type safety. Flags eight common shortcuts including `as any`, `as unknown as`, `@ts-ignore`, non-n…
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…
Web
react-coding-standard
Enforces consistent React + TypeScript patterns across components, hooks, state, forms, routing, and styling. Applies TSF++ base rules plus React-specific standards for props, effe…
Engineering
catcher
Provides a complete usage guide for the Catcher library, implementing Result-based error handling (Ok/Err) in TypeScript. Use whenever handling errors without try/catch, converting…
Engineering
structure-a-shared-backend-lib
Audit and reorganize a shared backend infrastructure library into focused packages by dependency weight, with barrel exports, peer-dep cycle prevention, versioning strategy, and ca…
Testing
typescript-testing-frontend
Detects and assists with TypeScript frontend testing for React components and hooks using Jest, Chakra UI, React Query, Zustand, and Next.js App Router. Activates on edits to `*.te…
Engineering
fireworks-react
React component development, render optimization, Zustand state management, error boundaries, hooks usage, Server Components, Suspense, concurrent features, and PR reviews. Support…
Engineering
midnight-wallet:wallet-sdk
Provides Midnight Wallet SDK integration for constructing wallets via WalletFacade, HD derivation, three-wallet architecture, state observation, transaction balancing/signing, prov…
Web
motion-dev-animations
Builds 120fps GPU-accelerated animations using Motion.dev for React, Next.js, Svelte, and Astro. Generates production-grade TypeScript code with reduced-motion support and performa…
Engineering
ddd-architect
Ensure code follows DDD architecture and DAL separation for both frontend and backend. Triggers: DDD, arch, 架構, 新功能, 新模組, new feature, scaffold, 骨架, domain, layer, 分層, structure, 結…
Engineering
ken
全端工程師阿 Ken — Next.js + Supabase + Tailwind v4 + VPS/PM2 部署。Use when user mentions Next.js/Supabase/Tailwind/React/TypeScript/PM2/Linode/VPS/Nginx/部署/deploy/Bug/bug fix/API/後端/backe…
Engineering
openai--temporal--temporal-developer
Develop, debug, and manage Temporal applications across Python, TypeScript, Go, and Java. Covers workflows, activities, workers, SDK usage, CLI and Cloud operations, plus durable e…
Web
pick-library
Decision-support skill for selecting JS/TS animation or rendering libraries. Analyzes 30 options across motion and rendering categories, performs freshness checks against npm, and …
Showing the top 60 of 2,114. See the full list →