Web
hermes-studio
Web dashboard for multi-platform chat, session management, scheduled jobs and usage analytics.
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…
Productivity
pr
kbo-cli 의 작업 브랜치에서 develop 으로 향하는 새 PR 을 만든다. 단순 push+gh pr create 가 아니라, /code-review 로 diff 검토 → biome check (format+lint) → tsc typecheck → bun build → bun test 5단계 검증을 통과시킨 뒤에 …
Engineering
generate-pcf-companion
Generates a dispatcher PCF for a `.ppmplugin` third-party control. Runs `pac pcf init`, rewrites ControlManifest.Input.xml, and produces index.ts plus TypeScript declarations from …
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 …
Web
fedify
Builds and integrates ActivityPub federation servers with Fedify, covering the Federation builder, actor/inbox/outbox dispatchers, inbox listeners, @fedify/vocab objects, key manag…
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…
Engineering
weapp-vite-best-practices
Engineering handbook for weapp-vite projects covering vite.config.ts weapp options, auto-routing, layouts, component imports, subpackages, npm, multi-platform builds, managed TypeS…
Web
write-frontend
Enforces frontend conventions for browser-facing code: semantic HTML, accessible CSS, strict TypeScript, security hardening, performance, state boundaries, dependency rules, and St…
DevOps
boardwalk-overview
Provides an orientation to the Boardwalk platform and its architecture for agents encountering it for the first time. Explains that Boardwalk executes workflows written as TypeScri…
Web
solid-tanstack-start
Applies SOLID principles to TanStack Start codebases: files stay under 100 lines, interfaces live in src/interfaces/, JSDoc covers every export, and structure follows the route tre…
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…
Testing
part-factory-test-data
Generates reusable test fixtures and builders via @kensio/part-factory, keeping setup concerns inside factories while passing only runtime dependencies at call time. Supports Stati…
Web
lumina-admin-ui
Vietnamese light-theme admin / CRM design system for React + TypeScript + Tailwind + shadcn/ui. Includes brand tokens, high-contrast colors, typography, and 30+ components (button,…
AI / ML
inngest-agent-evals
Evaluates AI agent and workflow outcomes using Inngest: scoring, deferred scorers, traces, sessions, experiment variants, and production eval loops for prompts, models, tools, and …
AI / ML
ax-mcp
Builds correct native Model Context Protocol integrations using @ax-llm/ax, supporting MCP clients, transports, tools, prompts, resources, subscriptions, tasks, sampling, elicitati…
Automation
figma2cocos
Bridges Figma-to-HTML IR (.ui.json snapshots + flow.json interactions) into Cocos Creator 3.x projects by generating a TS runtime interpreter that dynamically builds node trees fro…
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
private-order-page
Generates flash-sale private-order pages from brand assets, including password gates, product carousels, calendar booking, tiered pricing, shipping quotes, card uploads, staged pay…
DevOps
boardwalk-use-cli
Installs, configures, and operates the Boardwalk CLI for authoring, validating, deploying, and running agent workflows in Python or TypeScript. Supports scaffolding, build/validati…
Engineering
ciphera-style-policy
Enforces Ciphera code style: TypeScript-first conventions covering American-English naming, double quotes, string interpolation, length-sorted imports, 4-space indentation, JSDoc f…
Web
sw-app-sdk-js
Comprehensive reference for `@shopware-ag/app-server-sdk` (TypeScript). Covers App registration flows, HMAC signature verification, ShopRepositoryInterface implementations, Context…
Engineering
ts-code-conventions
Activates for TypeScript code in src/ to enforce style, formatting, and review standards. Supplies TS-specific patterns including optional chaining, nullish coalescing, template li…
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 …
AI / ML
mastra
Expert in Mastra, the TypeScript framework for building AI agents, RAG pipelines, and workflows. Helps developers create production-grade applications with type-safe agent definiti…
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…
Engineering
typescript-mcp
Builds MCP servers in TypeScript using the official SDK, with patterns for tools, resources, and prompts. Prevents common errors like export issues, schema failures, transport leak…
Engineering
ddd-ts-fp
Activates for TypeScript DDD aggregates and domain logic using functional patterns—smart constructors, validation pipelines, enrichment, and domain handlers. References cross-langu…
Engineering
fec-typescript-project-standard
Sets up and validates TypeScript project standards—tsconfig, strictness, module resolution, path aliases, project references, declaration files, package exports, public API types, …
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…
Showing the top 60 of 2,427. See the full list →