Instructions file CodexOpenCode
AGENTS.md instructions for scott-fryxell/brayness, covering brayness, harness, preferences, dyslexia and reading load and output and length.
Instructions file CodexOpenCode
AGENTS.md instructions for scott-fryxell/brayness, covering brayness, harness, preferences, dyslexia and reading load and output and length.
Skill Claude CodeCodex
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…
Skill Claude CodeCodex
Sync changes from dev brayness/ to the published work/sync/ git mirror. Copies skills, extensions, bin, agent docs, and selected .pi/agent config while excluding secrets, sessions, nested .git dirs, and nodemodules. Validates the copy, shows git diffs, and proposes commits. Use for "sync brayness", "prepare release"…
Skill Claude CodeCodex
Verification-first habit for brayness. Run cheap deterministic checks before expensive or final steps; never let the producer grade its own homework. Use on every task before calling work done - structural checks (does it build, do the tests pass, is the expected item present) before any LLM judge, cost-heavy review…
Skill Claude CodeCodex
Derive a project's visual rules from its existing tokens, palette, type scale, logo, and icons (Intake), then generate raw SVG vector graphics from those rules as a small composable set (module, grid, repetition, transformation, color, controlled randomness), following Martin Lorenz's flexible visual systems approach.…
Skill Claude CodeCodex
Create video compositions, animations, title cards, overlays, captions, voiceovers, audio-reactive visuals, and scene transitions in HyperFrames HTML. Use for any HTML-based video work - authoring compositions, syncing captions to audio, generating TTS narration, running the dev loop (init, lint, inspect, preview…
Skill Claude CodeCodex
Helps research a company and prepare for its hiring process -- company research, why-this-company/role fit exploration, behavioral (STAR) prep, technical/DSA prep, and tracking hiring stages through offer and negotiation. Use when asked to "research this company", "prepare for an interview at X", "help me get ready…
Skill Claude CodeCodex
Find and install brand SVG logos via SVGL (https://svgl.app/) and Wikimedia Commons fallbacks into any project's static asset folder. Use for company logos, integration rows, social proof, or refreshing a brands directory.
Skill Claude CodeCodex
Store and retrieve durable learnings about how brayness actually works - success patterns, failure modes, corrections, and next-time hints. Use before doing a task similar to a past one (check AGENTS.local.md Learnings first), and after a notable outcome or a user correction (append a dated learning to…
Skill Claude CodeCodex
Use when orchestrating multi-element UI motion, stagger systems, list reorder/insert/remove flows, modal and overlay stacks, gesture-driven transitions, and route-level choreography that preserves hierarchy and attention.
Skill Claude CodeCodex
Use when designing or implementing motion for web interfaces, including CSS transitions and keyframes, linear() easing design, transform strategy (translate/rotate vs transform/translate3d()), and deep View Transitions API patterns for route and state continuity.
Skill Claude CodeCodex
Read the user's currently open Neovim buffers and active view so you can discuss their actual working files and teach them their own nvim keymaps in context. Use when the user asks to "talk about what I have open", mentions a file they're working on without naming it, asks "how do I do X in vim", wants to learn…
Skill Claude CodeCodex
Plan complex or creative work as a directed acyclic graph (DAG / mind-map) before executing, keeping the human as the decider at every gate. Use when a task branches, explodes like a mind map, or is a creative project - anything with parallel or dependent pieces a linear checklist would flatten. Produces an ordered…
Skill Claude CodeCodex
Search past agent sessions across all three harnesses (pi, Cursor, Claude Code) when asked about earlier work. Use when the user asks "what did we do about X", "did we already discuss/try/fix X", "find that earlier session", "review previous work", or when a task smells like a repeat of something already done. Knows…
Skill Claude CodeCodex
Check a work project's existing scripts, ops helpers, and curated tooling notes before editing, diagnosing, testing, building, or deploying it. Read the project's .tooling.md (curated notes), package.json scripts, and scripts/ and tools/ dirs so you use the project's own tooling instead of guessing or reinventing. Use…
Skill Claude CodeCodex
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague…
Skill Claude CodeCodex
Design system method for web CSS, HTML, and Vue - semantic element/ARIA/microdata selectors (no invented classes or wrappers), baseline-grid spacing, fluid type scale, materials-and-roles color, OS dark mode, cascade over scoped styles. Use when writing or reviewing CSS/markup/Vue components, cleaning up div soup, or…
Skill Claude CodeCodex
Idiomatic Rust guide based on Apollo GraphQL's best practices handbook. Use when writing, reviewing, or refactoring Rust - ownership and borrowing decisions, Result error handling, performance, clippy, and tests.
Skill Claude CodeCodex
Simplify and refine recently modified code for clarity and consistency without changing behavior. Use when asked to "simplify this", "clean up the diff", "tidy this up", or as a post-edit pass after writing code.
Skill Claude CodeCodex
Discover and install agent skills from the open ecosystem when the user asks "how do I do X", "find a skill for X", "is there a skill that can...", or wants to extend capabilities.
Skill Claude CodeCodex
Create, synthesize, and iteratively improve agent skills following the Agent Skills specification. Use when asked to "create a skill", "write a skill", "synthesize sources into a skill", "improve a skill from positive/negative examples", "update a skill", or "maintain skill docs and registration". Handles source…
Skill Claude CodeCodex
Write Vitest specs for Vue 3 JavaScript (Vite Plus, happy-dom, @vue/test-utils) and analyze V8 coverage + Fallow health to prioritize test-first refactors. Reference implementation is work/realness. Use when writing or fixing tests, mocking composables, improving coverage, or after test:coverage or npx fallow fails…
Skill Claude CodeCodex
Typography advisor for client projects - font selection, type scale, fluid sizing, baseline rhythm, and performance. Draws on the realness design system as a proven reference while adapting to each client's voice and context. Use for font pairing, scale decisions, web font implementation, and typographic hierarchy.…
Skill Claude CodeCodex
Designs or reviews user interfaces that are self-evident, low-friction, and easy to understand with minimal explanation. Use when simplifying UI text, removing helper copy, improving affordances, tightening hierarchy, making forms more obvious, or evaluating whether an interface works without instructions.