Summary
当系统提示面向编程代理(Coding Agent)场景时调用。适用于构建代码编辑、文件操作、Git 工作流、自动化编程助手的系统提示。不适用于代码解释或教学场景(无文件修改),不适用于 DevOps 基础设施配置(非代码层),不适用于纯对话式代码问答(无工具调用)。
kangarooking/system-prompt-skills
当系统提示面向编程代理(Coding Agent)场景时调用。适用于构建代码编辑、文件操作、Git 工作流、自动化编程助手的系统提示。不适用于代码解释或教学场景(无文件修改),不适用于 DevOps 基础设施?
npx skills add kangarooking/system-prompt-skills --skill code-engineering
当系统提示面向编程代理(Coding Agent)场景时调用。适用于构建代码编辑、文件操作、Git 工作流、自动化编程助手的系统提示。不适用于代码解释或教学场景(无文件修改),不适用于 DevOps 基础设施配置(非代码层),不适用于纯对话式代码问答(无工具调用)。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for …
10.2K installsInspect an agent repository and optional traces, interview the user, write reviewed Task Specs,…
2.4K installsIteratively inspect traces, interview the user, and create LangSmith online evaluators one at a…
1.7K installsBuilds and modifies dbt models, writes SQL transformations using ref() and source(), creates te…
902 installsBuilds production-quality, accessible, responsive user-facing UIs.
34.9K installsOptimizes agent context setup. Use when starting a new session, when agent output quality degra…
31.4K installsOther skills from kangarooking/system-prompt-skills · top by installs.
npx skills add kangarooking/system-prompt-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
6,762 B
SUMMARY.md
375 B
Claude Code 实现文件记忆、Agent 子任务委派、并行工具调用、Git 安全协议和"量两次切一次"原则;Codex 具备脏工作树感知、Plan 工具带跳过规则、代码审查按严重度排序;Jules 定义 plan→review→execute 生命周期,用 Playwright 验证前端;Claude Design 固定 React+Babel 版本并制定反 AI 糟粕指南。核心模式:安全优先 Git 工作流、计划生命周期管理、上下文感知编辑、验证循环、自主与引导模式。
git add -A,避免意外包含敏感文件。