Instructions file CodexOpenCode
Instructions for vaayne/agent-kit, covering agent instructions, layout, commands and code style.
Instructions file CodexOpenCode
Instructions for vaayne/agent-kit, covering agent instructions, layout, commands and code style.
Skill Claude CodeCodex
Delegate codebase search to a subagent. Use when locating code by behavior or concept rather than exact matches, when a question needs multiple chained searches, when correlating several areas of the codebase, or when filtering broad terms ("config", "logger", "cache") by context — questions like "Where do we validate…
Skill Claude CodeCodex
Delegate understanding of repositories outside the local workspace to a subagent. Use for explaining architecture or subsystem design of an external codebase, finding where a feature is implemented in a dependency, comparing patterns across repositories, reading commit history, files, or issues of a remote GitHub…
Skill Claude CodeCodex
Consult a read-only expert advisor for one specific unresolved, high-impact judgment call — choosing between plausible designs with an unresolved tradeoff, checking a suspected invariant violation or failure sequence you could not settle, or a difficult cross-file bug that survived direct investigation. Do your own…
Skill Claude CodeCodex
Write a decision-first implementation plan as plan.md — design decisions with alternatives and tradeoffs, phased tasks with acceptance blocks, inline review threads, and per-phase handoff notes. Use when the user wants an implementation plan, says "write a plan", "plan this out", "写个计划", wants a plan reviewed or…
Skill Claude CodeCodex
Send emails via the Cloudflare Email Sending REST API. Trigger this skill when the user wants to send an email using Cloudflare's email service. Use curl directly with credentials from environment variables.
Skill Claude CodeCodex
Multi-perspective code review using adversarial subagent debate. After gathering context, offers the user an optional scout pass to map the PR's territory, then gives a simple but detailed What/Why/How/Refs brief: what changed, why it exists, how it works, and which files, commits, or PR references support the…
Skill Claude CodeCodex
Maintain the nmem knowledge base — a lint pass that hunts contradictions, duplicates, dead references, and expired entries, plus a synthesis pass that reports what changed and what is drifting. Use when the user says "lint my memory", "curate", "整理知识库", "nmem 维护", suspects memories have gone stale, or on a scheduled…
Skill Claude CodeCodex
Stress-test an idea, design, or approach through sharp, structured interrogation. Maps the design as a decision tree and works its frontier in rounds, every question carrying a recommended answer. Probes assumptions, edge cases, hidden dependencies, and fuzzy language until the design is either solid or abandoned. Use…
Skill Claude CodeCodex
Use the gws CLI to interact with Google Workspace services — Gmail, Drive, Sheets, Calendar, Docs, Tasks, Chat, and more. Trigger this skill whenever the user wants to read/send email, manage Drive files, update spreadsheets, check calendars, create tasks, send Chat messages, or run any Google Workspace operation.…
Skill Claude CodeCodex
Transfer context to a new focused session. Use when starting a new phase of work, handing off to a new session, or when context needs to be summarized for continuation. Triggers on "handoff", "transfer context", "start new session with context", or when the user wants to continue work in a fresh session.
Skill Claude CodeCodex
Remove AI writing patterns from prose and make drafts sound like a specific human wrote them. Use when drafting, editing, rewriting, reviewing, or cleaning copy, essays, docs, posts, emails, UI copy, bios, reports, or any text that feels generic, polished-but-dead, promotional, formulaic, or AI-generated. Combines…
Skill Claude CodeCodex
Lark/Feishu workspace operations through the lark-cli tool — calendar and meeting rooms, docs, sheets, Base (多维表格), wiki, drive, mail, IM messages, tasks, OKR, approvals, minutes, video conferences, whiteboards, slides, contacts, attendance, and real-time events. Use whenever the user mentions 飞书 / Lark / 我的日程 / 约会议 /…
Skill Claude CodeCodex
Execute an existing plan.md phase by phase — catch up from the prior handoff, implement, verify the Acceptance block, review if warranted, commit, write the next handoff. Use when the user says "implement the plan", "execute the plan", "continue the plan", "next phase", "按计划实现", picks up a stalled plan in a fresh…
Skill Claude CodeCodex
Manage files on an OpenList (AList-compatible) cloud storage server. Use when the user wants to list, search, copy, move, rename, delete, upload, or download files on cloud storage managed by OpenList/AList. Triggers on phrases like "openlist", "alist", "manage cloud storage", "network drive", or file operations…
Skill Claude CodeCodex
Create robust Python automation with full logging and safety checks. Use when tasks need complex data processing, authenticated API work, conditional file operations, or error handling beyond simple shell commands.
Skill Claude CodeCodex
Improve existing code at any scale — from cleaning up a single function to restructuring an entire module hierarchy to proving what can safely be deleted. Use this skill whenever the user wants to simplify code, refactor for readability, find architectural improvements, consolidate tightly-coupled modules, deepen…
Skill Claude CodeCodex
Scout the territory before building — a map-vs-territory diagnostic plus eight lightweight techniques (blindspot pass, brainstorm prototypes, interview, references, decision-first plans, deviation notes, explainers, quizzes) for finding your unknowns before they get expensive, applied inline with no workflow ceremony.…
Skill Claude CodeCodex
Plan-first development workflow — the orchestrator over the lifecycle skills: grill the idea, write one plan.md, implement it phase by phase. Use when the user wants the full disciplined loop for a feature or change: "spec-dev", "plan this out and build it", "let's think this through then implement", or disciplined…
Skill Claude CodeCodex
Socratic teaching loop for any Claude Code session — quiz yourself on what actually happened, confirm mastery item by item, and don't finish until everything's locked in.
Instructions file
Claude Code instructions for vaayne/omni-fs-mcp, covering development guide, commands, install dependencies, run tests (note: no tests currently exist) and run server locally.
MCP server Claude CodeCodexCursor
Omni-FS-MCP is an MCP server that supports managing multiple types of file systems, such as local FS, S3, R2, B2, WebDAV, and others, in one MCP server. It is built on top of OpenDAL. Runs locally from the omni-fs-mcp Python package.