home/categories/development
domain cluster

Development

Frameworks, languages, and architectural tools.

23643টি স্কিলall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
full-stack
5

shadcn-tailwind

React component library skill for shadcn/ui + Tailwind CSS. Use for React/Next.js/Vite projects needing accessible UI components (dialogs, forms, tables, navigation), Radix UI primitives, Tailwind utility styling, theming, and dark mode. NOT for Angular projects - see frontend-angular-* skills. Triggers on "shadcn", "radix ui", "react components", "tailwind components". For design decisions (styles, palettes, fonts), use ui-ux-pro-max instead.

CongDon1207
CongDon1207
development
open
frontend
5

modern-javascript-patterns

async/await、分割代入、スプレッド演算子、アロー関数、Promise、モジュール、イテレータ、ジェネレータ、関数型プログラミングパターンなどのES6+機能を習得し、クリーンで効率的なJavaScriptコードを書きます。レガシーコードのリファクタリング、モダンパターンの実装、JavaScriptアプリケーションの最適化時に使用してください。

amurata
amurata
development
open
frontend
5

angular-component

Use when creating or modifying Angular components in WebV2 (Angular 19) with proper base class inheritance, state management, and platform patterns.

CongDon1207
CongDon1207
development
open
full-stack
5

optimizing-streamlit-performance

Optimizing Streamlit app performance. Use when apps are slow, rerunning too often, or loading heavy content. Covers caching, fragments, and static vs dynamic widget choices.

streamlit
streamlit
development
open
full-stack
5

rust

Rust development patterns, project setup, CLI/TUI applications, error handling, and system integration

lawless-m
lawless-m
development
open
full-stack
5

docker-node

Containerization for TypeScript/Node.js applications. Use when deploying Node.js backends, need consistent dev environments, or setting up CI/CD pipelines. Covers multi-stage builds, docker-compose for development, and production optimization. Choose this skill for containerizing tRPC/Express APIs with Prisma.

petbrains
petbrains
development
open
full-stack
5

rails-workflow

Ruby on Rails framework workflow guidelines. Activate when working with Rails projects, Gemfile with rails, rake tasks, or Rails-specific patterns.

ilude
ilude
development
open
full-stack
5

nest-backend-service-builder

Scaffold NestJS backend modules, controllers, services, DTOs, REST/GraphQL APIs, WebSocket handlers, validation pipes, guards, interceptors, and Jest integration tests

phatpham9
phatpham9
development
open
full-stack
5

typescript-advanced-types

ジェネリクス、条件型、マップ型、テンプレートリテラル、ユーティリティ型を含むTypeScriptの高度な型システムを習得し、型安全なアプリケーションを構築します。複雑な型ロジックの実装、再利用可能な型ユーティリティの作成、TypeScriptプロジェクトでのコンパイル時型安全性の確保時に使用してください。

amurata
amurata
development
open
full-stack
5

fastapi-templates

非同期パターン、依存性注入、包括的なエラー処理を備えた本番環境対応のFastAPIプロジェクトを作成。新しいFastAPIアプリケーションの構築またはバックエンドAPIプロジェクトのセットアップ時に使用。

amurata
amurata
development
open
full-stack
5

reverse-proxy-deployment

Deploy web applications behind Apache reverse proxy on rivsprod01 with relative URLs and proper path configuration

lawless-m
lawless-m
development
open
full-stack
5

nodejs-backend-patterns

Express/Fastifyを使用した本番環境対応のNode.jsバックエンドサービスを構築し、ミドルウェアパターン、エラーハンドリング、認証、データベース統合、APIデザインのベストプラクティスを実装します。Node.jsサーバー、REST API、GraphQLバックエンド、マイクロサービスアーキテクチャの作成時に使用してください。

amurata
amurata
development
open
full-stack
5

monorepo-management

Turborepo、Nx、pnpmワークスペースを使用したモノレポ管理をマスターし、最適化されたビルドと依存関係管理で効率的でスケーラブルなマルチパッケージリポジトリを構築。モノレポのセットアップ、ビルドの最適化、共有依存関係の管理時に使用。

amurata
amurata
development
open
full-stack
5

defi-protocol-templates

ステーキング、AMM、ガバナンス、レンディングシステムのプロダクション対応テンプレートでDeFiプロトコルを実装します。分散型金融アプリケーションまたはスマートコントラクトプロトコルを構築する時に使用してください。

amurata
amurata
development
open
full-stack
5

typescript-patterns

TypeScript best practices. Use when writing TypeScript code for backend services, API handlers, or shared utilities. Applies async/await patterns, typed errors, and strict type safety.

cliangdev
cliangdev
development
open
full-stack
5

python-fastapi-dev

Python FastAPI 开发规范和最佳实践指南。适用于现代Web应用开发,涵盖项目架构、编码规范、异步编程、测试、部署等全方位内容。

ChuDiRen
ChuDiRen
development
open
full-stack
5

tauri-dev

Tauri desktop application development patterns. Use when building the SpecFlux desktop app, implementing IPC communication between Rust and React, managing windows, or testing Tauri commands.

cliangdev
cliangdev
development
open
gaming
5

minecraft-fabric-dev

Comprehensive guidance for Minecraft mod development with Fabric, including porting from other mod loaders (Forge, NeoForge). Integrates MCP servers for decompilation, documentation access, and mixin validation. Use when developing Fabric mods, porting from Forge, or working with Minecraft source code.

MCDxAI
MCDxAI
development
open
gaming
5

mahjong-dev-helper

麻將遊戲開發助手。當用戶需要開發麻將遊戲功能、詢問專案架構(Game.js, Player.js, Tile.js)、實作遊戲邏輯(發牌、吃碰槓、聽牌判斷)、WebSocket通訊、PixiJS渲染、效能優化、或任何與這個麻將遊戲專案程式碼相關的問題時使用此技能。

tedmax100
tedmax100
development
open
gaming
5

victoria3-mod-dev

Comprehensive Victoria 3 modding skill for creating, modifying, and debugging mods. Use when working with Victoria 3 mods for (1) Creating new mods from scratch, (2) Adding or modifying game content (decisions, events, buildings, laws, technologies, etc.), (3) Understanding mod file structure and syntax, (4) Debugging mod errors, (5) Creating localization files, (6) Working with .mod descriptor files, or any other Victoria 3 modding tasks.

trotsky1997
trotsky1997
development
open
gaming
5

mind-map-generator

调用generateTreeMind工具创建可视化思维导图,返回图片URL和编辑链接。适用于故事结构可视化、情节关系图谱展示

VanGongwanxiaowan
VanGongwanxiaowan
development
open
gaming
5

add-name-fix

Add a Steam-to-HLTB game name mapping. Usage: /add-name-fix <appid>, <name>, or "Steam Name" -> "HLTB Name"

jcdoll
jcdoll
development
open
gaming
5

windsurf-ide-integration

Expert guidance for integrating Advanced Memory skills with WindSurf IDE and Antigravity IDE

sandraschi
sandraschi
development
open
gaming
5

game-theory-strategist

Game theory expert covering Nash equilibrium, strategic thinking, auction theory, and cooperative games

sandraschi
sandraschi
development
open
Previous
Page 601 / 986
Next