·project-development

当用户要求“启动 LLM 项目”、“设计批量流程”、“评估任务模型拟合”、“结构代理项目”,或提及流程架构、代理辅助开发、成本估算或在 LLM 和传统方法之间进行选择时,应使用此技能。

4安装·0热度·@muratcankoylan

安装

$npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill project-development

SKILL.md

This skill covers the principles for identifying tasks suited to LLM processing, designing effective project architectures, and iterating rapidly using agent-assisted development. The methodology applies whether building a batch processing pipeline, a multi-agent research system, or an interactive agent application.

Not every problem benefits from LLM processing. The first step in any project is evaluating whether the task characteristics align with LLM strengths. This evaluation should happen before writing any code.

| Synthesis across sources | LLMs excel at combining information from multiple inputs | | Subjective judgment with rubrics | LLMs handle grading, evaluation, and classification with criteria | | Natural language output | When the goal is human-readable text, not structured data | | Error tolerance | Individual failures do not break the overall system |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill project-development
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 project-development?

当用户要求“启动 LLM 项目”、“设计批量流程”、“评估任务模型拟合”、“结构代理项目”,或提及流程架构、代理辅助开发、成本估算或在 LLM 和传统方法之间进行选择时,应使用此技能。 来源:muratcankoylan/agent-skills-for-context-engineering。

如何安装 project-development?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill project-development 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/muratcankoylan/agent-skills-for-context-engineering