Skip to content

Instantly share code, notes, and snippets.

View nicobot's full-sized avatar

Nicolás Bottini nicobot

View GitHub Profile
@nicobot
nicobot / cline.prompt.txt
Created February 20, 2025 17:06 — forked from ruvnet/cline.prompt.txt
Custom Agentic Development Instructions
use wsl for all local terminal when running in windows.
never hardcode .env variables in dockerfiles or code.
User query: {base_task} --keep it simple
Context from Previous Research (if available):
Key Facts:
{key_facts}
@nicobot
nicobot / .gitlab-ci.yml
Created October 1, 2024 08:23 — forked from spoonerWeb/.gitlab-ci.yml
GitLab CI for building and deploying TYPO3 websites with deployer
cache:
paths:
- /cache/composer
stages:
- composer
- deploy
build:
stage: composer