vaayne

22 mods across 2 repositories, 54 stars between them.

agent-kit AGENTS.md

01

vaayne/agent-kit

Instructions file CodexOpenCode

Instructions for vaayne/agent-kit, covering agent instructions, layout, commands and code style.

53 5d ago A 250 tokens original MIT

agent-finder

02

vaayne/agent-kit

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…

53 5d ago A 106 tokens original MIT

agent-librarian

03

vaayne/agent-kit

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…

53 5d ago A 103 tokens original MIT

agent-oracle

04

vaayne/agent-kit

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…

53 5d ago A 93 tokens original MIT

blueprint

05

vaayne/agent-kit

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…

53 5d ago A 83 tokens original MIT

cf-email

06

vaayne/agent-kit

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.

53 5d ago A 41 tokens original MIT

code-review

07

vaayne/agent-kit

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…

53 5d ago A 201 tokens original MIT

curator

08

vaayne/agent-kit

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…

53 5d ago A 77 tokens original MIT

grill

09

vaayne/agent-kit

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…

53 5d ago A 112 tokens original MIT

gws

10

vaayne/agent-kit

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.…

53 5d ago A 121 tokens original MIT

handoff

11

vaayne/agent-kit

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.

53 5d ago A 68 tokens original MIT

humanizer

12

vaayne/agent-kit

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…

53 5d ago A 98 tokens original MIT

lark-cli

13

vaayne/agent-kit

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 / 我的日程 / 约会议 /…

53 5d ago A 200 tokens original MIT

mason

14

vaayne/agent-kit

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…

53 5d ago A 89 tokens original MIT

openlist

15

vaayne/agent-kit

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…

53 5d ago A 103 tokens original MIT

python-script

16

vaayne/agent-kit

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.

53 5d ago A 38 tokens original MIT

refine-code

17

vaayne/agent-kit

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…

53 5d ago A 180 tokens original MIT

scout

18

vaayne/agent-kit

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.…

53 5d ago A 122 tokens original MIT

spec-dev

19

vaayne/agent-kit

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…

53 5d ago A 97 tokens original MIT

teach

20

vaayne/agent-kit

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.

53 5d ago B 31 tokens original MIT

vaayne/omni-fs-mcp

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.

1 11mo ago A 414 tokens original MIT

omni-fs-mcp

22

vaayne/omni-fs-mcp

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.

1 11mo ago A tokens not measured original MIT