Skip to main content
romiluz13
GitHub 제작자 프로필

romiluz13

7개 GitHub 저장소에서 수집된 76개 skills를 저장소 단위로 보여줍니다.

수집된 skills
76
저장소
7
업데이트
2026년 8월 13일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 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일
수집된 skill 21개 중 8개를 표시합니다.
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일
수집된 skill 19개 중 8개를 표시합니다.
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일
수집된 skill 14개 중 8개를 표시합니다.
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일
수집된 skill 11개 중 8개를 표시합니다.
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다