Skip to main content
romiluz13
GitHub-Creator-Profil

romiluz13

Repository-Ansicht von 76 gesammelten Skills in 7 GitHub-Repositories.

gesammelte Skills
76
Repositories
7
aktualisiert
13. Aug. 2026
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

Repository-Explorer

Repositories und repräsentative Skills

cc10x-guide
Sonstige Computerberufe

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",…

3. Aug. 2026
architecture
Softwareentwickler

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.

19. Juli 2026
diff-driven-docs
Softwareentwickler

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…

19. Juli 2026
cc10x-router
Sonstige Computerberufe

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,…

19. Juli 2026
agent-common
Softwareentwickler

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

19. Juli 2026
building
Softwareentwickler

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.

19. Juli 2026
code-review
Softwarequalitätssicherungsanalysten und -tester

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.

19. Juli 2026
debugging
Softwareentwickler

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.

19. Juli 2026
Es werden 8 von 21 gesammelten Skills angezeigt.
call-debrief
Marktforschungsanalysten und Marketingspezialisten

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,…

15. März 2026
deal-strategist
Marktforschungsanalysten und Marketingspezialisten

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,…

15. März 2026
discovery-prep
Dienstleistungsvertriebsmitarbeiter (außer Werbung, Versicherung, Finanzdienstleistungen und Reisen)

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…

15. März 2026
pipeline-analyst
Dienstleistungsvertriebsmitarbeiter (außer Werbung, Versicherung, Finanzdienstleistungen und Reisen)

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,…

15. März 2026
proposal-strategist
Marktforschungsanalysten und Marketingspezialisten

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,…

15. März 2026
write-outreach
Marktforschungsanalysten und Marketingspezialisten

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…

15. März 2026
call-debrief
Groß- und Industrievertriebsmitarbeiter (außer technische Produkte)

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…

3. März 2026
discovery-prep
Dienstleistungsvertriebsmitarbeiter (außer Werbung, Versicherung, Finanzdienstleistungen und Reisen)

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…

3. März 2026
Es werden 8 von 19 gesammelten Skills angezeigt.
brainstorming
nicht klassifiziert

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.

13. Aug. 2026
orchestration-layer
nicht klassifiziert

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.

13. Aug. 2026
code-review
Softwarequalitätssicherungsanalysten und -tester

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…

11. Aug. 2026
diagnosing-bugs
Softwareentwickler

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

11. Aug. 2026
codebase-hygiene
Softwarequalitätssicherungsanalysten und -tester

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…

2. Aug. 2026
security-review
Informationssicherheitsanalysten

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…

2. Aug. 2026
bearings
Softwareentwickler

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…

26. Juli 2026
session-handoff
Sonstige Computerberufe

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…

21. Juli 2026
Es werden 8 von 14 gesammelten Skills angezeigt.
pi-cli-workspace
Softwareentwickler

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),…

13. Apr. 2026
pi-customization
Softwareentwickler

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…

13. Apr. 2026
pi-extension-authoring
Softwareentwickler

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,…

13. Apr. 2026
pi-mom
Softwareentwickler

@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…

13. Apr. 2026
pi-rpc-sdk
Softwareentwickler

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…

13. Apr. 2026
pi-agent-embedding
Softwareentwickler

@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…

13. Apr. 2026
pi-ai-library
Softwareentwickler

@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…

13. Apr. 2026
pi-package-authoring
Softwareentwickler

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…

13. Apr. 2026
Es werden 8 von 11 gesammelten Skills angezeigt.
7 von 7 Repositories angezeigt
Alle Repositories angezeigt