ai-system-prompts — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsai-system-prompts
    Back to Agents
    ai-system-prompts

    ai-system-prompts

    zzcode December 26, 2025
    3 copies 0 downloads

    FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sourced) System Prompts, Internal Tools & AI Models

    Agent Definition
    # KodaTools - 在线工具箱
    
    > 专业的在线工具平台,为您的工作和生活提供便利
    
    ## 🌟 项目简介
    
    KodaTools(www.kodatools.com)是一个全面、免费、易用的在线工具平台。我们提供各类实用工具,包括时间查询、文本处理、编码转换、单位换算等,帮助用户提高工作效率。
    
    ## ✨ 主要特点
    
    - **完全免费** - 所有工具永久免费使用
    - **隐私保护** - 所有计算在本地完成,不上传数据
    - **简洁易用** - 界面清晰,操作简单
    - **响应式设计** - 完美适配各种设备
    - **持续更新** - 定期添加新工具
    
    ## 🛠️ 工具分类
    
    ### ⏰ 时间工具
    - 世界时间查询 - 查看全球主要城市当前时间
    - 时间戳转换 - Unix时间戳与日期互转
    - 日期计算器 - 计算日期差异
    - 倒计时工具 - 追踪重要事件
    
    ### 📝 文本处理工具
    - **JSON格式化** - 格式化、验证、压缩JSON数据
    - **Base64编码** - 文本和图片的Base64编码解码
    - **MD5加密** - 生成MD5哈希值
    - 文本对比 - 对比两段文本差异
    - 字数统计 - 统计文本字数和字符数
    - 大小写转换 - 文本格式转换
    
    ### 🔄 编码转换工具
    - URL编码解码 - 处理URL特殊字符
    - Unicode转换 - Unicode与文本互转
    - HTML实体编码 - HTML字符编码
    - 进制转换 - 二进制、十六进制互转
    
    ### 📏 单位转换工具
    - **综合单位转换器** - 支持以下转换:
      - 长度转换(米、英尺、英寸等)
      - 重量转换(千克、磅、盎司等)
      - 温度转换(摄氏度、华氏度、开尔文)
      - 面积转换(平方米、公顷、英亩等)
    
    ### 👨‍💻 开发者工具
    - 正则表达式测试 - 实时测试正则
    - 颜色选择器 - HEX、RGB、HSL互转
    - 二维码生成器 - 自定义二维码
    - UUID生成器 - 生成唯一标识符
    
    ## 📁 项目结构
    
    ```
    .
    ├── index.html              # 首页
    ├── about.html             # 关于页面
    ├── contact.html           # 联系页面
    ├── time-tools-index.html  # 时间工具索引
    ├── tools/                 # 工具目录
    │   ├── json-formatter.html      # JSON格式化工具
    │   ├── base64-encoder.html      # Base64编码工具
    │   ├── md5-generator.html       # MD5加密工具
    │   └── unit-converter.html      # 单位转换工具
    ├── current-time-*.html    # 各城市时间页面
    ├── styles.css            # 主样式文件
    ├── script.js             # JavaScript文件
    ├── sitemap.xml           # 网站地图
    └── robots.txt            # 搜索引擎爬虫配置
    ```
    
    ## 🚀 技术栈
    
    - **前端框架**: 纯HTML5 + CSS3 + JavaScript
    - **样式**: 响应式设计,支持移动端
    - **SEO优化**: 完整的meta标签、sitemap、robots.txt
    - **数据处理**: 浏览器本地计算,保护隐私
    - **外部库**: 
      - CryptoJS (MD5加密)
      - Google Analytics (访问统计)
    
    ## 📊 SEO优化
    
    ### 已实施的优化措施
    
    1. **完整的Meta标签**
       - 标题、描述、关键词
       - Open Graph标签
       - Canonical标签
    
    2. **结构化数据**
       - 清晰的HTML语义化标签
       - 合理的标题层级
    
    3. **网站地图**
       - sitemap.xml包含所有页面
       - 定期更新
    
    4. **robots.txt**
       - 允许搜索引擎爬取
       - 指定sitemap位置
    
    5. **内容质量**
       - 原创实用内容
       - 详细的使用说明
       - 丰富的工具文档
    
    ## 🎯 AdSense优化
    
    为满足Google AdSense要求,网站已进行以下改进:
    
    ### 内容要求
    ✅ 原创且有价值的内容
    ✅ 清晰的网站导航
    ✅ 完整的关

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.