keli-wen/agentic-harness-patterns-skill
Skill Claude CodeCodex
A Chinese-language guide to designing the supporting systems around AI coding agents, including memory, permissions, context, delegation, reusable skills, hooks, and startup behavior.
keli-wen/agentic-harness-patterns-skill
Skill Claude CodeCodex
A Chinese-language guide to designing the supporting systems around AI coding agents, including memory, permissions, context, delegation, reusable skills, hooks, and startup behavior.
keli-wen/agentic-harness-patterns-skill
Skill Claude CodeCodex
Harness patterns for coding agents — memory, permissions, context engineering, delegation, skills, hooks, bootstrap.
Plugin Claude Code
agy-staff: delegate work to Google's Antigravity CLI (agy) from Claude Code and Codex.
Plugin Claude Code
Delegate work to Google's Antigravity CLI (agy) with fast Gemini access - five personas: staffer (general), researcher, reviewer (code and plans), implementer, ask.
Skill Claude CodeCodex
Ask Google's Antigravity CLI (agy staffer, fast Gemini) a cheap one-shot question - the fast zero-tool mode and the post-install smoke test. Use when the user says /agy:ask, "ask agy", "quick second opinion from agy", or right after installing to verify the plugin works.
Skill Claude CodeCodex
Delegate a coding task to Google's Antigravity CLI (agy staffer, fast Gemini), which edits the working tree directly and can perform explicitly requested Git delivery. Use when the user says /agy:implementer, "have agy fix/build X", or wants to hand a well-scoped coding task to the agy staffer instead of doing it in…
Skill Claude CodeCodex
Manage agy staffer background jobs - collect results, check status, cancel, follow-up conversation, and setup. Use when an agy job needs collecting, when the user asks "is the agy job done", "show agy's result", "cancel the agy job", "continue the agy conversation", or "set up agy". This is the orchestrator's skill…
Skill Claude CodeCodex
Delegate a deep research or survey task to Google's Antigravity CLI (agy staffer, fast Gemini). Use when the user says /agy:researcher, "ask agy to research", "have the agy staffer survey X", or wants a second, independent deep-dive on a topic or codebase without spending the host model's quota.
Skill Claude CodeCodex
Get a second-opinion review from Google's Antigravity CLI (agy staffer, fast Gemini) - of code (a diff, PR, working tree) or of a decision, plan, or design. Use when the user says /agy:reviewer, "have agy review this", "second opinion on my diff/PR/plan", or after finishing work and wanting an independent verifier…
Skill Claude CodeCodex
Delegate a general-purpose task to Google's Antigravity CLI (agy staffer, fast Gemini) with a minimal, unopinionated prompt. Use when the user says /agy:staffer, "have agy do/handle X", "have agy generate an image", or the task fits none of the specialist personas (researcher / reviewer / implementer / ask) — the…
Plugin Claude Code
Dev skills I use day to day in agentic engineering, focused on multi-agent-driven work modes and long-horizon autonomous tasks.
Plugin Claude Code
Dev skills I use day to day in agentic engineering, focused on multi-agent-driven work modes and long-horizon autonomous tasks. Includes long-horizon, fan-out, handoff, ctx-research, ctx-grill, to-ctx, just-ask, and the lowband and readout modes.
Skill Claude CodeCodex
An interactive question-and-answer process for testing a plan, decision, or idea before work begins.
Skill Claude CodeCodex
A research skill that uses a project’s saved context documents to investigate unanswered questions and record the findings.
Skill Claude CodeCodex
A task-splitting skill that sends independent parts of a coding task to multiple helper agents, after checking whether doing so is worthwhile.
Skill Claude CodeCodex
A handover-writing tool for passing an unfinished coding task from one agent or session to another. It creates a concise record of what the next agent needs to continue, while removing secrets.
Skill Claude CodeCodex
A one-turn mode for answering a user's question without changing files or taking implementation action.
Skill Claude CodeCodex
A long-running workflow for carrying out a finalized goal over several hours. It uses two review points: agreeing on the specification before running and reviewing the result afterward.
Skill Claude CodeCodex
A low-bandwidth response mode for times when the user has limited attention or mental energy. It shortens the presentation and filters decisions while keeping the work itself active.
Skill Claude CodeCodex
A writing guide for producing clear replies and work reports in Chinese. It recommends putting one action in each sentence and attaching uncertainty to the specific conclusion it affects.
Skill Claude CodeCodex
A skill that saves the current conversation’s conclusions as a context document in the project’s existing context system.