Agent Skills › udecode/plate › slate-ar-recipe

slate-ar-recipe

GitHub

用于选择 Codex Autoresearch 配方,生成只读设置计划并映射非性能循环指标。在用户询问运行何种循环或任务测量不明确时触发,提供配方推荐、列表及详细配置。

.agents/skills/slate-ar-recipe/SKILL.md udecode/plate

Trigger Scenarios

询问应运行何种 Autoresearch 循环 需要分析测试运行时、类型检查、包体积等指标

Install

npx skills add udecode/plate --skill slate-ar-recipe -g -y
More Options

Non-standard path

npx skills add https://github.com/udecode/plate/tree/main/.agents/skills/slate-ar-recipe -g -y

Use without installing

npx skills use udecode/plate@slate-ar-recipe

指定 Agent (Claude Code)

npx skills add udecode/plate --skill slate-ar-recipe -a claude-code -g -y

安装 repo 全部 skill

npx skills add udecode/plate --all -g -y

预览 repo 内 skill

npx skills add udecode/plate --list

SKILL.md

Frontmatter
{
    "name": "slate-ar-recipe",
    "metadata": {
        "skiller": {
            "source": ".agents\/rules\/slate-ar-recipe.mdc"
        }
    },
    "description": "Slate v2 Autoresearch recipe picker. Lists\/recommends Codex Autoresearch recipes, produces read-only setup plans, and maps non-perf loops such as test runtime, typecheck, bundle size, memory, command latency, and quality-gap.",
    "argument-hint": "[recommend | list | show <recipe> | setup <recipe> | prompt]",
    "disable-model-invocation": true
}

Slate AR Recipe

Handle $ARGUMENTS by loading slate-ar and using Codex Autoresearch recipes.

Use this when the user asks what Autoresearch loop to run, or when a task is measured but not obviously performance-specific.

Contract

  • Default to read-only recipes recommend, recipes list, recipes show, and setup-plan.
  • Target cwd is .tmp/slate-v2.
  • Do not start packets unless the user explicitly asks to run the loop.
  • Do not trust external recipe catalogs without inspecting them first.
  • In Slate v2, prefer explicit Bun/package commands over a generic npm recipe when the recommender picks node-test-runtime.

Built-In Recipe Uses

  • node-test-runtime / vitest-runtime: test gate repeatability. Often route to slate-ar-gate.
  • typescript-compile-time: typecheck/runtime graph pressure.
  • bundle-size: package or site bundle footprint.
  • memory-usage: workload memory smoke, after replacing the placeholder with the real workload.
  • command-latency: custom command duration, after replacing the placeholder.
  • quality-gap: broad research checklist. Usually route to slate-ar-quality.
  • custom: last resort when no built-in recipe fits.

Commands

Use direct CLI until a root shortcut exists:

node ../codex-autoresearch/plugins/codex-autoresearch/scripts/autoresearch.mjs recipes list --cwd .tmp/slate-v2
node ../codex-autoresearch/plugins/codex-autoresearch/scripts/autoresearch.mjs recipes recommend --cwd .tmp/slate-v2
node ../codex-autoresearch/plugins/codex-autoresearch/scripts/autoresearch.mjs recipes show <recipe-id> --cwd .tmp/slate-v2
node ../codex-autoresearch/plugins/codex-autoresearch/scripts/autoresearch.mjs setup-plan --cwd .tmp/slate-v2 --recipe <recipe-id>
node ../codex-autoresearch/plugins/codex-autoresearch/scripts/autoresearch.mjs doctor --cwd .tmp/slate-v2 --check-benchmark --explain

If the recipe output is customized, run benchmark-lint before any packet.

Handoff

Report the selected recipe, metric, direction, benchmark command, checks command, caveats, and recommended owner: slate-ar, slate-ar-quality, slate-ar-gate, slate-ar-perf, slate-patch, or slate-plan.

Version History

  • af5e430 Current 2026-08-20 19:28

Same Skill Collection

.agents/skills/adversarial-document-reviewer/SKILL.md
.agents/skills/agent-browser-issue/SKILL.md
.agents/skills/agent-native-reviewer/SKILL.md
.agents/skills/architecture-strategist/SKILL.md
.agents/skills/autoclosure/SKILL.md
.agents/skills/autogoal/SKILL.md
.agents/skills/autoreview/SKILL.md
.agents/skills/best-practices-researcher/SKILL.md
.agents/skills/clawpatch/SKILL.md
.agents/skills/clawsweeper/SKILL.md
.agents/skills/code-simplicity-reviewer/SKILL.md
.agents/skills/coherence-reviewer/SKILL.md
.agents/skills/components/SKILL.md
.agents/skills/continue/SKILL.md
.agents/skills/correctness-reviewer/SKILL.md
.agents/skills/dev-browser/SKILL.md
.agents/skills/diagnosing-bugs/SKILL.md
.agents/skills/docs-creator/SKILL.md
.agents/skills/editor-harvest-plan/SKILL.md
.agents/skills/editor-test-harvester/SKILL.md
.agents/skills/feasibility-reviewer/SKILL.md
.agents/skills/framework-docs-researcher/SKILL.md
.agents/skills/frontend-design/SKILL.md
.agents/skills/git-history-analyzer/SKILL.md
.agents/skills/gpt-pro/SKILL.md
.agents/skills/grill-me/SKILL.md
.agents/skills/hard-cut/SKILL.md
.agents/skills/issue-intelligence-analyst/SKILL.md
.agents/skills/learnings-researcher/SKILL.md
.agents/skills/maintainability-reviewer/SKILL.md
.agents/skills/major-task/SKILL.md
.agents/skills/north-star/SKILL.md
.agents/skills/orchestrator/SKILL.md
.agents/skills/pattern-recognition-specialist/SKILL.md
.agents/skills/performance-oracle/SKILL.md
.agents/skills/performance/SKILL.md
.agents/skills/plate-plan/SKILL.md
.agents/skills/plate-plugin-creator/SKILL.md
.agents/skills/plate-ui/SKILL.md
.agents/skills/potion-yjs-dev-browser-test/SKILL.md
.agents/skills/product-lens-reviewer/SKILL.md
.agents/skills/project-standards-reviewer/SKILL.md
.agents/skills/promote-beta/SKILL.md
.agents/skills/react-useeffect/SKILL.md
.agents/skills/react/SKILL.md
.agents/skills/registry-changelog/SKILL.md
.agents/skills/release-lanes/SKILL.md
.agents/skills/repo-research-analyst/SKILL.md
.agents/skills/reproduce-bug/SKILL.md
.agents/skills/research-wiki/SKILL.md

Metadata

Files
0
Version
a9bfa84
Hash
b48c62db
Indexed
2026-08-20 19:28

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-26 21:09
浙ICP备14020137号-1