Check CI prerequisites and configure the self-hosted runner SSH config. Use when first installing the plugin, after adding runners, or when CI commands fail with auth or connectivity errors.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٩٧ من skills من KingInYellows/yellow-plugins. افتح أي skill لمراجعة مصدره وتفاصيله.
KingInYellows/yellow-pluginsعرض ٤٠ من أصل ٩٧ skills مجمعة.
Check CI prerequisites and configure the self-hosted runner SSH config. Use when first installing the plugin, after adding runners, or when CI commands fail with auth or connectivity errors.
لغة النص الأصلي: الإنجليزية
Show recent CI workflow run status. Use when the user asks for CI status, recent builds, what is running, or needs to find a run ID for diagnosis.
لغة النص الأصلي: الإنجليزية
Reference guide (not an executable action) for CI debugging workflows and the F01-F12 failure-pattern catalog on self-hosted runners. Consult when you need to understand debugging workflows or failure patterns; to actually run a diagnosis, use the ci-diagnose…
لغة النص الأصلي: الإنجليزية
Canonical conventions for shelling out to the OpenAI Codex CLI. Use when authoring or modifying commands or agents that invoke codex exec — choosing flags, sandbox and approval modes, and parsing its output.
لغة النص الأصلي: الإنجليزية
Canonical conventions for running batch workflows through the Composio MCP server. Use when authoring or modifying commands or agents that call Composio tools — the Workbench sandbox, Multi-Execute batching, and the local usage counter.
لغة النص الأصلي: الإنجليزية
Reference for agent-native architecture principles: action parity, context parity, shared workspace, primitives over workflows, and dynamic context injection. Use when authoring agent integrations or designing tool surfaces.
لغة النص الأصلي: الإنجليزية
Audit checklist for evaluating an existing codebase against agent-native architecture principles to identify parity gaps. Use when auditing for agent-native readiness, before adding a new agent capability, or when triaging agent-behavior regressions.
لغة النص الأصلي: الإنجليزية
Reference guide for iterative brainstorm dialogues — question techniques, YAGNI, approach exploration, and research escalation. Use when running /flow:brainstorm or authoring brainstorm-style agents.
لغة النص الأصلي: الإنجليزية
Git worktree management for isolated parallel development. Use when reviewing PRs in isolation, working on multiple features simultaneously, or when workflows offer worktree option.
لغة النص الأصلي: الإنجليزية
Defines the yellow-plugins.local.md per-project config file schema. Use when authoring commands that should accept per-project overrides for review pipeline behavior, reviewer set narrowing, depth controls, or focus-area filtering.
لغة النص الأصلي: الإنجليزية
Canonical MCP server health classification (OFFLINE / DEGRADED / HEALTHY plus PRESENT (untested) refinement) for `/<plugin>:status` commands. Use when authoring a status command that needs to distinguish 'MCP never started' from 'MCP running but upstream API…
لغة النص الأصلي: الإنجليزية
Shared patterns for ruvector recall/remember and morph discovery integration (the ruvector protocol constants are a replica of yellow-ruvector's canonical memory-query skill). Use when authoring commands or agents that should leverage institutional memory and…
لغة النص الأصلي: الإنجليزية
Recall-Before-Act pattern for ruvector — query past learnings via hooks_recall at workflow start. Use when authoring commands or agents that should seed a workflow with relevant institutional memory before executing.
لغة النص الأصلي: الإنجليزية
Tiered-Remember-After-Act pattern for ruvector — record learnings via hooks_remember at workflow completion with signal-strength tiers (Auto/Prompted/Skip). Use when authoring commands that should compound institutional memory from workflow outcomes.
لغة النص الأصلي: الإنجليزية
Morph discovery + fallback pattern — discover edit_file and warpgrep at runtime via ToolSearch, prefer them for large edits and intent-based search, silently fall back to Edit/Grep when yellow-morph is missing. Use when authoring agents that edit files or run…
لغة النص الأصلي: الإنجليزية
Multi-host plugin credential and config reference for yellow-plugins. Use when setting up a new workstation, configuring CI/devcontainer, replicating credentials across a fleet, or wiring a secrets manager. Documents the canonical shell env var names for…
لغة النص الأصلي: الإنجليزية
Show a per-file checkbox progress dashboard of plans/ (open) and plans/complete/ (archived) plan documents. Use when reviewing which plans are ready to archive or checking work-in-flight at a glance.
لغة النص الأصلي: الإنجليزية
Canonical prompt-injection hardening block for agents that analyze untrusted content (source code, CI logs, workflow files). Use when authoring an agent that reads untrusted input — copy the appropriate variant verbatim into the agent body; only pure…
لغة النص الأصلي: الإنجليزية
Write a session-handoff artifact at plans/handoff/<YYYY-MM-DD>-<slug>.md capturing current task, workflow status, active artifact, open decisions, in-flight changes, and next action so a fresh session can resume without re-deriving context. Use when the user…
لغة النص الأصلي: الإنجليزية
Enforce the stacked-PR provider invariants before any provider-changing action — exactly one enabled, managed scopes fail closed, no direct settings edits, no silent fallback. Use when validating a proposed provider switch or auditing current provider state.
لغة النص الأصلي: الإنجليزية
Resolve which stacked-PR provider is active and route provider-specific work to it, or refuse when the state is ambiguous. Use when a workflow needs to know whether Graphite or GitHub native stacks is in effect before running a stack operation.
لغة النص الأصلي: الإنجليزية
Host-neutral reference for the Cursor Cloud Agent delegation lifecycle, the yellow-cursor CLI's JSON contract, and its safety/idempotency rules. Use when building or reasoning about a surface that delegates work to a Cursor Cloud Agent through the CLI.
لغة النص الأصلي: الإنجليزية
Devin V3 API workflow patterns and conventions. Use when commands or agents need Devin API context, session management, or error handling.
لغة النص الأصلي: الإنجليزية
Shared documentation conventions — templates, diagram type selection, staleness detection, severity classification. Use when agents need doc generation or audit context.
لغة النص الأصلي: الإنجليزية
Linear workflow patterns and conventions reference. Use when commands or agents need Linear workflow context, issue writing guidance, or branch naming conventions.
لغة النص الأصلي: الإنجليزية
Canonical reference for how mempalace commands and agents integrate with the MemPalace MCP server. Use when authoring or maintaining a mempalace command or agent — exact tool naming, palace vocabulary, and error-handling rules live here.
لغة النص الأصلي: الإنجليزية
The Palace Protocol for interacting with MemPalace — wake-up sequence, query-before-assert pattern, memory stack usage, and when to use search vs KG vs navigation. Use when agents need guidance on how to interact with the palace correctly.
لغة النص الأصلي: الإنجليزية
Use when an agent needs official library docs, API examples, or migration guides. Canonical fallback chain: context7 → EXA → WebSearch. Preloaded by within-plugin agents; inlined verbatim by cross-plugin consumers.
لغة النص الأصلي: الإنجليزية
Reference conventions for how yellow-research derives slugs, formats reports, and saves output under docs/research/. Use when authoring or modifying yellow-research commands or agents that write research output.
لغة النص الأصلي: الإنجليزية
Internal reference for the bottom-up Graphite stack-traversal procedure shared by /review:all and /review:resolve-stack. Use when a yellow-review command needs to walk a Graphite stack PR by PR in dependency order.
لغة النص الأصلي: الإنجليزية
Agent learning patterns and quality guidelines. Use when commands or agents need to determine when and how to record learnings, apply quality gates, or retrieve past knowledge using ranked retrieval.
لغة النص الأصلي: الإنجليزية
Standard pattern for querying ruvector institutional memory before acting. Use when authoring new agents or commands that should query past patterns, findings, or solutions before executing.
لغة النص الأصلي: الإنجليزية
ruvector workflow patterns and conventions reference. Use when commands or agents need ruvector context, MCP tool naming, current tool schemas, or error handling patterns.
لغة النص الأصلي: الإنجليزية
Shared conventions for Semgrep integration — triage state mappings, API patterns, fix strategy decision tree, rate limits, and security rules. Use when commands or agents need Semgrep-specific validation, error handling, or API reference.
لغة النص الأصلي: الإنجليزية
Host-neutral reference for the Cursor Cloud Agent delegation lifecycle, the yellow-cursor CLI's JSON contract, and its safety/idempotency rules. Use when building or reasoning about a surface that delegates work to a Cursor Cloud Agent through the CLI.
لغة النص الأصلي: الإنجليزية
Merge the current stack's pull requests, from trunk up to the current branch, via Graphite. Use when the user says "merge my stack" or "land these PRs" and the stack is fully reviewed and ready.
لغة النص الأصلي: الإنجليزية
Structured format contract for "## Stack Decomposition" sections in plan documents, shared by gt-stack-plan (producer) and flow:work (consumer). Use when writing or parsing a Stack Decomposition section.
لغة النص الأصلي: الإنجليزية
Display guidance for presenting a stacked-PR plan — ordered branch tree with intent, commit type, and dependency notes. Use when gt-stack-plan presents a stack plan for user confirmation.
لغة النص الأصلي: الإنجليزية
Scan local branches for staleness and divergence, then delete or reconcile them with safeguards. Use when user says "clean up my branches" or "which branches are stale". For deleting branches whose PRs merged — and for pulling trunk or restacking — use the…
لغة النص الأصلي: الإنجليزية
Fold working-tree changes into the current branch commit, audit them, and re-submit via Graphite. Use when user says "amend this", "add this to the current PR", "fold this fix in", or has follow-up edits for an already-submitted branch. Not for starting new…
لغة النص الأصلي: الإنجليزية