advisor
01Agent 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.
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.
Agent Claude Code
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.
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.
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.
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.
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.
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.
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.
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.
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…
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.
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.
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.
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".
MCP server Claude CodeCodexCursor +2
MCP server "openspec", hosted remotely at peri-mcpp-gateway.claude-code-best.workers.dev, as configured in 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.
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!
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.
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.
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.
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".
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.
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.
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.