KonghaYao

26 mods across 2 repositories, 159 stars between them.

advisor

01

KonghaYao/peri

Agent Claude Code

A read-only technical adviser that gives a second opinion on difficult engineering decisions. It reviews evidence supplied by the caller and compares possible approaches, risks, and compatibility concerns.

157 3d ago A 85 tokens original Apache-2.0

code-reviewer

02

KonghaYao/peri

Agent Claude Code

Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.

157 3d ago A 30 tokens original Apache-2.0

KonghaYao/peri

Skill Claude CodeCodex

Use when the user asks for an advisor, Opus second opinion, optimal approach, design critique, or when a task has unresolved high-risk trade-offs, repeated failed investigations, cross-boundary contracts, security implications, or uncertainty that repository evidence cannot yet resolve.

157 3d ago A 57 tokens original Apache-2.0

auto-converge

04

KonghaYao/peri

Skill Claude CodeCodex

A method for making written rules reliably followed by an AI agent. It compares the rules with outside references and repeatedly tests sample outputs to find and fix violations.

157 3d ago A 108 tokens original Apache-2.0

auto-devflow

05

KonghaYao/peri

Skill Claude CodeCodex

Use when starting an issue, bugfix, feature, or refactor that benefits from an adaptive development workflow. Select lite, normal, pro, max, or ultra from task complexity and risk, then use only the coordination, review, and verification phases that the task actually needs.

157 3d ago A 60 tokens original Apache-2.0

auto-issue-fixer

06

KonghaYao/peri

Skill Claude CodeCodex

An issue-management workflow for technical problems, from recording the initial report through fixing, checking, and archiving it. An issue is a tracked description of a bug, change, or other piece of engineering work.

157 3d ago A 106 tokens original Apache-2.0

blog-writer

07

KonghaYao/peri

Skill Claude CodeCodex

A writing guide for Peri project blog posts about software, architecture, technical investigations, and performance work. It explains how to make engineering topics understandable without losing accuracy.

157 3d ago A 90 tokens original Apache-2.0

codebase-index

08

KonghaYao/peri

Skill Claude CodeCodex

A searchable map of a codebase that links a desired behavior to the files, functions, and short logic notes involved. It stores one quick-reference file per Rust crate, plus a file for links across crates.

157 3d ago A 155 tokens original Apache-2.0

heavy-verify-loop

09

KonghaYao/peri

Skill Claude CodeCodex

Runs a user-level verification and repair loop against the real Peri TUI using ./dev.sh, tmux, logs, E2E helpers, and Advisor/Coder/Reviewer subagents. Use when a feature must be exercised as a real user and repeatedly repaired until fresh end-to-end evidence shows no blocking problems.

157 3d ago A 69 tokens original Apache-2.0

langfuse

10

KonghaYao/peri

Skill Claude CodeCodex

Interact with Langfuse and access its documentation. Use when needing to (1) query or modify Langfuse data programmatically via the CLI — traces, prompts, datasets, scores, sessions, and any other API resource, (2) look up Langfuse documentation, concepts, integration guides, or SDK usage, or (3) understand how any…

157 3d ago A 100 tokens original Apache-2.0

learn-from-history

11

KonghaYao/peri

Skill Claude CodeCodex

A process for examining recent agent conversations in a project and turning them into a fixed snapshot for analysis. It looks for repeated failures, successful patterns, stable rules, and possible improvements to skills.

157 3d ago A 55 tokens original Apache-2.0

llm-log-analyzer

12

KonghaYao/peri

Skill Claude CodeCodex

A reader for logs produced by an LLM gateway, a service that forwards requests between an application and a language-model provider. It reads request files and streamed or regular responses, including model, messages, tools, session IDs, and token-usage data.

157 3d ago A 117 tokens original Apache-2.0

project-maturity

13

KonghaYao/peri

Skill Claude CodeCodex

A project health scan that assesses software across eight areas, such as size, tests, linting, dependencies, and language-specific measures. It detects the project’s main programming language and uses the matching checks, with a general fallback for other projects.

157 3d ago A 105 tokens original Apache-2.0

ssh-cli

14

KonghaYao/peri

Skill Claude CodeCodex

Execute commands and manage files on remote machines over SSH via a zero-dependency Node CLI (ssh-cli.js). Use when the user needs to run commands, read/write/edit files, or diagnose connectivity on a remote host, or asks for anything "on the server / remote machine / dev box".

157 3d ago A 62 tokens original Apache-2.0

openspec

15

KonghaYao/peri

MCP server Claude CodeCodexCursor +2

MCP server "openspec", hosted remotely at peri-mcpp-gateway.claude-code-best.workers.dev, as configured in KonghaYao/peri.

157 3d ago A tokens not measured original Apache-2.0

ip-as-logo

16

KonghaYao/peri

MCP server Claude CodeCodexCursor +2

MCP server "ip-as-logo", hosted remotely at peri-mcpp-gateway.claude-code-best.workers.dev, as configured in KonghaYao/peri.

157 3d ago A tokens not measured original Apache-2.0

peri AGENTS.md

17

KonghaYao/peri

Instructions file CodexOpenCode

Instructions for KonghaYao/peri, a project described as: 14MB ACP-Rust Agent, Claude Code Plugin compatible, Dynamic Workflow, Goal, Artifacts, Free Web Search, full feature and better support!

157 3d ago A 4 tokens copy · 100% Apache-2.0

peri CLAUDE.md

18

KonghaYao/peri

Instructions file

A development guide for Perihelion, a terminal-based AI programming assistant written across several Rust modules. It explains which documentation and module instructions to read before changing different parts of the system.

157 3d ago A 1,179 tokens original Apache-2.0

minimal-helper

19

KonghaYao/peri

Agent Claude Code

A small read-only helper agent defined by a project. It analyzes only the context supplied by the caller and returns a concise conclusion in Simplified Chinese.

157 3d ago A 28 tokens original Apache-2.0

cron

20

KonghaYao/peri

Skill Claude CodeCodex

Scheduled tasks (cron). Use when the user asks for recurring, periodic, or scheduled tasks — reminders, periodic reports, or anything that should run at a fixed interval ("every day at 9am", "每 5 分钟", "every Monday"). Also use when managing existing scheduled tasks via cronlist / cronremove.

157 3d ago A 68 tokens original Apache-2.0

goal

21

KonghaYao/peri

Skill Claude CodeCodex

Long-running goal tracking. Use when the user gives a complex task requiring multiple steps to complete. Triggers: "goal", "keep going until done", "don't stop until X".

157 3d ago A 39 tokens original Apache-2.0

KonghaYao/peri

Skill Claude CodeCodex

Use programmatic tool calling to discover extra tools, compose multiple tool calls in ESM code, and return a compact JSON-compatible result.

157 3d ago A 33 tokens original Apache-2.0

self-build

23

KonghaYao/peri

Skill Claude CodeCodex

Builds isolated npm capability packages that operate on real project code and connects them to Peri through MCP/MCPP and MetaHarness. Use when adding tools, resources, remote skills or agents, creating a Bun/Node.js stdio server, linking .mcp.json, or changing the active prompt and middleware set.

157 3d ago A 66 tokens original Apache-2.0

ultracode

24

KonghaYao/peri

Skill Claude CodeCodex

Multi-agent workflow orchestration. Use when the user says "ultracode", "workflow", "parallel agents", "pipeline", or asks to orchestrate multiple agents for complex tasks. Also use when the user wants to break work into phases or parallel streams.

157 3d ago A 58 tokens original Apache-2.0