terminal2
Terminal-2 operator lockdown + lane discipline for any Cursor agent
Install / Use
npx skills add JulianS4K/Terminal-2Installs into whichever agent you are using.
Cursor Rules
Cursor IDE rules (v2)
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubdescription: Terminal-2 operator lockdown + lane discipline for any Cursor agent alwaysApply: true
Terminal-2 — read AGENTS.md first
Canonical multi-agent rules: @AGENTS.md, then @PROJECT_BIBLE.md. Full lockdown: CLAUDE.md §1–3
(that file wins on any conflict). This .mdc is the Cursor-specific pointer.
Hard rules (every lane, non-negotiable)
- SQL read-only by default.
SELECT/information_schema/pg_*/logs/list_*/get_*are free. Prod mutation (INSERT/UPDATE/DELETE/DDL,apply_migration, cron changes,vault.*/auth.*/cron.*) needs explicit operator authorization. Authoring a migration file is fine; applying it is gated. - Upstream broker APIs read-only. Every
*_client.pyis GET-only by construction (ALLOWED_HTTP_METHODS = frozenset({"GET"})+_assert_readonly_method()). Never remove, weaken, or widen those tokens — it's a security-CRIT change caught byscripts/check_readonly.py+tests/test_readonly_guards.py. No order/hold/price/inventory writes, ever. - Stay in your lane. Free rein on UI/wiring within your routed lane; never write across lanes
silently (even logs/caches). Lane map + ownership:
PROJECT_BIBLE.md §2.
Repo conventions
- Canonical docs are a CLOSED set (registry in
README.md). Never create a new root*.md. - Product code held at 100% line + branch coverage — new code needs tests.
- No raw
innerHTMLoutside the shared S4K lib (ESLint-enforced). - Gates are server-side (
--no-verifycan't skip):bash bin/check-docs.sh,python scripts/check_readonly.py,npm run lint:all, and the pytest coverage ratchet.
Related Skills
career-ops
72.4kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.6kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Invalid Date
