Toolverse
All skills

replit-local-dev-loop

by jeremylongshore

Configure Replit local development with hot reload and testing.\nUse when setting up a development environment, configuring test workflows,\nor establishing a fast iteration cycle with Replit.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Security

About this skill

Configure Replit local development with hot reload and testing.\nUse when setting up a development environment, configuring test workflows,\nor establishing a fast iteration cycle with Replit.\nTrigger with phrases like \

How to use

  1. Otwórz plik .replit w swoim projekcie Replit. Jeśli go nie masz, utwórz go w katalogu głównym.

  2. Dodaj komendę uruchamiania w sekcji run. Dla projektów Node.js użyj run = "npm run dev", dla Python z Flask ustaw run = "python main.py" i dodaj zmienną środowiskową FLASK_DEBUG = "1".

  3. Jeśli pracujesz z TypeScript lub innym językiem kompilowanym, dodaj sekcję compile. Przykład: compile = "npx tsc -b" dla TypeScript, następnie run = "node dist/index.js".

  4. Skonfiguruj hot reload. Dla Node.js zainstaluj tsx i ustaw run = "npx tsx watch src/index.ts". W package.json dodaj skrypt "dev": "tsx watch src/index.ts".

  5. Opcjonalnie dodaj testy. W package.json utwórz skrypty "test": "vitest" i "test:watch": "vitest --watch" do uruchamiania testów w trybie obserwacji.

  6. Kliknij przycisk "Run" w Replicie. Aplikacja uruchomi się z hot reloadem — zmiany w kodzie będą automatycznie przeładowywane bez restartu serwera.

Related skills

1password

by openclaw

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

Security
1174

reviewing-code

by CaptainCrouton89

Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.

Security
1493

senior-security

by davila7

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture,

Security
2482

solidity-security

by wshobson

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.

Security
10105

obsidian

by gapmiss

Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files,

Security
14111

feishu-docs

by openclaw

飞书文档(Docx)API技能。用于创建、读取、更新和删除飞书文档。支持Markdown/HTML内容转换、文档权限管理。

Security
1574