wisdom-in-a-nutshell
- 32 skills
- 0 followers
- 3 hours ago last updated
- ▌ Swiftui Specialist · wisdom-in-a-nutshell bundleBest practices and idiomatic patterns for SwiftUI. Use when writing, reviewing, or editing SwiftUI code.
- ▌ Swiftui Whats New 27 · wisdom-in-a-nutshell bundleNew SwiftUI APIs, behaviors, and deprecations introduced in the 2027 OS releases (iOS 27, macOS 27, watchOS 27, tvOS 27, visionOS 27). Use when a SwiftUI view using @State fails to compile with "used before being initialized", "invalid redeclaration of synthesized property", or "extraneous argument label" errors after an SDK update (@State migrated from a property wrapper to a macro in SDK 27; the obvious fix of reordering init assignments is WRONG and produces incorrect runtime behavior; you MUST consult this skill's references before answering); when @ViewBuilder or @ContentBuilder code hits ambiguous overloads in overlay/background or type-check performance regressions after an SDK update; when the user asks what's new in SwiftUI (generally, or for a specific 2027 platform); when adding drag-to-reorder to any container (List, LazyVStack, LazyVGrid, stacks, or custom layouts) via reorderable()/reorderContainer, including the drag-and-drop that integrates with it (dragContainer, dropDestination), or combinin
- ▌ C Bounds Safety · wisdom-in-a-nutshell bundleGuide for the C -fbounds-safety language extension. Covers the language model, pointer annotations, adopting bounds-safety in existing C code, compiler build settings and modes, and runtime debugging of bounds violations.
- ▌ Creating Video · wisdom-in-a-nutshell bundleIdea → storyboard → Remotion overlays/animation → short renders + stills for fast visual iteration.
- ▌ Omni Flash Video · wisdom-in-a-nutshell bundlePlan, prompt, and review Gemini Omni Flash / Google Flow video generations, especially reference-image or short stitched video sequences. Use when Codex needs to prepare Omni Flash prompts, choose Flow settings, design start/end frame workflows, split a story into short clips, build portal/door style transitions, or evaluate Omni/Flow outputs for continuity and next-step prompting.
- ▌ PDF · wisdom-in-a-nutshell bundleUse when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.
- ▌ Project · wisdom-in-a-nutshell bundleCreate, resume, replan, and close long-running project work using the repo's project-tracker home (usually `docs/projects/PROJECT/tasks.md`, but follow repo guidance such as `projects/PROJECT/tasks.md` when specified). Use when starting a new project, continuing an existing project, refreshing a stale plan, or asking an agent to handle a complicated multi-session task with durable repo memory, milestone validation, and a clear resume point.
- ▌ Imagegen · wisdom-in-a-nutshell bundleGenerate and edit images with AI, including image generation, inpainting, background removal or replacement, compositing, text-in-image edits, batch variants, and related AI image model tasks. Use this skill for model-based image generation/editing, not for purely local image layout, captioning, or other non-model image processing.
- ▌ Symphony · wisdom-in-a-nutshell bundleUse when an agent is given a Symphony work item ID, needs to load the item from the Symphony task client, do the target repo work, and update lifecycle state as done, needs_input, failed, or cancelled. Also use when maintaining Symphony lifecycle behavior, task helper scripts, or the launchd watcher handoff contract.
- ▌ Adi Design · wisdom-in-a-nutshell bundleApply Adi's personal design language so his apps look like one cohesive product. Use when building, restyling, or reviewing any UI for Adi's personal projects (dobby-dashboard, blog/adithyan.io, ~/GitHub/agents/dashboard) or a new personal app/page, including choosing colors, typography, spacing, radius, or motion, setting up a theme or design tokens, migrating a surface off a generic or warm-cream look, or judging whether a screen is on-brand. The aesthetic is clean off-white (never warm cream), oklch sage accent with amber secondary, Newsreader serif for reading and Inter for UI, flat hairline surfaces, and restrained state-only motion.
- ▌ Cv Creator · wisdom-in-a-nutshell bundleGenerate, update, tailor, compile, and visually review a repo-local LaTeX CV/resume and cover letter. Use when the user wants to create or improve a CV, tailor a resume for a role or company, compile LaTeX CV files to PDF, review formatting, or set up a clean repo-local career CV structure under `memory/areas/career/` or `memory/areas/builder/career/`.
- ▌ Fli Review · wisdom-in-a-nutshell bundleIndependent reviewer for the frontier-lab-intelligence repo. Use when Adi asks to "get context and critique", review project state, audit progress against the submission endpoint, find blind spots, sanity-check a plan or architecture decision, or recommend what to do next. The role is critic and auditor, not implementer — load full project context cold, verify claims against live data, and judge everything by whether it pushes the case study toward earning the next interview by the deadline.
- ▌ Remotion Best Practices · wisdom-in-a-nutshell bundleBest practices and domain knowledge for building videos programmatically with Remotion (videos in React/TypeScript, rendered to MP4). Use whenever writing or editing Remotion code — scaffolding a video project, animating with interpolate/spring over useCurrentFrame(), sequencing scenes and transitions, captions/subtitles, audio, GIFs/Lottie/3D, charts, visual effects, dynamic duration via calculateMetadata, or rendering. Consult before reaching for a Remotion API, since its components and props evolve (e.g. @remotion/media).
- ▌ Adi Writing · wisdom-in-a-nutshell bundleWrite or edit external-facing content in Adi's voice. Use when drafting or rewriting blog posts, essays, tweets, LinkedIn posts, reports, explainers, personal notes meant for publication, emails, website copy, or any other text that should sound like Adi rather than generic AI writing.
- ▌ Dobby System · wisdom-in-a-nutshell bundleShared orientation for the Dobby multi-repo system and person-workspace anatomy. Use when Codex is working in or across `~/GitHub/adi`, `~/GitHub/angie`, `~/GitHub/dobby-engine`, `~/GitHub/documents`, `~/GitHub/dobby-gateway`, `~/GitHub/dobby-ios`, `~/GitHub/agents`, or `~/GitHub/scripts` and needs to understand repo ownership, Adi/Angie workspace folders, memory/body-map routing, source-material placement, identity/workspace boundaries, the shared engine model, dashboard/gateway flow, hooks/control-plane responsibilities, machine scheduler boundaries, document-corpus boundaries, or where a Dobby-related change belongs.
- ▌ Fal Seedance · wisdom-in-a-nutshell bundleUse for fal.ai Seedance video generation in this repo, especially Seedance 2.0 reference-to-video runs with multiple image references, prompt canaries, local file uploads, generated MP4 downloads, and JSON receipts.
- ▌ Skill Router · wisdom-in-a-nutshell bundleDeprecated. Skill routing has been absorbed by `skill-creator`. Use `skill-creator` for deciding `owned`, `external`, `repo-local`, or `dormant` placement; creating, adopting, promoting, importing, validating, registering, and distributing skills through `/Users/dobby/GitHub/agents`.
- ▌ AI Podcasting · wisdom-in-a-nutshell bundleSubmit AI Podcasting episodes and update show notes, supporting episode copy, intro, title, and thumbnails through the scoped WIN client API. Use when clients want agent-driven episode operations without the GUI, including checking access, listing TCR episodes with rich metadata and published-state filters, retry-safe episode submission, patching post-creation show notes or intro copy, uploading local inputs, or disambiguating an episode operation.
- ▌ Media Toolkit · wisdom-in-a-nutshell bundleUse when an agent needs to upload, transcribe, segment, transform, matte, or inspect media from a local file or URL. Use this for transcription requests too: the transcribe command returns transcript text plus cached artifact URLs through the WIN artifact-backed transcription path.
- ▌ Skill Creator · wisdom-in-a-nutshell bundleCreates, updates, routes, adopts, promotes, imports, validates, registers, and distributes agent skills through the `/Users/dobby/GitHub/agents` control-plane repo. Use when Codex needs to decide whether a skill belongs in `owned`, `external`, `repo-local`, or `dormant`; scaffold or edit SKILL.md/resources; generate agents/openai.yaml; update `skills/registry.json`; refresh upstream skills; or run bootstrap/check so skill runtime links stay reproducible.
- ▌ Codex Agent Loop · wisdom-in-a-nutshell bundleUnderstand and apply how the Codex agent loop works, including request assembly (`instructions`, `tools`, `input`), thread/turn/item mental models, tool iteration, prompt growth, caching, compaction, and where `model_instructions_file` and `AGENTS.md` enter. Keep the local references for the durable conceptual model, but fetch current official docs via `openaiDeveloperDocs` for exact config, prompt-loading, and other evolving Codex behavior.
- ▌ Codex App Server · wisdom-in-a-nutshell bundleUse when implementing or reviewing Codex App Server integrations (initialize/thread/turn/item lifecycle, streaming events, approvals, transport behavior, and client architecture). Start with the local conceptual reference, probe the locally installed Codex App Server for installed-build truth, and use the OpenAI docs MCP (`openaiDeveloperDocs`) when you need the latest official behavior beyond the installed binary.
- ▌ Secret Management · wisdom-in-a-nutshell bundleManage secrets correctly in this environment: use the machine-local canonical secret store, generate repo-local `.env`, machine-local `~/.secrets`, and native credential files, handle provider runtime delivery and GitHub Actions deliberately, choose naming, and validate materialization without exposing values.
- ▌ Codex Reset Credits · wisdom-in-a-nutshell bundleCheck local Codex rate-limit reset credits and expiration times. Use when the user asks when Codex resets, banked resets, reset credits, free resets, weekly resets, or 5-hour resets expire, or asks to inspect available Codex reset credits from the local Codex login.
- ▌ Modal Function Sync · wisdom-in-a-nutshell bundleImplement or update Modal functions in modal_functions and ensure they are exposed/synced into win via the generated client. Use when a user says "Implement this in modal," wants a new Modal function/pipeline, or needs the two repos wired together.
- ▌ Show Password Setup · wisdom-in-a-nutshell bundleRetired AIPodcasting show-password workflow. Human access is now one whole-app Cloudflare Access exact-email allowlist; do not provision or rotate application passwords.
- ▌ Whiyh Gpt Hill Climb · wisdom-in-a-nutshell bundleMonitor, analyze, and improve the Who's In Your Head GPT/default game path. Use when Codex is asked to check recent games, misses, dropoffs, abandoned sessions, model latency, cache/token efficiency, model errors, share signals, or GPT model performance for this repo; when running a recurring telemetry automation/report; or when hill-climbing prompts, routing, mechanics, clients, telemetry, Mongo indexes, or tests to improve speed, completion rate, correct rate, and reported-miss rate.
- ▌ Win Aip Contract Sync · wisdom-in-a-nutshell bundleMaintains the local WIN-to-aipodcasting interface with automatically generated job paths and frontend-imported public response DTOs. Use when job paths change, a frontend feature consumes a changed API contract, generated output drifts, or deciding whether a backend change needs frontend work. Backend-only provider/model/request changes do not require frontend generation.
- ▌ Media Storage Lifecycle · wisdom-in-a-nutshell bundleUse when adding, changing, reviewing, or cleaning media and object storage across WIN, modal_functions, aipodcasting, Remotion, local transcription, agent media tooling, or shared upload scripts. Covers S3 cache/share/permanent choices, Modal local/internal artifacts and persistent caches, browser uploads, provider-owned handoffs, object ownership and keys, expiry and reacquisition, replacement/deletion cleanup, orphan prevention, lifecycle rules, and storage audits.
- ▌ Social Media Publishing · wisdom-in-a-nutshell bundleMulti-channel social publishing workflow plus blog-post publication prep and channel CLIs for Reddit, LinkedIn, X, YouTube, Instagram, and TikTok. Use when Codex needs to publish or distribute a blog post, video, launch, or visual explainer; prepare blog assets; decide between gallery, image, self, link, or native video format; publish the source post before distribution; post to Reddit; publish LinkedIn text/link/image/video posts; post X text/video posts; or prepare Instagram/TikTok posts through dry-run channel CLIs.
- ▌ Agent Native Repo Playbook · wisdom-in-a-nutshell bundleAudits and improves repositories for a solo-developer, high-permission, agent-native workflow in which humans set intent and agents complete implementation, documentation, validation, and cleanup. Use for repository harness audits, readiness scoring, AGENTS or docs reviews, autonomous execution and proof-of-work loops, direct-to-main or YOLO safety, agent legibility, mechanical guardrails, and recurring agent drift.
- ▌ Client Interface Guidelines · wisdom-in-a-nutshell bundleDesign or review machine-primary command-line client interfaces for agent execution. Use when creating or improving CLI/client tools that require stable JSON contracts, deterministic outputs, structured errors, non-interactive operation, robust exit codes, secure secret handling, and operator inspection paths without turning the CLI into a human-first UI.