blog-write
01Skill Claude CodeCodex
Delegate writing, editing, and management tasks to the external blog AI Agent, and naturally paraphrase the progress and completed results to the user.
Skill Claude CodeCodex
Delegate writing, editing, and management tasks to the external blog AI Agent, and naturally paraphrase the progress and completed results to the user.
Skill Claude CodeCodex
Inspect the current git diff and write a PR title + body suitable for posting to GitHub.
Skill Claude CodeCodex
Work with isolated, persistent GAPT project / workspace / sandbox spaces — create projects, run commands in sandboxes, and deploy. Use whenever the task needs an independent project space.
Skill Claude CodeCodex
Run a web search for the operator's query, fetch the top 3 results, and return a synthesised answer with inline citations.
Skill Claude CodeCodex
Compact the current session's recent turns into a 3-paragraph summary covering what was discussed, decisions made, and open follow-ups.
Skill Claude CodeCodex
When an insight, decision, or checklist with lasting value comes up during a conversation, suggest saving it to the library, and on the user's consent register it in Curated Knowledge via knowledgepromote.
Skill Claude CodeCodex
When the user shares a note or capture via a [USERSHARED] trigger or [Spotlight Context], naturally bring it up in conversation (getting an image description via whiteboarddescribe first if needed) and voice your opinion.
Skill Claude CodeCodex
When you receive a screen caption that drifted in while the user had screen sharing on (the V3 SCRN toggle), react as if you glanced over and saw it. Ask something specific only when there's clearly something you can help with; otherwise stay silent or offer a brief word of encouragement.
Skill Claude CodeCodex
When the user asks you to find something in their own notes or in a shared library, search by following the correct ladder from opsidiansearch to knowledgesearch and summarize the results naturally.
Skill Claude CodeCodex
When the user shares a voice recording on the whiteboard, naturally recognize the auto-generated transcript and bring it up in conversation. If the transcript is missing/empty or the user explicitly asks for re-transcription, recover it with the whiteboardtranscribe tool.
Skill Claude CodeCodex
Sample skill — external delegation template. Copy this to /.geny/skills/ and adapt for your own external API delegation tools.
Skill Claude CodeCodex
Apply the same prompt or operation to a list of items in turn, collecting results. Useful for "do X to each of these files / PRs / records" tasks.
Skill Claude CodeCodex
Capture the host's environment, working directory, recent git activity, and pipeline-relevant state so you can diagnose "what's actually happening on the machine".
Skill Claude CodeCodex
How to inspect and edit your OWN operating environment at runtime — system prompt, active tools, and skills — using the env tool. Use when you need to change your own capabilities (turn a tool on/off, rewrite your instructions, author a new skill) or save them for this session.
Skill Claude CodeCodex
Run the same task on a recurring cron schedule. Parses interval syntax (5m, 2h, 1d, "/15 "), records the schedule, and acknowledges back to the user.
Skill Claude CodeCodex
Generate placeholder text — paragraphs, lists, code snippets, or markdown stubs.
Skill Claude CodeCodex
Review code in the current working tree across three independent dimensions (reuse, quality, efficiency) and synthesise a small punch-list of high-value cleanups.
Skill Claude CodeCodex
Interview the user about a workflow they keep repeating, then generate a reusable SKILL.md and write it to disk so the next session starts with the skill already loaded.
Skill Claude CodeCodex
Pause, surface the current plan + open questions, and suggest the next concrete step so the agent (or operator) can recover from a deadlock or analysis paralysis.
Skill Claude CodeCodex
How to build a NEW tool of your own by writing its code in your sandbox, testing it, and forging it into a live, callable tool with env(action="forgetool"). Use when no existing tool does what you need and you can implement it as a small script. Multiple tools + skills can be saved together as one reusable Sandbox…
Skill Claude CodeCodex
Check the host's runtime versions, required files, and recommended configs against what the project expects.