Use when you cannot inspect media directly and the user provides images, screenshots, image-heavy PDFs, or video frames. Send each image blob to the configured multimodal alternate, read its response, then continue using that response as context.
ahkohd/dotfiles
SkillsMP has collected 22 skills from ahkohd/dotfiles. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 22
- GitHub stars
- 5
- GitHub forks
- 0
Skills in this repository
Showing 22 of 22 collected skills.
Getting Liquid Glass to render its specular rim (and its shadow) on macOS 26 — active appearance, tint rules, nesting rules, clipping rules, and shadow breathing room. Use when glass looks flat/rimless, when a glass panel or tooltip lacks the edge highlight…
Guide 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.
Apple's complete prompt stack for Xcode 27's coding agent, as shipped. Consult when designing or reviewing agent prompts, tool descriptions, planner/executor splits, edit-application strategies, or context-window assembly — this is a production system's…
Apple's own documentation for APIs introduced in the Xcode 27 SDKs (macOS 26, iOS 26). Consult before writing or reviewing code that touches any of them — this supersedes prior training, which predates these APIs. Covers: Liquid Glass adoption in AppKit,…
Audit and enable security-oriented Xcode build settings. Progressively enables compiler warnings, static analyzer checkers, and Enhanced Security features. Use when: user wants to secure their Xcode project, audit security settings, enable hardening, review…
Guide 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.
Authoritative SwiftUI best practices from Apple. Consult for any SwiftUI best practices or performance review. Supersedes prior training on these topics. For code generation, consult the relevant references when generating any SwiftUI code related to the…
New 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…
Modernizes UIKit apps for multi-window environments by replacing legacy shared-state APIs with context-appropriate modern alternatives. This includes references to mainScreen, interfaceOrientation, application and scene lifecycle, as well as safe area inset…
When the user wants to write, rewrite, or improve marketing copy for any page - including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this…
Create a fresh human-facing agent session in herdr so the user can continue work there. Use when the user says handoff, compact for another session, continue in another session, or asks to start a fresh agent with the current context. Writes a handoff doc,…
Start async subagents in hidden herdr workspaces. Use when the user asks to spawn, fan out, delegate, run background grunt work, review, search, test, or investigate with another local or remote agent. Defaults to Pi, but can start Claude CLI, Cursor Agent…
Choose the right model, provider and coding harness. Use before selecting models, spawning subagents, delegating reviews, choosing Pi, Claude CLI, Cursor Agent CLI or Codex CLI, or deciding whether to escalate work to a smarter model.
Message existing AI agents (Claude, pi and others) running in herdr terminal panes, on this machine or a remote one over SSH. Use when the user asks you to contact another agent, hand work off to one, check what one is doing, or reply to a message from one.…
Write and edit in GOV.UK / GDS house style - plain English, active voice, front-loaded content, sentence case, and no bold or italics for emphasis. Use when writing or editing reports, research write-ups, guidance, documentation, summaries, or any prose where…
Save or resume session state for context continuity across compactions. Use when user says 'save state', 'save session', 'compact', 'resume', or invokes /session.
Call MCP servers from pi via MCPorter CLI. Use when a skill or task needs to interact with an MCP server. Provides install instructions, config, and calling conventions.
Interact with Paper.design canvas via its local MCP server. Use when the user asks to create, edit, inspect, or export designs in Paper.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Render Mermaid diagrams to SVG/PNG using mmdr and validate with mmdr before finalizing.
Review, generate, optimize, and look up prompt engineering techniques for LLM systems.