logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

AI 规范驱动开发(SDD)实战指南

传统的 AI 辅助编程模式是:你提需求 → AI 直接写代码 → 你发现不对 → 反复修改。这种模式下,设计共识会随着长对话消失,且 AI 缺乏主动写测试和维护工程质量的纪律,最终往往变成“AI 制造技术债”。 为了破局,我们需要引入 规范驱动开发(SDD, Spec-Driven Development)

什么是agent skills

AgentSkills是一种模块化AI技能系统,可将固定规范文档转化为可复用、按需调用的标准化技能。它通过将编程规范、提示词等封装为独立技能,解决传统方法中规范维护困难和上下文负载过重的问题。使用方式包括npx安装或Cursor插件安装,AI能根据问题自动调用相关技能(如"Use vueskill"指令)。系统包含技能描述、可执行脚本和参考文档等组件,支持跨项目复用,显著减少t

#vue.js#前端#javascript +1
Vue-skills的中文文档

Vue-skills的中文文档:使用以及示列

#前端#人工智能
一个表格让你看懂选择什么模型

本文对比了当前主流AI编程模型的性能特点和适用场景。

#人工智能
eslint:vue报错 error Component name ““ should always be multi-word

eslint:vue报错 errorComponent name "" should always be multi-word

文章图片
#vue.js#javascript#前端
axios报错: TypeError: r.toUpperCase is not a function

axios报错: TypeError: r.toUpperCase is not a function

#javascript#前端#typescript
webpack报错之TypeError:Cannot read property ‘tap‘ of undefined at HtmlWebpackPlugin.apply

配置webpack生成html文件时,报错TypeError:Cannot read property ‘tap’ of undefined at HtmlWebpackPlugin.apply,我在网络上经过查阅发现自己是HtmlWebpackPlugin安装版本的问题,我修改了一下HtmlWebpackPlugin的安装版本就成功了。如果你也出现同样的错误,查看一下自己的版本是否与webpac

#webpack#前端#javascript
Refused to apply style from ‘http://localhost:8080/css/iconfont.css‘ because its MIME type (‘text/ht

efused to apply style from 'http://localhost:8080/css/iconfont.css' because its MIME type ('text/ht

#css#前端#html
react警告之react-dom.development.js:86 Warning: ReactDOM.render is no longer supported in React 18.

react-dom.development.js:86 Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Lear

#javascript#react.js#前端
    共 12 条
  • 1
  • 2
  • 请选择