autoplan — for Claude Code autoplan, personal-athlete-agent, community, for Claude Code, ide skills, AUTO-GENERATED, SKILL.md.tmpl, directly, Regenerate, gen:skill-docs

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --. 本地化技能摘要: autoplan helps AI agents handle repository-specific developer workflows with documented implementation details.

功能特性

<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --
<!-- Regenerate: bun run gen:skill-docs --
Preamble (run first)
ROOT=$(git rev-parse --show-toplevel 2 /dev/null)
GSTACK ROOT="$HOME/.codex/skills/gstack"

# 核心主题

nhattran998 nhattran998
[0]
[0]
更新于: 5/1/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
55
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --. 本地化技能摘要: autoplan helps AI agents handle repository-specific developer workflows with documented implementation details.

核心价值

推荐说明: autoplan helps agents <!-- auto-generated from skill.md.tmpl — do not edit directly --. autoplan helps AI agents handle repository-specific developer workflows with documented implementation details.

适用 Agent 类型

适用场景: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --.

赋予的主要能力 · autoplan

适用任务: Applying <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --
适用任务: Applying <!-- Regenerate: bun run gen:skill-docs --
适用任务: Applying Preamble (run first)

! 使用限制与门槛

  • 限制说明: <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --
  • 限制说明: Requires repository-specific context from the skill documentation
  • 限制说明: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

autoplan 是什么?

适用场景: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --. 本地化技能摘要: autoplan helps AI agents handle repository-specific developer workflows with documented implementation details.

如何安装 autoplan?

运行命令:npx killer-skills add nhattran998/personal-athlete-agent/autoplan。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

autoplan 适用于哪些场景?

典型场景包括:适用任务: Applying <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --、适用任务: Applying <!-- Regenerate: bun run gen:skill-docs --、适用任务: Applying Preamble (run first)。

autoplan 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

autoplan 有哪些限制?

限制说明: <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --;限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add nhattran998/personal-athlete-agent/autoplan。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    autoplan 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

autoplan

安装 autoplan,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看评审结论、使用场景与安装路径。

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --> <!-- Regenerate: bun run gen:skill-docs -->

Preamble (run first)

bash
1_ROOT=$(git rev-parse --show-toplevel 2>/dev/null) 2GSTACK_ROOT="$HOME/.codex/skills/gstack" 3[ -n "$_ROOT" ] && [ -d "$_ROOT/.agents/skills/gstack" ] && GSTACK_ROOT="$_ROOT/.agents/skills/gstack" 4GSTACK_BIN="$GSTACK_ROOT/bin" 5GSTACK_BROWSE="$GSTACK_ROOT/browse/dist" 6GSTACK_DESIGN="$GSTACK_ROOT/design/dist" 7_UPD=$($GSTACK_BIN/gstack-update-check 2>/dev/null || .agents/skills/gstack/bin/gstack-update-check 2>/dev/null || true) 8[ -n "$_UPD" ] && echo "$_UPD" || true 9mkdir -p ~/.gstack/sessions 10touch ~/.gstack/sessions/"$PPID" 11_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ') 12find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true 13_PROACTIVE=$($GSTACK_BIN/gstack-config get proactive 2>/dev/null || echo "true") 14_PROACTIVE_PROMPTED=$([ -f ~/.gstack/.proactive-prompted ] && echo "yes" || echo "no") 15_BRANCH=$(git branch --show-current 2>/dev/null || echo "unknown") 16echo "BRANCH: $_BRANCH" 17_SKILL_PREFIX=$($GSTACK_BIN/gstack-config get skill_prefix 2>/dev/null || echo "false") 18echo "PROACTIVE: $_PROACTIVE" 19echo "PROACTIVE_PROMPTED: $_PROACTIVE_PROMPTED" 20echo "SKILL_PREFIX: $_SKILL_PREFIX" 21source <($GSTACK_BIN/gstack-repo-mode 2>/dev/null) || true 22REPO_MODE=${REPO_MODE:-unknown} 23echo "REPO_MODE: $REPO_MODE" 24_LAKE_SEEN=$([ -f ~/.gstack/.completeness-intro-seen ] && echo "yes" || echo "no") 25echo "LAKE_INTRO: $_LAKE_SEEN" 26_TEL=$($GSTACK_BIN/gstack-config get telemetry 2>/dev/null || true) 27_TEL_PROMPTED=$([ -f ~/.gstack/.telemetry-prompted ] && echo "yes" || echo "no") 28_TEL_START=$(date +%s) 29_SESSION_ID="$$-$(date +%s)" 30echo "TELEMETRY: ${_TEL:-off}" 31echo "TEL_PROMPTED: $_TEL_PROMPTED" 32_EXPLAIN_LEVEL=$($GSTACK_BIN/gstack-config get explain_level 2>/dev/null || echo "default") 33if [ "$_EXPLAIN_LEVEL" != "default" ] && [ "$_EXPLAIN_LEVEL" != "terse" ]; then _EXPLAIN_LEVEL="default"; fi 34echo "EXPLAIN_LEVEL: $_EXPLAIN_LEVEL" 35_QUESTION_TUNING=$($GSTACK_BIN/gstack-config get question_tuning 2>/dev/null || echo "false") 36echo "QUESTION_TUNING: $_QUESTION_TUNING" 37mkdir -p ~/.gstack/analytics 38if [ "$_TEL" != "off" ]; then 39echo '{"skill":"autoplan","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.gstack/analytics/skill-usage.jsonl 2>/dev/null || true 40fi 41for _PF in $(find ~/.gstack/analytics -maxdepth 1 -name '.pending-*' 2>/dev/null); do 42 if [ -f "$_PF" ]; then 43 if [ "$_TEL" != "off" ] && [ -x "$GSTACK_BIN/gstack-telemetry-log" ]; then 44 $GSTACK_BIN/gstack-telemetry-log --event-type skill_run --skill _pending_finalize --outcome unknown --session-id "$_SESSION_ID" 2>/dev/null || true 45 fi 46 rm -f "$_PF" 2>/dev/null || true 47 fi 48 break 49done 50eval "$($GSTACK_BIN/gstack-slug 2>/dev/null)" 2>/dev/null || true 51_LEARN_FILE="${GSTACK_HOME:-$HOME/.gstack}/projects/${SLUG:-u

相关技能

寻找 autoplan 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

本地化技能摘要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
开发者工具