Skill Claude CodeCodex
A standard process for creating guided walkthroughs inside an existing Console product. The walkthrough is described in YAML, a human-readable configuration format, then tagged, registered, and tested.
Skill Claude CodeCodex
A standard process for creating guided walkthroughs inside an existing Console product. The walkthrough is described in YAML, a human-readable configuration format, then tagged, registered, and tested.
Skill Claude CodeCodex
A guided-interaction pattern for deciding when a user needs step-by-step help with a task. It uses predefined guides and tracks states such as offered, active, skipped, and completed.
Skill Claude CodeCodex
A break reminder for people who can become absorbed in work for long periods. It uses three cat voices, an audio message, a check-in card, and text fallback to suggest a pause.
Skill Claude CodeCodex
An image-generation workflow for creating bitmap pictures with AI, including concept art, UI references, diagrams, slide pages, and visual mockups. It can produce complete visual pages when editable text is not required.
Skill Claude CodeCodex
An emergency-response guide for irreversible mistakes that hurt a person or cause lasting loss. It puts emotional care first, then damage control and lessons for preventing similar incidents.
Skill Claude CodeCodex
A method for assessing an unfamiliar project's documentation and turning missing business knowledge into a clear documentation structure. It is intended for AI engineers working in external projects.
Skill Claude CodeCodex
A routing guide for finding information in a structured agent-memory system. It explains when to search evidence, follow a known reference, or list recent activity, with limits to reduce irrelevant results.
Skill Claude CodeCodex
A guide for searching a memory system thoroughly by combining multiple queries, sources, and follow-up reads. It covers questions about definitions, relationships, decisions, sources, changes, and complete mentions.
Skill Claude CodeCodex
A merge checklist that decides how much review and testing a change needs before it is added to the main code branch. It routes changes by risks such as behavior, data, security, contracts, and irreversible effects.
Skill Claude CodeCodex
A source-code audit process for examining popular open-source projects, agent tools, and software frameworks. It checks whether their public claims match how the code actually works.
Skill Claude CodeCodex
A helper for sorting uncategorized discussion threads by analyzing their titles and metadata against the available labels. It suggests labels but waits for the user to confirm them.
Skill Claude CodeCodex
A guide for designing AI plugins that span installation, user authorization, background processes, incoming data, and host-controlled routing. It focuses on defining what the user sees, what each system owns, and how work resumes after interruptions.
Skill Claude CodeCodex
A guide for using Pencil MCP to create or edit encrypted .pen design files and export designs as React code. Pencil is a design extension used inside Antigravity IDE.
Skill Claude CodeCodex
A workflow for making presentations from source material: analyse the content, plan the slides, write a rough Markdown blueprint, and generate a raster PNG image for each slide. Raster PNGs are ordinary pixel-based image files.
Skill Claude CodeCodex
A decision guide for judging whether a person mentioned in a conversation should receive a proactive memory proposal. It checks identity, useful continuity, evidence, timing, and whether a proposal would duplicate existing memory.
Skill Claude CodeCodex
A development self-check process that compares finished work with the original request, its written requirements, and verification results.
Skill Claude CodeCodex
A safety check for claims received in handoffs between agents. A handoff is a transfer of work, and this check verifies claims about ownership, approval, waiting, or existing changes before risky actions.
Skill Claude CodeCodex
A process for responding to reviewer feedback on code or product work, including deciding whether comments require fixes or a change in direction.
Skill Claude CodeCodex
Route a change to a non-author local peer when local review is the selected independent validation source. Use when: risk routing chooses a stateful local reviewer for implementation, governance, or semantic context. Not for: cloud as the selected source, vision-guardian acceptance, self-check, or review feedback…
Skill Claude CodeCodex
A guide for sending rich messages such as audio, images, cards, checklists, code changes, interactive choices, and HTML panels. These formats add visual or interactive content to a normal text reply.
Skill Claude CodeCodex
A scheduling guide for registering and managing tasks that run later or repeat on a schedule. It supports reminders, website summaries, and activity tracking for GitHub repositories.
Skill Claude CodeCodex
A process for keeping work within its agreed scope, improving repeated team processes, and turning useful lessons into reusable methods or skills. It records scope warnings, improvement proposals, and distilled knowledge.
Skill Claude CodeCodex
A review process for checking important claims against reliable outside sources. It focuses on numbers, comparisons, cause-and-effect statements, trends, research findings, and other claims that may influence future decisions.
Skill Claude CodeCodex
A production workflow for turning a 2D character image into a short, consistent looping animation and a sprite atlas row. A sprite atlas is one image containing animation frames for a program to display.