Toolverse
All skills

git-safety

by tamagui

Git safety rules. INVOKE WHEN: git push, force push, git reset, git clean, destructive git, push force, reset hard. NEVER force push or do destructive git operations.

Installation

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

Installation

Quick info

Author
tamagui
Category
Security
Views
36

About this skill

Git safety rules. INVOKE WHEN: git push, force push, git reset, git clean, destructive git, push force, reset hard. NEVER force push or do destructive git operations.

How to use

  1. Zainstaluj skill git-safety w swoim środowisku Claude/Copilot, wskazując plik konfiguracyjny z repozytorium tamagui. Skill automatycznie aktywuje się, gdy spróbujesz wykonać operacje na gicie.

  2. Przed każdą zmianą w kodzie uruchom git pull, aby zsynchronizować lokalne zmiany z gałęzią główną. To zapobiega konfliktom i utracie pracy.

  3. Dokonaj zmian w plikach, a następnie dodaj je do staging area za pomocą git add. Utwórz commit z jasnym opisem zmian.

  4. Przed push ponownie uruchom git pull --rebase, aby upewnić się, że masz najnowszą wersję kodu. Skill automatycznie zasugeruje tę operację.

  5. Wykonaj normalny git push bez flag force. Jeśli napotkasz konflikty, skill zaproponuje rozwiązanie zamiast pozwolić na force push.

  6. Jeśli musisz wycofać zmiany, użyj git stash zamiast git reset --hard. Skill będzie wymagać jawnej autoryzacji dla destrukcyjnych operacji i zawsze najpierw zasugeruje bezpieczne alternatywy.

Related skills

payload

by payloadcms

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

Security
50171

openapi-spec-generation

by wshobson

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

Security
18109

feishu-docs

by openclaw

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

Security
1574

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

security-compliance

by davila7

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding

Security
1172

llama-cpp

by zechenzhangAGI

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

Security
11252