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
scripting
79

robot-build-and-case

Use when: building the Robot binary, running the connection test case, checking where robot logs are written, asking to run task all from the repository root, or asking how to start the built robot from build/install/bin.

atframework
atframework
development
open
scripting
79

breadcrumb

Pick up a long-running task from a breadcrumb directory, make progress, and save state

zdenham
zdenham
development
open
full-stack
78

dev-engineer

Adds logic, state management, TypeScript types, and CRUD operations to UI. Works AFTER ui-first-builder creates the interface. Implements Zustand stores, form handling with React Hook Form + Zod, and prepares for backend connection. Triggers: add logic, add functionality, make it work, state management, form validation, data operations, TypeScript types.

wasintoh
wasintoh
development
open
full-stack
78

backend-engineer

Supabase integration specialist. Handles database schema, authentication, Row Level Security (RLS), real-time subscriptions, and storage. Connects existing UI to real backend. Only called AFTER UI exists with mock data. Triggers: connect database, connect Supabase, add auth, make login, backend integration, real data, authentication, database schema.

wasintoh
wasintoh
development
open
mobile
78

platform-specialist

Platform-specific integration expert for LINE Mini App (LIFF), Expo (React Native), and Tauri (Desktop). Handles platform APIs, native features, and deployment. Called when app needs platform-specific features beyond standard web. Triggers: "LINE Mini App", "LIFF", "LINE OA", "mobile app", "Expo", "React Native", "desktop app", "Tauri", platform integration, native features.

wasintoh
wasintoh
development
open
full-stack
78

vibe-orchestrator

Master workflow controller for Lovable-style development. Creates working UI immediately from ANY prompt - no questions asked, no choices given. Routes to specialist sub-agents (ui-builder, dev-builder, design-reviewer, backend-connector, platform-adapter). Triggers: create, build, make, want, new project requests, app ideas, MVP, prototype, or any development request. This skill MUST be read first for any development task.

wasintoh
wasintoh
development
open
mobile
78

ui-first-builder

Creates production-ready UI immediately from any description. Generates complete pages, components, and realistic mock data in FIRST response. Uses Next.js 14 + Tailwind + shadcn/ui. Never asks questions - infers everything from context. Triggers: UI creation, page building, component generation, build interface, screen design, layout requests.

wasintoh
wasintoh
development
open
mobile
78

premium-experience

Premium app generation that creates WOW-factor experiences. Multi-page apps with smooth animations, zero TypeScript errors, and production-ready quality. Lovable-style experience: one prompt, complete app, instant delight. MUST be used alongside vibe-orchestrator for new projects.

wasintoh
wasintoh
development
open
full-stack
78

design-mastery

World-class design system with extensible business type registry. Automatically selects appropriate design patterns based on business context. Anti-AI detection, trend-aware, production-ready design decisions. CRITICAL: Must be read before any UI creation task.

wasintoh
wasintoh
development
open
scripting
78

parallel-execution-optimizer

Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /design-variations (N screens), /implement (task batching). Auto-triggers when detecting multiple independent operations in a phase.

marcusgoll
marcusgoll
development
open
scripting
78

parallel-execution-optimizer

Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /implement (task batching), /prototype (N screens). Auto-triggers when detecting multiple independent operations in a phase.

marcusgoll
marcusgoll
development
open
architecture-patterns
78

elixir-architect

Use when designing or architecting Elixir/Phoenix applications, creating comprehensive project documentation, planning OTP supervision trees, defining domain models with Ash Framework, structuring multi-app projects with path-based dependencies, or preparing handoff documentation for Director/Implementor AI collaboration

maxim-ist
maxim-ist
development
open
package-distribution
78

dependency-conflict-resolver

Detect and resolve package dependency conflicts before installation across npm/yarn/pnpm, pip/poetry, cargo, and composer. Auto-trigger when installing/upgrading packages. Validates peer dependencies, version compatibility, security vulnerabilities. Auto-resolves safe conflicts (patches, dev deps), suggests manual review for breaking changes. Prevents conflicting versions, security vulnerabilities, broken builds.

marcusgoll
marcusgoll
development
open
framework-internals
78

adapt-environment

Adapt code to work with a GPU node's installed environment. Use when an experiment fails due to dependency version mismatches, import errors, missing packages, or API incompatibilities between the code's expected environment and what's actually installed on the GPU node. Triggered by errors like 'ModuleNotFoundError', 'ImportError', version conflicts, or when the user says 'adapt this code to the environment'.

Agents2AgentsAI
Agents2AgentsAI
development
open
framework-internals
78

simplellmfunc-developer

Develop and maintain the SimpleLLMFunc framework itself. Use when changing framework internals, tests, docs, specs, runtime primitives, decorator behavior, tool plumbing, event streams, PyRepl integration, or contributor-facing project structure and conventions.

NiJingzhe
NiJingzhe
development
open
framework-internals
78

optimize-initializing-speed

Use when optimizing VM Initializing-to-Running latency while preserving functionality and low implementation complexity.

kernel
kernel
development
open
framework-internals
78

stx-torch

PyTorch utilities for NaN-safe tensor operations and applying arbitrary functions across tensor dimensions.

ywatanabe1989
ywatanabe1989
development
open
full-stack
78

react-router-v7

React Router v7 full-stack development with SSR. Use when working with routes, loaders, actions, SSR, Form components, fetchers, navigation guards, protected routes, URL search params, or the web app in apps/web.

proyecto26
proyecto26
development
open
full-stack
78

manifest

Build and integrate Manifest DEX on Solana using the Manifest SDK. Covers market reads, order placement, wrapper and global account setup, reverse and global order types, and frontend integration patterns.

sendaifun
sendaifun
development
open
mobile
78

stx-app

Unified file storage SDK for local and cloud application backends.

ywatanabe1989
ywatanabe1989
development
open
mobile
78

helius-phantom

Build frontend Solana applications with Phantom Connect SDK and Helius infrastructure. Covers React, React Native, and browser SDK integration, transaction signing via Helius Sender, API key proxying, token gating, NFT minting, crypto payments, real-time updates, and secure frontend architecture.

sendaifun
sendaifun
development
open
mobile
78

stx-notification

Multi-backend notification system for alerts, calls, and SMS with automatic fallback ordering.

ywatanabe1989
ywatanabe1989
development
open
package-distribution
78

updating-deps

Update Python dependencies using UV. Scan for outdated packages, identify unused dependencies, and safely update pyproject.toml while respecting version constraints (e.g., Django LTS).

letsrevel
letsrevel
development
open
package-distribution
78

modern-python

Modern Python tooling and best practices using uv, ruff, ty, and pytest. Covers project setup with pyproject.toml (PEP 735), src layout, linting/formatting with ruff, type checking with ty, testing with pytest and coverage, pre-commit with prek, and security (pip-audit, detect-secrets, actionlint). Use when setting up or working on Python projects, replacing pip/virtualenv with uv, replacing flake8/black/mypy with ruff/ty, adding pre-commit or security scanning, or when the user mentions uv, ruff, ty, pytest, or cookiecutter-python patterns.

antoinebou12
antoinebou12
development
open
Previous
Page 403 / 986
Next