Collect evidence
Separate observed user and system facts from assumptions before discussing a solution.
Installed skills map
A practical sequence for challenging ideas, limiting scope, shipping safely, and learning from real use.
Use the smallest relevant set. Each gate exists because later detail multiplies the cost of an earlier mistake.
Separate observed user and system facts from assumptions before discussing a solution.
Walk the decision tree, test edge cases, and make terminology and tradeoffs explicit.
Continue only when unresolved branches and contradictory assumptions are visible.
Choose to proceed, prototype, defer, or reject, with confidence and kill criteria recorded.
Missing owner: idea-gate
Decision gate: the human owns this call and the accepted debt budget.
Test the riskiest interaction, interface, data behavior, or feasibility assumption before hardening.
User feedback: show the smallest realistic prototype to target users.
Capture success, acceptance behavior, testing seams, constraints, and explicit out-of-scope work.
Spec gate: approve behavior and scope before creating implementation tickets.
Create narrow, end-to-end tickets that are independently demoable and fit one fresh context.
Approve granularity, blockers, and every human-review checkpoint.
Implement through public behavior, keep the change minimal, and verify continuously.
Do not start the next slice until the current one is green and reviewable.
Review standards and spec fidelity, then hand-test the first complete path before multiplying it.
Slice gate: a human verifies the first end-to-end behavior and adjacent regressions.
Check security, migrations, failures, observability, cost, rollout, rollback, and operational ownership.
Missing owner: production-readiness-review
Release gate: accept remaining risks with named owners and rollback triggers.
Ship through a staged rollout, capture real feedback, and preserve decisions and final state.
Reopen the decision if results cross a kill criterion or invalidate the problem framing.
The local snapshot includes personal skills, shared agent skills, Codex skills, and installed plugin skills.
Consult the user before making consequential product or design decisions, drafting a substantive plan or document, or implementing a nontrivial change whose direction is not settled.
personal · 1 installed copyScan recent notes for decision language and offer to update project Decision Logs
personal · 1 installed copyGenerate multiple radically different interface designs for a module using parallel sub-agents.
personal, shared · 2 installed copiesBuild and sharpen a project's domain model.
personal · 1 installed copyInterview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree.
personal, shared · 2 installed copiesA relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
personal · 1 installed copyGrill the user relentlessly about a plan or design.
personal · 1 installed copyCompact the current conversation into a handoff document for another agent to pick up.
personal · 1 installed copyManage issues, projects & team workflows in Linear.
codex · 1 installed copyRun a high-stakes question, idea, or decision through a council of 5 AI advisors who analyze independently, peer-review anonymously, and synthesize a final verdict.
codex · 1 installed copyPick the right ordered sequence of skills for the job at hand, announce it, and keep reminding the user which skill comes next after each stage completes — so they never have to remember the chain themselves.
personal · 1 installed copyBreak a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices.
personal, shared · 2 installed copiesTurn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/.
personal, shared · 2 installed copiesInteractive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues.
personal · 1 installed copyConsolidate everything that changed in the current session into one authoritative message - the final state of each change plus a concrete hand-test checklist - so the user can read a single message instead of the whole history and verify everything in one batch.
personal · 1 installed copyCreate a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue.
personal, shared · 2 installed copiesConfigure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout.
personal · 1 installed copyPublish your implementation plan as a live HTML URL the user can read on their phone and hand to another agent.
personal · 1 installed copyTurn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
personal · 1 installed copyBreak a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in a local file, or native blocking links on a real tracker.
personal · 1 installed copyTriage issues through a state machine driven by triage roles.
personal · 1 installed copyTriage a bug or issue by exploring the codebase to find root cause, then create a GitHub issue with a TDD-based fix plan.
personal, shared · 2 installed copiesCreate a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue.
personal, shared · 2 installed copiesReview the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?).
personal · 1 installed copyCreate Cursor rules for persistent AI guidance.
personal · 1 installed copyRetrieves authoritative, up-to-date technical documentation, API references, configuration details, and code examples for any developer technology.
personal · 1 installed copyOverrides default LLM truncation behavior.
personal · 1 installed copySet up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute.
personal · 1 installed copyImplement a piece of work based on a spec or set of tickets.
personal · 1 installed copyExplore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules.
personal, shared · 2 installed copiesUse for Kaggle competition overview fetches, writeups, discussion/kernel research, submissions, and dataset uploads.
personal · 1 installed copyUse when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, latest/current/default-model prompting guidance, or...
codex · 1 installed copyPinia store TypeScript configuration and typing issues.
personal, shared · 2 installed copiesAudit a codebase for dead code, duplication, unused dependencies, and cruft, then safely remove what no longer earns its place.
personal · 1 installed copyPerform a read-only, defect-first review of a specified code change and return every actionable finding.
codex · 1 installed copyCreate exercise directory structures with sections, problems, solutions, and explainers that pass linting.
personal, shared · 2 installed copiesRuns the rest of a /shell request as a literal shell command.
personal · 1 installed copyUse when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management and `@Observable` data flow, view composition and invalidation/performance, lists and `ForEach` identity, environment usage, localization, animations, Liquid Glass adoption, migrating soft-deprecated APIs, or Instruments `.trace` capture/analysis for hangs, hitches, CPU hotspots, or excessive view updates.
personal · 1 installed copyTest-driven development with red-green-refactor loop.
personal, shared · 2 installed copiesModify Cursor/VSCode user settings in settings.json.
personal · 1 installed copyComprehensive Vue 3 development best practices, TypeScript configuration, tooling troubleshooting, testing patterns, and composition API gotchas.
personal, shared · 2 installed copiesVueUse composable patterns and TypeScript integration.
personal, shared · 2 installed copiesAnalyzes web performance using Chrome DevTools MCP.
codex, personal · 2 installed copiesConfigure and troubleshoot BuildSpace reusable GitHub Actions workflows and blocks for automated releases.
shared · 1 installed copyCreate or update a pull request for the current branch.
shared · 1 installed copySync caezium/Dayflow fork with upstream JerryZLiu/Dayflow.
personal · 1 installed copyAdd CI/CD GitHub Actions workflows to a macrocosm Swift package project.
shared · 1 installed copyAdd a launchd plist, postinstall script, and payload directory to a macrocosm Swift package project.
shared · 1 installed copyUse Sites to build websites, including landing pages, portfolios, dashboards, portals, trackers, hubs, and internal tools.
plugin · 1 installed copyHost websites with Sites.
plugin · 1 installed copySync caezium/stats fork with upstream exelban/stats.
personal · 1 installed copyUse only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
codex · 1 installed copyCapture and curate screenshots of a GUI desktop app for a README, landing page, app-store listing, or docs.
personal · 1 installed copyA library of 74 real-brand DESIGN.md design systems (Stripe, Apple, Vercel, Linear, Notion, Spotify, Figma, and more).
personal · 1 installed copyClone any website from a URL into a pixel-faithful Next.js codebase — recon, asset/CSS extraction, parallel section builders, animation porting, and automated fidelity verification.
personal · 1 installed copyControl local Mac apps through Computer Use for tasks that require reading or operating app UI.
plugin · 1 installed copyAnti-slop frontend skill for landing pages, portfolios, and redesigns.
personal · 1 installed copyThe original v1 taste-skill, preserved for projects depending on its exact behavior.
personal · 1 installed copyUse the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code.
codex · 1 installed copyElite UX/UI & Advanced GSAP Motion Engineer.
personal · 1 installed copyTeaches the AI to design like a high-end agency.
personal · 1 installed copyElite website image-to-code skill for Codex.
personal · 1 installed copyElite mobile app image-generation skill for creating premium, app-native screen concepts and flows.
personal · 1 installed copyElite frontend image-direction skill for generating premium, conversion-aware website design references.
personal · 1 installed copyRaw mechanical interfaces fusing Swiss typographic print with military terminal aesthetics.
personal · 1 installed copyDesign engineering principles for making interfaces feel polished.
personal, shared · 2 installed copiesClean editorial-style interfaces.
personal · 1 installed copyUpgrades existing websites and apps to premium quality.
personal · 1 installed copySemantic Design System Skill for Google Stitch.
personal · 1 installed copySuperdesign is a design agent, where it specialised in frontend UI/UX design; Use this skill before you implement any UI that require some design thinking.
personal, shared · 2 installed copiesOpinionated constraints for building better interfaces with agents.
personal · 1 installed copyCreate reusable Codex art and illustration skills from reference images, existing art-skill repositories, avatar IPs, style notes, or successful prompts.
codex · 1 installed copyPremium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations.
personal · 1 installed copyGenerate soft hand-drawn Chiken avatar emotes, reaction stickers, article illustrations, concept visuals, shot lists, prompts, and edits that should use the supplied round cream chicken character instead of a generic mascot.
codex · 1 installed copyGenerate white-background article illustrations, concept diagrams, and visual metaphors featuring Henry's soft pixel-art chicken avatar.
codex · 1 installed copyUse when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI...
codex · 2 installed copiesTurns an idea or an article into original white-background, hand-drawn editorial illustrations starring a recurring avatar the user owns — one caught scene per idea, in one of several print looks.
personal · 1 installed copyLook up any arxiv paper on alphaxiv.org to get a structured AI-generated overview.
codex · 1 installed copymacOS-only AppleScript control for the ChatGPT Atlas desktop app.
codex · 1 installed copyControl the user's Chrome browser for tasks that depend on existing Chrome state: tabs, logged-in sessions, or extensions.
plugin · 1 installed copyControl the in-app Browser for opening, navigating, inspecting visible or interactive page state, clicking, typing, screenshots, and local web testing.
plugin · 1 installed copyExtract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens.
personal · 1 installed copyTech digest for developers.
personal · 1 installed copyResearch what people actually say about any topic in the last 30 days.
personal, shared · 4 installed copiesUse when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.
codex · 1 installed copyUse when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.
codex · 1 installed copyCreate visualizations and interactive tools in conversation.
plugin · 1 installed copyCreate, edit, redline, and comment on `.docx`, Word, and Google Docs-targeted document artifacts inside the container, with a strict render-and-verify workflow.
plugin · 1 installed copyControl an open or active Microsoft Excel workbook through the ChatGPT add-in or connected session.
plugin · 1 installed copyCreate and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections.
codex, personal · 2 installed copiesUse when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.
codex · 1 installed copyUse 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.
codex, plugin · 2 installed copiesCreate or edit PowerPoint or Google Slides decks
plugin · 1 installed copyCreate, edit, analyze, and verify standalone spreadsheet files or Google Sheets-ready workbooks, including .xlsx, .xls, .csv, and .tsv.
plugin · 1 installed copyCreate or update a reusable personal Codex artifact-template skill.
plugin · 1 installed copyOperate the user's tldraw offline canvas app, including open .tldraw or .tldr files.
codex, personal · 2 installed copiesPrepare for a 1:1 meeting with context from person file, meeting history, and shared projects
personal · 1 installed copyQuery the user's own WeChat (微信) history through the local chatlog HTTP API (http://127.0.0.1:5030).
personal · 1 installed copyMorning briefing combining email, yesterday's meetings, and Slack into one section appended to the weekly report
personal · 1 installed copyPull Henry's Dayflow activity data (what he actually worked on, day by day, card by card, with accurate hours) straight from Dayflow's local SQLite DB — read-only.
personal · 1 installed copyEnd-of-week wrap-up for the weekly report.
personal · 1 installed copyFull Monday morning setup.
personal · 1 installed copyCreate and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries.
codex, personal · 2 installed copiesInteract with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more.
personal · 1 installed copyConvert source files (PDFs, DOCX, image-only PDFs) into Obsidian-flavored markdown notes that preserve the original content **verbatim** while applying proper Obsidian styling — YAML frontmatter with tags/aliases, callouts, LaTeX math, footnotes, wikilinks, and tables.
personal · 1 installed copyCreate and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax.
codex, personal · 2 installed copiesSearch, create, and manage notes in the Obsidian vault with wikilinks and index notes.
personal, shared · 2 installed copiesRe-pull all of the user's external capture sources into their Obsidian vault inbox and refresh the Command Center dashboards.
personal · 1 installed copyGenerate a briefing with calendar, tasks, and attention flags.
personal · 1 installed copy飞书审批 API:审批实例、审批任务管理。
shared · 1 installed copy把本地 HTML 文件或目录部署到飞书妙搭(Miaoda),生成一个公网可访问的应用及其链接(URL)。当用户要创建 HTML 或要把 HTML、静态网站或 Web demo 发布成公网可访问的链接 / 可分享链接、设置应用共享范围,或提到妙搭 / Miaoda 时使用。凡产出可独立访问的 HTML 产物都属本 skill 的潜在归宿,是否真要部署由 skill 内部协议判断。不用于:上传普通文件到云空间/云盘/云存储(用 lark-drive)、编辑飞书云文档内容(用 lark-doc)、创建飞书原生幻灯片 / 演示文稿(用 lark-slides)。
shared · 1 installed copy飞书考勤打卡:查询自己的考勤打卡记录
shared · 1 installed copy当需要用 lark-cli 操作飞书多维表格(Base)时调用:搜索 Base、建表、字段管理、记录读写、记录分享链接、视图配置、历史查询,以及角色/表单/仪表盘管理/工作流;也适用于把旧的 +table / +field / +record 写法改成当前命令写法。涉及字段设计、公式字段、查找引用、跨表计算、行级派生指标、数据分析需求时也必须使用本 skill。
shared · 1 installed copy飞书日历(calendar):提供日历与日程(会议)的全面管理能力。核心场景包括:查看/搜索日程、创建/更新日程、管理参会人、查询忙闲状态及推荐空闲时段、查询/搜索与预定会议室。注意:涉及【预约日程/会议】或【查询/预定会议室】时,必须先读取 references/lark-calendar-schedule-meeting.md 工作流!高频操作请优先使用 Shortcuts:+agenda(快速概览今日/近期行程)、+create(创建日程并按需邀请参会人及预定会议室)、+update(更新既有日程字段,或独立增删参会人/会议室)、+freeb...
shared · 1 installed copy飞书 / Lark 通讯录,用于按姓名 / 邮箱把员工解析成 open_id,以及按 open_id 反查员工的姓名 / 部门 / 邮箱 / 联系方式。当用户说出某人姓名而下一步需要发消息 / 加群 / 排日程时,先用本 skill 把姓名换成 ID;当输出里出现 open_id 需要展示成姓名给用户看,或用户直接询问某人的部门 / 邮箱 / 联系方式时,用本 skill 查。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。
shared · 1 installed copy飞书云文档 / Docx / 知识库 Wiki 文档(v2):创建、打开、读取、获取、查看、总结、整理、改写、翻译、审阅和编辑飞书文档内容。当用户给出飞书文档 URL/token,或说查看/读取/打开某个文档、提取文档内容、总结文档、生成/创建文档、追加/替换/删除/移动内容、调整排版、插入或下载文档图片/附件/素材/画板缩略图时使用。文档内容中出现嵌入电子表格、多维表格、需要将重要信息可视化为画板(含 SVG 画板)、引用或同步块时,也先用本 skill 读取和提取 token,再切到对应 skill 下钻。使用本 skill 时,docs...
shared · 1 installed copy飞书云空间(云盘/云存储):管理云空间(云盘/云存储)中的文件和文件夹。上传和下载文件、创建文件夹、复制/移动/删除文件、查看文件元数据、管理文档评论、管理文档权限、订阅用户评论变更事件、修改文件标题(docx、sheet、bitable、file、folder、wiki);也负责把本地 Word/Markdown/Excel/CSV/PPTX 以及 Base...
shared · 1 installed copyLark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM messages/reactions/chat changes, VC meeting ended, Minutes generated, etc.).
shared · 1 installed copy飞书即时通讯:收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件(支持大文件分片下载)、管理表情回复、发送应用内/短信/电话加急。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据时使用。
shared · 1 installed copy飞书邮箱 — draft, compose, send, reply, forward, read, and search emails; manage drafts, folders, labels, contacts, attachments, and mail rules.
shared · 1 installed copy飞书 Markdown:查看、创建、上传、编辑和比较 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取、修改、局部 patch 或比较差异时使用。
shared · 1 installed copy飞书妙记:妙记相关基本功能。1.查询妙记列表(按关键词/所有者/参与者/时间范围);2.获取妙记基础信息(标题、封面、时长 等);3.下载妙记音视频文件;4.获取妙记相关 AI 产物(总结、待办、章节);5.上传音视频生成妙记,也支持将本地音视频文件转成纪要、逐字稿、文字稿、撰写文字等产物;6.更新妙记标题(重命名妙记);7.替换妙记逐字稿中的说话人。遇到这类请求时,应优先使用本 skill。飞书妙记 URL 格式: http(s)://<host>/minutes/<minute-token>
shared · 1 installed copy飞书 OKR:管理目标与关键结果。查看和编辑 OKR 周期、目标(Objective)、关键结果(Key Result)、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。
shared · 1 installed copy飞书/Lark 原生 OpenAPI 探索:从官方文档库中挖掘未经 CLI 封装的原生 OpenAPI 接口。当用户的需求无法被现有 lark-* skill 或 lark-cli 已注册命令满足,需要查找并调用原生飞书 OpenAPI 时使用。
shared · 1 installed copyUse when first setting up lark-cli, running auth login, switching user/bot identity (--as), handling permission denied or scope errors, needing to update lark-cli, or seeing _notice in JSON output.
shared · 1 installed copy飞书电子表格:创建和操作电子表格。支持创建表格、创建/复制/删除/更新工作表、读写单元格、追加行数据、查找内容、导出文件。当用户需要创建电子表格、管理工作表、批量读写数据、在已知表格中查找内容、导出或下载表格时使用。若用户是想按名称或关键词搜索云空间(云盘/云存储)里的表格文件,请改用 lark-drive 的 drive +search 先定位资源。当用户给出 doubao.com 的 /sheets/ URL/token 时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是 URL 路径模式和...
shared · 1 installed copy创建 lark-cli 的自定义 Skill。当用户需要把飞书 API 操作封装成可复用的 Skill(包装原子 API 或编排多步流程)时使用。
shared · 1 installed copy飞书幻灯片:创建和编辑幻灯片,接口通过 XML 协议通信。创建演示文稿、读取幻灯片内容、管理幻灯片页面(创建、删除、读取、局部替换)。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。当用户给出 doubao.com 的 /slides/ URL/token 时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是 URL 路径模式和 token,而不是域名。
shared · 1 installed copy飞书任务:管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。
shared · 1 installed copy飞书视频会议:搜索历史会议、查询会议纪要产物(总结、待办、章节、逐字稿)、查询会议参会人快照。1.
shared · 1 installed copy飞书视频会议:让机器人代当前用户加入/离开正在进行的会议,并读取会议期间的实时事件(参会人加入与离开、发言、聊天、屏幕共享等)。1.
shared · 1 installed copy飞书画板:查询和编辑飞书云文档中的画板。支持导出画板为预览图片、导出原始节点结构、使用 DSL(转成 OpenAPI 格式)、PlantUML/Mermaid 格式更新画板内容。
shared · 1 installed copy飞书知识库:管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。当用户给出 doubao.com 的 /wiki/ URL/token 时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是 URL 路径模式和 token,而不是域名。
shared · 1 installed copy会议纪要整理工作流:汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。
shared · 1 installed copy日程待办摘要:编排 calendar +agenda 和 task +get-my-tasks,生成指定日期的日程与未完成任务摘要。适用于了解今天/明天/本周的安排。
shared · 1 installed copyBuild AI agents on Cloudflare Workers using the Agents SDK.
codex, personal · 2 installed copiesConnect the Vercel AI SDK to iMessage.
shared · 1 installed copyPlan and run a custom video-editing pipeline from a plain-language brief — clip, cut, trim, montage, reframe, or caption any footage.
personal · 1 installed copyComprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi).
codex, personal · 2 installed copiesSend and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing).
codex, personal · 2 installed copiesCreate and review Cloudflare Durable Objects.
codex, personal · 2 installed copiesSend and receive iMessages programmatically.
shared · 1 installed copyInitialize a new macrocosm project for Photon's Mac Mini farm.
shared · 1 installed copyReference handbook for Photon's Mac Mini farm (macrocosm).
shared · 1 installed copyUse when working with the Photon CLI — the `photon` binary (alias `pho`).
shared · 1 installed copyBuild sandboxed applications for secure code execution.
codex, personal · 2 installed copiesBuild messaging agents and apps with Spectrum — Photon's unified messaging SDK.
shared · 1 installed copyReviews and authors Cloudflare Workers code against production best practices.
codex, personal · 2 installed copiesCloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store.
codex, personal · 2 installed copiesGuides users through creating effective Agent Skills for Cursor.
personal · 1 installed copyCreate custom subagents for specialized AI tasks.
personal · 1 installed copyHelps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities.
personal, shared · 2 installed copiesInstall a freshly authored skill into ~/skills/ (the source-of-truth repo), symlink it into the active agent directories (~/.claude/skills/, ~/.cursor/skills/), and commit + push to the caezium/skills GitHub repo.
personal · 1 installed copyConvert 'Applied intelligently' Cursor rules (.cursor/rules/*.mdc) and slash commands (.cursor/commands/*.md) to Agent Skills format (.cursor/skills/).
personal · 1 installed copyCreate and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default.
codex · 1 installed copyCreate new skills, modify and improve existing skills, and measure skill performance.
codex, personal · 2 installed copiesInstall Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path.
codex · 1 installed copyPush live status updates to the Vista dashboard so the user can see what you're doing visually instead of reading prose. Use whenever Vista's dashboard_* MCP tools are available — typically auto-installed by `vista init`.
personal · 1 installed copyReference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
personal · 1 installed copyPre-submission compliance scanner workflow for Apple App Store apps.
personal · 1 installed copyDiagnose and fix the user's Mac with Burrow's local MCP tools (burrow_doctor, burrow_snapshot, burrow_top_processes, burrow_process_usage, burrow_ports, burrow_analyze, burrow_disk_forecast, burrow_dupes, burrow_anomalies, burrow_agent_audit, burrow_clean, …).
personal · 1 installed copyRestate the last message in plain human language, with no jargon.
personal · 1 installed copyShape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible.
personal · 1 installed copy