{"id":30642411,"url":"https://github.com/killop/awesome-ai-coding-rules","last_synced_at":"2025-08-31T02:33:05.523Z","repository":{"id":306214735,"uuid":"1025393406","full_name":"killop/awesome-ai-coding-rules","owner":"killop","description":"awesome ai coding rules","archived":false,"fork":false,"pushed_at":"2025-08-18T10:52:50.000Z","size":47,"stargazers_count":30,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T12:29:00.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/killop.png","metadata":{"files":{"readme":"README-CN.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-24T07:30:17.000Z","updated_at":"2025-08-18T10:52:53.000Z","dependencies_parsed_at":"2025-07-29T13:39:42.553Z","dependency_job_id":null,"html_url":"https://github.com/killop/awesome-ai-coding-rules","commit_stats":null,"previous_names":["killop/cursor-spec-workflow-rule","killop/awesome-ai-coding-rules"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/killop/awesome-ai-coding-rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killop%2Fawesome-ai-coding-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killop%2Fawesome-ai-coding-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killop%2Fawesome-ai-coding-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killop%2Fawesome-ai-coding-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/killop","download_url":"https://codeload.github.com/killop/awesome-ai-coding-rules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killop%2Fawesome-ai-coding-rules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272931215,"owners_count":25017319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-31T02:33:04.888Z","updated_at":"2025-08-31T02:33:05.498Z","avatar_url":"https://github.com/killop.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI 编程规则集合\n\n*[English Documentation / 英文文档](README.md)*\n\n专为 Cursor IDE 设计的 AI 编程规则和工作流综合集合，通过专业化的 AI 代理提升开发效率。\n\n## 🚀 项目概述\n\n本仓库包含专业化的 AI 编程规则，旨在改变你在开发环境中与 AI 的交互方式。每个规则专注于特定开发任务，实现更高效的 AI 辅助。\n\n## 📂 规则分类\n\n### 🔄 开发工作流\n\n#### 规格工作流 → [spec-workflow.md](spec-workflow.md)\n系统化的规格驱动开发工作流，通过三阶段迭代流程将功能想法转化为需求、设计和实施计划。\n\n#### RIPER-5 工作流 → [英文版](riper-5-workflow-EN.md) | [中文版](riper-5-workflow-CN.md)\n5模式AI开发协作框架（研究→创新→规划→执行→反思），旨在防止未授权代码更改的同时保持结构化开发流程。\n\n### 📝 文档与内容\n\n#### PRD 写作器 → [prd-writer.md](prd-writer.md)\n创建包含结构化章节、用户故事和验收标准的综合产品需求文档（PRD），遵循行业最佳实践。\n\n#### 内容写作器 → [content-writer.md](content-writer.md)\n具有双模式（大纲/写作）的内容营销和文案写作代理，专为创建清晰解释复杂主题的引人入胜内容而优化。\n\n### 🔧 代码改进\n\n#### 代码重构器 → [code-refactorer.md](code-refactorer.md)\n通过系统化分析和风险管理改进，在不改变功能的前提下提升现有代码结构、可读性和可维护性。\n\n## 🛠️ 安装方法\n\n### 方法一：单个规则\n```bash\nmkdir -p .cursor/rules\ncp [规则文件].md .cursor/rules/\n```\n\n### 方法二：完整集合\n```bash\ngit clone https://github.com/yourusername/cursor-spec-workflow-rule.git\nmkdir -p .cursor/rules\nln -s /path/to/cursor-spec-workflow-rule/*.md .cursor/rules/\n```\n\n### 方法三：Git 子模块\n```bash\ngit submodule add https://github.com/yourusername/cursor-spec-workflow-rule.git .cursor/ai-rules\nln -s .cursor/ai-rules/*.md .cursor/rules/\n```\n\n## 🎯 使用方法\n\n在 Cursor 中使用 `@` 符号引用特定规则：\n```\n@spec-workflow I want to create a spec for user authentication\n@code-refactorer Help me clean up this messy function\n@prd-writer Create a PRD for our new dashboard feature\n```\n\n## 📋 规则对比\n\n| 规则 | 最适用于 | 持续时间 |\n|------|----------|----------|\n| **规格工作流** | 功能规划 | 多会话 |\n| **RIPER-5** | 受控开发 | 按任务 |\n| **PRD 写作器** | 产品文档 | 单会话 |\n| **内容写作器** | 技术写作 | 1-2会话 |\n| **代码重构器** | 代码改进 | 单会话 |\n\n## 🤝 贡献\n\n1. Fork 仓库\n2. 创建功能分支\n3. 遵循既定的规则格式，包含 YAML frontmatter\n4. 提交 pull request\n\n## 📄 许可证\n\n该项目是开源的，遵循 [MIT 许可证](LICENSE)。 ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillop%2Fawesome-ai-coding-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkillop%2Fawesome-ai-coding-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillop%2Fawesome-ai-coding-rules/lists"}