Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add xushuodasd/VIBE-Claude-Plugin --skill vibe-integrategit clone --depth 1 https://github.com/xushuodasd/VIBE-Claude-PluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-integrate)<a href="https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-integrate"><img src="https://agentmods.dev/badge/skills/xushuodasd/vibe-claude-plugin/vibe-integrate/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-integrate"><img src="https://agentmods.dev/badge/skills/xushuodasd/vibe-claude-plugin/vibe-integrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00020 | $0.01751 |
| Opus 5 | $0.00010 | $0.00875 |
| Sonnet 5 | $0.00004 | $0.00350 |
| Haiku 4.5 | $0.00002 | $0.00175 |
Grade A, and why
vibe-integrate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
98% identical to vibe-api-rules — 233 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.
前后端代码对接工作流
1. 文档目的
规范前后端代码对接的流程和标准,确保前后端能够高效、准确地集成,实现完整的应用功能。
2. 工作流结构
一个简洁高效的前后端代码对接工作流应包含:
- 基本信息:名称、目标
- 前置步骤:产物检查、依赖项确认
- 执行步骤:详细的执行流程和顺序
- 执行建议:专业建议和注意事项
- 成功标准:任务完成的判定条件
- 失败处理:异常情况的应对措施
- 输出成果:明确的交付物和保存位置
3. 执行要求
- 严格按照步骤执行
- 与用户保持深度沟通
- 记录关键信息和结果
- 遇到异常时按失败处理机制执行
- 确保输出成果符合用户预期
4. 文档管理
- 执行后根据实际情况更新文档
- 进行版本管理,确保使用最新版本
最佳实践:
前后端代码对接工作流
工作流程
前置步骤:产物检查
-
检查前端代码:
- 确认前端代码目录结构是否完整
- 检查前端依赖项是否已安装
- 确认前端API调用接口是否已定义
-
检查后端代码:
- 确认后端代码目录结构是否完整
- 检查后端依赖项是否已安装
- 确认后端API接口是否已实现
-
检查API文档:
- 确认API文档是否存在且完整
- 检查前后端API接口定义是否一致
- 确认API调用参数和返回值格式是否明确
第一步:环境准备
-
前端环境搭建:
- 安装前端依赖:
npm install或yarn install - 启动前端开发服务器:
npm run dev或yarn dev - 确认前端服务正常运行
- 安装前端依赖:
-
后端环境搭建:
- 安装后端依赖:根据后端技术栈执行相应的安装命令
- 启动后端服务:根据后端技术栈执行相应的启动命令
- 确认后端服务正常运行
-
网络配置:
- 确认前后端服务运行在正确的端口
- 配置跨域请求处理(如果需要)
- 测试网络连接是否正常
第二步:API对接测试
-
基础API测试:
- 测试登录/注册API
- 测试数据获取API
- 测试数据提交API
-
异常情况测试:
- 测试参数错误情况
- 测试权限验证情况
- 测试网络异常情况
-
性能测试:
- 测试API响应时间
- 测试并发请求处理
- 测试大数据量处理
第三步:功能集成
-
页面功能集成:
- 集成登录/注册功能
- 集成数据展示功能
- 集成数据提交功能
-
状态管理集成:
- 集成前端状态管理
- 处理API响应状态
- 管理用户登录状态
-
错误处理集成:
- 前端错误提示处理
- 后端错误日志记录
- 统一错误处理机制
第四步:联调测试
-
端到端测试:
- 测试完整的用户流程
- 验证数据一致性
- 确保功能正常运行
-
兼容性测试:
- 测试不同浏览器兼容性
- 测试不同设备响应式
- 测试不同网络环境
-
安全性测试:
- 测试API权限控制
- 测试数据传输加密
- 测试防止SQL注入等安全问题
第五步:部署准备
-
构建优化:
- 前端代码构建:
npm run build或yarn build - 后端代码优化:根据后端技术栈执行相应的优化操作
- 测试构建产物是否正常
- 前端代码构建:
-
部署配置:
- 配置服务器环境
- 配置数据库连接
- 配置环境变量
-
部署测试:
- 测试部署后的服务是否正常
- 验证所有功能是否可用
- 监控系统运行状态
执行建议
- 明确API接口:在对接前确保前后端API接口定义一致,避免后期频繁修改
- 模块化开发:将前后端代码按功能模块划分,便于单独测试和集成
- 版本控制:使用Git等版本控制工具,确保代码可追溯和回滚
- 自动化测试:编写自动化测试用例,确保代码质量和功能稳定性
- 文档同步:及时更新API文档和对接文档,确保团队成员了解最新状态
- 持续集成:配置CI/CD流程,实现代码自动构建和部署
- 监控告警:设置系统监控和告警机制,及时发现和解决问题
- 性能优化:关注API响应时间和系统性能,持续优化代码
- 安全防护:加强系统安全防护,防止常见的安全漏洞
- 团队协作:保持前后端开发人员的密切沟通,及时解决对接过程中的问题
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 187 lines · 20 tokens per session scan A 9f11e955b7a2
vibe-integrate is a skill published in the GitHub repository xushuodasd/VIBE-Claude-Plugin (4 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 1,751 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to vibe-api-rules, differing in 233 lines, and is treated as a copy.
Other skills, from other repositories
webapp-building
Build or modify production-oriented web applications by following the repository architecture and validating real user flows.
nextjs-fullstack
Use for Next.js App Router, React Server Components, server actions, API routes, auth, database integration, caching, deployment, or full-stack product features.
rails
Rails version: Ruby version: Architecture: Full-stack (Hotwire)|API-only|Hybrid Database: PostgreSQL (ALWAYS for production) Jobs: Sidekiq|Solid Queue|Good Job Real-time: Action Cable|Turbo Streams|None Auth: Devise|hassecurepassword|Rails 8 built-in Assets: Propshaft + Import Maps|esbuild|Vite.
frontend-to-backend-requirements
Document frontend data needs for backend developers. Use when frontend needs to communicate API requirements to backend, or user says 'backend requirements', 'what data do I need', 'API requirements', or is describing data needs for a UI.
formio-sdk
Source-derived reference for the Form.io JavaScript SDK (@formio/js), the Utilities (@formio/js/utils), and the @formio/core-only helpers — authored from the Form.io source code. Covers static methods (setBaseUrl, setProjectUrl, setToken, currentUser, logout), instance methods on new Formio(url) (forms, submissions…
api-and-interface-design
Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.