cf-tunnel
25Skill Claude CodeCodex
A command-line tool for managing Cloudflare Tunnel connections, which expose a local service through Cloudflare. It combines sharing and panel functions, avoids port conflicts, and checks connection status.
Skill Claude CodeCodex
A command-line tool for managing Cloudflare Tunnel connections, which expose a local service through Cloudflare. It combines sharing and panel functions, avoids port conflicts, and checks connection status.
Skill Claude CodeCodex
A framework for explaining and breaking down concepts across eight dimensions, then reducing the result to a concise insight. Org-mode is a plain-text format used for structured notes and documents.
Skill Claude CodeCodex
Strategies for efficient context management using contextlog, contexttag, and contextcheckout. Learn when to tag, how to visualize the graph, and safe ways to squash history. Use for complex refactoring, debugging, and long conversations.
Skill Claude CodeCodex
Fetch up-to-date library documentation via Context7 CLI. Use when researching external dependencies, finding implementation examples, or checking API usage for any library.
Skill Claude CodeCodex
Create or update Pi prompt templates and Agent skills from a short user brief. Produces minimal, well-structured SKILL.md or prompt files that follow Agent Skills best practices.
Skill Claude CodeCodex
A Chinese-language reference guide to 22 classic software design patterns. Design patterns are reusable approaches to common problems involving how code creates, combines, or communicates between objects.
Skill Claude CodeCodex
Guide LLMs to output markdown that fully utilizes Markdown Viewer extension rendering capabilities including Mermaid, Vega-Lite, Infographic, DOT diagrams, and HTML styling for maximum human readability.
Skill Claude CodeCodex
Search past conversations for context, decisions, and patterns. Use when the user references previous work or when you encounter familiar problems.
Skill Claude CodeCodex
Self-improving skill system for Pi Agent development. Features self-evolution (accumulate knowledge), self-correction (fix errors automatically), self-validation (verify accuracy), usage feedback (track pattern health), and integration with workhub for documentation management.
Skill Claude CodeCodex
A research skill for studying Chinese Gaokao mathematics exam problems. The Gaokao is China's national university entrance examination, and this skill examines problem structure, question progression, marking logic, and changes over the years.
Skill Claude CodeCodex
A skill for creating, running, monitoring, and stopping Grok-Pi sub-agents through Herdr and shell scripts. A sub-agent is a separate agent process that can work on a task while its progress is monitored.
Skill Claude CodeCodex
Analyze coding agent session transcripts to improve existing skills or create new ones. Use when asked to improve a skill based on a session, or extract a new skill from session history.
Skill Claude CodeCodex
A web-reading and search skill that extracts URL content as Markdown, HTML, text, or JSON and searches for current information online. A URL is the web address of a page.
Skill Claude CodeCodex
A macOS automation skill for running AppleScript or JavaScript for Automation through `osascript`. It can work with apps such as Finder, Safari, Mail, Calendar, Keynote, Numbers, and Pages, as well as parts of the system interface.
Skill Claude CodeCodex
Distill role-persona memory into reusable knowledge. Use this skill whenever the user asks to 整理记忆、蒸馏经验、提炼方法论、抽取知识库、沉淀共享经验、清理 pending、强化 consolidated,或希望把 daily/pending/consolidated memory 转成 role/global/project knowledge. It classifies memory, filters noise, deduplicates against existing knowledge, and drafts or…
Skill Claude CodeCodex
A diagram skill that turns a process description into Mermaid flowchart code and uses Kroki to render it as a high-resolution PNG image. Mermaid is a text-based way to describe diagrams.
Skill Claude CodeCodex
Model configuration editor for /.pi/agent/models.json - 使用 Bun 脚本管理模型配置.
Skill Claude CodeCodex
A tool for reading, creating, writing, and managing files in an output-style directory. An output style is a set of rules that controls how generated responses are written or formatted.
Skill Claude CodeCodex
A log-analysis tool for structured JSONL files in a Pi agent’s .log/ directory. JSONL is a format where each line contains one JSON record.
Skill Claude CodeCodex
A code-search tool that understands program structure and combines keyword and meaning-based search. It can read code by its syntax and avoid repeating files already seen in a session.
Skill Claude CodeCodex
Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex…
Skill Claude CodeCodex
A template generator for a task-management system. It creates a complete task structure from user input or a JSON configuration, but does not execute the tasks itself.
Skill Claude CodeCodex
Comprehensive React and Next.js performance optimization guide with 40+ rules for eliminating waterfalls, optimizing bundles, and improving rendering. Use when optimizing React apps, reviewing performance, or refactoring components.
Skill Claude CodeCodex
A Chinese reference guide covering 66 techniques for restructuring existing code. Refactoring means changing code’s internal structure without changing what it does.