Ai software dev cost dashboard
Skill skillsaiagent/aiskills/skills/ai-software-dev-cost-dashboard
软件成本评估看板适合管理、技术、软件、通用在用户提出“软件开发成本不可控”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成摘要、诊断结论、行动建议和可复用交付物。From its SKILL.md
npx -y skills add skillsaiagent/aiskills --skill ai-software-dev-cost-dashboardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.9 KB, 867 tokens by cl100k_base, as published. Nobody here has run it
ai-software-dev-cost-dashboard 软件成本评估看板
概述
软件成本评估看板用于回答「软件开发成本不可控」、成本评估、项目管理、立项,适合管理、技术、软件、通用在明确业务目标、内容材料或分析对象后调用。 它会结合用户输入的业务背景和目标等输入,整理关键上下文,并输出摘要、诊断结论、行动建议和可复用交付物,便于继续执行、复盘或交付。
什么时候使用
适用场景
- 用户提出“软件开发成本不可控”这类问题,需要快速拆解目标、判断重点并形成可执行结果
- 管理、技术、软件、通用需要围绕软件成本评估看板生成摘要、诊断结论、行动建议和可复用交付物
- 用户需要把软件成本评估看板相关材料转成清晰结论、优先级和下一步动作
调用方式
当前技能为 external-link 模式,请直接访问 https://soft.ai-skills.ai 完成操作。
命令示例
当前技能不通过 python3 scripts/run.py 直接调用,请直接访问 https://soft.ai-skills.ai。
参数说明
当前技能不通过本地 runner 传参,直接在目标站点内完成输入与操作。
参数取值参考
当前技能没有需要额外查表的分类参数。
支持的输入格式
当前技能不解析本地 JSON 参数,请直接访问 https://soft.ai-skills.ai 完成后续操作。
示例请求
当前技能为 external-link 模式,不适用 CLI 请求示例。请直接访问 https://soft.ai-skills.ai。
返回结果示例
{
"success": true,
"data": {
"invocationMode": "external-link",
"externalLink": "https://soft.ai-skills.ai",
"externalLinkLabel": "打开成本看板",
"message": "Open this external-link target to continue."
}
}
交付内容
- 打开成本看板的外部操作入口。
- 面向业务用户的表单、看板或工作流页面,用于继续完成评估和交付。
结果使用建议
- 进入外部页面后,优先补全项目背景、目标范围和约束条件,结果会更适合直接用于决策。
- 把评估结果用于预算讨论、方案对齐或后续报价沟通,而不是只看单一数字。
运行前准备
- 当前技能不依赖本地 API Key 环境变量。
What ships with it: 4 files
2.9 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml239 B
references/
- form-schema.json43 B
- skill.json2.3 KB
scripts/
- run.pyruns332 B