Skip to main content
romiluz13
GitHub 创作者资料

romiluz13

按仓库查看 7 个 GitHub 仓库中的 76 个已收集 skills。

已收集 skills
76
仓库
7
更新
2026年8月13日
仓库浏览

仓库与代表性 skills

cc10x-guide
其他计算机职业

Answers questions about cc10x itself — what it is, how to install and configure it, how the router, workflows, memory, and hooks operate, and how to troubleshoot. Use this skill when: the user asks ABOUT cc10x — "what is cc10x", "how do I configure cc10x",…

2026年8月3日
architecture
软件开发工程师

Greenfield architecture design: map functionality flows, draw components, design APIs, classify dependencies, plan observability. For multi-component, API, schema, auth, or integration-heavy work. For retrofitting existing code, use codebase-hygiene instead.

2026年7月19日
diff-driven-docs
软件开发工程师

Use when a BUILD phase completes, a commit is staged, or a PR is about to be created, and the diff has not yet been reflected in documentation. Also use when the user says "update docs", "sync docs", "document this", or asks whether documentation is up to…

2026年7月19日
cc10x-router
其他计算机职业

THE ONLY ENTRY POINT FOR CC10X. Activate this skill for build, debug, review, and plan requests. Use when the user asks to implement, fix, review, plan, test, refactor, or continue code work. Trigger keywords: build, implement, create, write, add, review,…

2026年7月19日
agent-common
软件开发工程师

Shared preamble loaded by all cc10x agents — memory protocol, contract format, output rules.

2026年7月19日
building
软件开发工程师

Implementation skill for writing production code with TDD. Covers the RED-GREEN-REFACTOR cycle, false-RED detection, vertical slicing, scope escalation, test process discipline, and code generation patterns. Loaded by component-builder and bug-investigator.

2026年7月19日
code-review
软件质量保证分析师与测试员

Two-mode skill: (1) adversarial review — spec compliance + code quality + security, confidence-scored findings with file:line evidence; (2) receiving review — verify-before- agreeing discipline for acting on external/human review feedback.

2026年7月19日
debugging
软件开发工程师

Debugging discipline: feedback loop FIRST, root cause before fix, blast radius after fix. Covers the 10-rung construction ladder, LSP-powered tracing, hypothesis quality criteria, and four-phase investigation. Loaded by bug-investigator.

2026年7月19日
已展示 8 / 21 个已收集 Skill。
call-debrief
市场调研分析师与营销专员

Post-call debrief. Captures notes, maps to qualification framework, flags gaps, drafts follow-up email. Use when: just got off a call, have call notes to process, need to capture discovery output, want to update qualification status, need a follow-up email,…

2026年3月15日
deal-strategist
市场调研分析师与营销专员

Diagnoses stuck deals and builds a 3-move recovery strategy using MEDDPICC scoring and targeted frameworks. Use when: deal is stalled, competitive threat identified, single-threaded, or process has stopped. Triggers: deal strategy, deal review, stuck deal,…

2026年3月15日
discovery-prep
服务销售代表(广告、保险、金融服务和旅游除外)

Builds a complete meeting brief before any discovery, intro, or follow-up call. Never walk in blind. Use when: preparing for a discovery call, intro meeting, follow-up, or AE-led meeting. Includes: exec summary, agenda, qualification gap analysis, key…

2026年3月15日
pipeline-analyst
服务销售代表(广告、保险、金融服务和旅游除外)

Reviews full pipeline, assigns forecast categories by MEDDPICC score, calculates coverage and velocity. Use when: doing a pipeline review, preparing a forecast, checking territory health, or finding at-risk deals. Triggers: pipeline review, forecast review,…

2026年3月15日
proposal-strategist
市场调研分析师与营销专员

Builds a three-act proposal narrative with win themes and executive summary from discovery notes. Use when: deal is qualified (MEDDPICC 20+) and seller needs to write a formal proposal or business case. Triggers: proposal, write proposal, build proposal,…

2026年3月15日
write-outreach
市场调研分析师与营销专员

Drafts hyper-personalized outreach across all 4 channels. Always reads research file first. Never generic. Use when: writing LinkedIn connection requests, InMail, cold emails, cold call scripts, follow-up messages, or any outreach for a specific contact at an…

2026年3月15日
call-debrief
批发与制造业销售代表(非技术与科学产品)

Post-call debrief. Captures notes, maps to qualification framework, drafts follow-up email. Trigger with "just got off a call with [company]", "debrief [company]", "call notes for [company]", "I just spoke with [name]", "post call [company]", or "update…

2026年3月3日
discovery-prep
服务销售代表(广告、保险、金融服务和旅游除外)

Builds a complete meeting brief before any sales call. Never walk in blind. Trigger with "prep me for [company]", "meeting prep for [company]", "call prep [company]", "prepare for my call with [company]", "going into a call with [company]", or "what should I…

2026年3月3日
已展示 8 / 19 个已收集 Skill。
brainstorming
未分类

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026年8月13日
orchestration-layer
未分类

The auto-pi workflow procedure layer. ask-matt owns semantic routing; the deterministic workflow interpreter owns state transitions, evidence gates, persistence, autonomous continuation, bounded retries, review, and ship.

2026年8月13日
code-review
软件质量保证分析师与测试员

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews…

2026年8月11日
diagnosing-bugs
软件开发工程师

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026年8月11日
codebase-hygiene
软件质量保证分析师与测试员

Find semantic duplicates (same intent, different implementation) and shallow modules (thin wrappers spreading complexity). Read-only advisory — changes route through BUILD with full gates. Use when auditing code quality, before refactoring, or when a codebase…

2026年8月2日
security-review
信息安全分析师

Security review of the diff — the third review axis alongside Standards and Spec. Reviews for injection, auth, secrets, deserialization, SSRF, path traversal, unsafe operations, and dependency confusion. Use as a parallel sub-agent with fresh context…

2026年8月2日
bearings
软件开发工程师

Generate a "pick up where I left off" status report across all active Pi sessions. Use when the user asks for bearings, a status report, morning brief, catch-up, "where did I leave off", or "what's in the works". Reads live session state, composes a scannable…

2026年7月26日
session-handoff
其他计算机职业

Hand off work to another Pi session — write a handoff doc, save key decisions to memory, and notify the target session via intercom. Use when a session is getting long, when you need to continue work in a fresh context, or when transferring work between…

2026年7月21日
已展示 8 / 14 个已收集 Skill。
pi-cli-workspace
软件开发工程师

Pi terminal agent workspace — install, /commands, sessions, compaction, settings.json, AGENTS.md, skill discovery, precedence, session JSONL, /tree, providers/auth, models.json, credential resolution, platform setup, editor (@file, Tab, images, !bash),…

2026年4月13日
pi-customization
软件开发工程师

Pi coding agent customization — Themes, Keybindings, Prompt Templates, System Prompt overrides, and Settings. Use when configuring or modifying the visual appearance, UI colors, keyboard shortcuts, prompt templates, or the default system prompt behavior of…

2026年4月13日
pi-extension-authoring
软件开发工程师

Authoring Pi TypeScript extensions — ExtensionAPI, custom tools, commands, UI hooks, resources_discover, `registerProvider()`, and how extendResources merges skill paths after base reload. Use when the user builds or debugs pi extensions, registers tools,…

2026年4月13日
pi-mom
软件开发工程师

@mariozechner/pi-mom — Slack bot Master Of Mischief (Mom), self-managing agent, Docker sandbox, and events system. Use when setting up Mom in Slack, debugging data/ workspace issues, managing context.jsonl/log.jsonl memory, or creating periodic/immediate…

2026年4月13日
pi-rpc-sdk
软件开发工程师

Pi headless RPC JSONL over stdin/stdout, strict LF framing, --mode json event streaming, and Node SDK alternatives (AgentSession). Use when integrating pi --mode rpc, pi --mode json, writing a client that speaks the protocol, reading JSON event streams, or…

2026年4月13日
pi-agent-embedding
软件开发工程师

@mariozechner/pi-agent-core Agent runtime — message flow, tool execution modes, event sequence for prompt() and continue(), embedding in apps. Use when building on Agent class, wiring subscribers, or debugging tool loops beside pi-ai. Use for "pi agent…

2026年4月13日
pi-ai-library
软件开发工程师

@mariozechner/pi-ai — unified LLM streaming API, tools, providers, thinking events, and cross-provider handoffs as implemented in pi-mono. Use when integrating or debugging pi-ai, adding providers, using stream/complete, TypeBox tools, or token usage. Use for…

2026年4月13日
pi-package-authoring
软件开发工程师

Pi packages — npm/git distribution of extensions, skills, prompts, themes via keywords pi-package and package.json pi manifest; pi install paths and security expectations. Use when shipping or consuming pi-package, adding pi.skills entries, or explaining…

2026年4月13日
已展示 8 / 11 个已收集 Skill。
已展示 7 / 7 个仓库
已展示全部仓库