Instructions file CodexOpenCode
Instructions for Haroon966/pinky-cursor, covering pinky agent instructions, install from this repo url (agents), ponytail — simplicity ladder, caveman — communication (always on, default: full) and pinky hygiene.
Instructions file CodexOpenCode
Instructions for Haroon966/pinky-cursor, covering pinky agent instructions, install from this repo url (agents), ponytail — simplicity ladder, caveman — communication (always on, default: full) and pinky hygiene.
Instructions file
Instructions for Haroon966/pinky-cursor: This project uses the Pinky multi-agent kit. Follow AGENTS.md as the source of truth.
Cursor rule
Pinky core coding hygiene — small diffs, match style, secrets safety.
Cursor rule
Pinky architecture — boundaries, reuse, extend before inventing layers.
Cursor rule
Pinky agent behavior — plan large work, verify, respect scope.
Cursor rule
Pinky testing — behavior-focused checks for non-trivial logic.
Cursor rule
Pinky frontend principles — ALWAYS ON until user opts out.
Cursor rule
Pinky backend principles — ALWAYS ON until user opts out.
Cursor rule
No AI co-authors — commits and PRs stay under the user's git identity only.
Cursor rule
If user pastes pinky-cursor repo URL to install — temp clone, install payload only, delete clone, then ask phone channel.
Cursor rule
Context discipline — load only files needed for the user prompt; do not dump all skills/docs.
Cursor rule
WhatsApp owner phone control via .pinky/whatsapp watch + Cursor CLI.
Cursor rule
ALWAYS ON Caveman — terse replies, fewer tokens, easy to understand user asks.
Cursor rule
Ponytail, lazy senior — ALWAYS ON until user opts out.
Skill Claude CodeCodex
Connect WhatsApp phone control (user-run login + watch + Cursor CLI agent) or Slack MCP. Always ask owner number. Never run QR/login/watch yourself — give commands. After Pinky install channel ask, or /agent-channels / connect WhatsApp.
Skill Claude CodeCodex
ALWAYS AVAILABLE (Pinky). Stack-agnostic backend and API craft: validation, authz, errors, logging, and safe data access. Use when changing servers, APIs, jobs, auth, or databases. Load only this SKILL.md — not frontend-craft or grill skills unless also needed. Opt out: disable backend-apis / don't use backend skill.
Skill Claude CodeCodex
ALWAYS-ON terse communication for Pinky projects. Cuts output tokens (65% measured) by speaking like caveman while keeping full technical accuracy and making user asks easy to understand. Default full on every reply after Pinky install. Supports lite|full|ultra and wenyan-lite|wenyan-full|wenyan-ultra. Use for…
Skill Claude CodeCodex
ALWAYS AVAILABLE (Pinky). Stack-agnostic frontend craft for UI, components, pages, CSS, accessibility, and responsive work. Use when building or changing user interfaces. Load only this SKILL.md — not backend-apis or grill skills unless also needed. Opt out: disable frontend-craft / don't use frontend skill.
Skill Claude CodeCodex
ALWAYS AVAILABLE (Pinky). Interview the user relentlessly about a plan or design until reaching shared understanding, one question at a time. Use when user wants to stress-test a plan, get grilled, mentions "grill me", or starts large/ambiguous design work. Load only this SKILL.md — do not load other skills. Opt out…
Skill Claude CodeCodex
ALWAYS AVAILABLE (Pinky). Relentless interview that also writes CONTEXT.md glossary and sparse ADRs. Use when user wants grill with docs, large features needing domain language, or paper trail. Load this SKILL.md first; open CONTEXT-FORMAT.md / ADR-FORMAT.md only when updating those files. Do not load unrelated…
Skill Claude CodeCodexCursor
Django backend development. Use when the user works on or asks about Django views, URLs, models, Django REST Framework (DRF), serializers, authentication/authorization (Django auth, JWT, session), middleware, Django settings, management commands, Celery or background tasks, deployment (WSGI, env), or backend testing…
Skill Claude CodeCodexCursor
SQL, data analysis, and data scripts. Use when the user works on or asks about data analysis, SQL queries, tables and datasets, local databases (SQLite, local Postgres/MySQL), online/cloud databases, ETL scripts, data pipelines, reporting, aggregations, data profiling, or analyzing data with Python/SQL.
Skill Claude CodeCodexCursor
Schema design and migrations for application databases. Use when the user works on or asks about schema design, SQL, migrations, queries, indexes, normalization, data modeling, ORM usage, or database performance.
Skill Claude CodeCodexCursor
React frontend development. Use when the user works on or asks about React components, hooks, JSX, client-side logic, CSS/styling, React state (useState, context, Redux), React Router, data fetching (React Query, SWR, fetch), build tools (Vite, Create React App), responsive design, or frontend testing in React.