为 Auto-claude-code-research-in-sleep (ARIS) 做贡献
Description
[English](CONTRIBUTING.md) | 中文版 感谢你对 ARIS 项目的关注!本文档提供了参与贡献的指南和说明。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for wanshuiyin/Auto-claude-code-research-in-sleep, shared by 4 entries
in this directory. It describes the repository, not this entry specifically.
为 Auto-claude-code-research-in-sleep (ARIS) 做贡献
[English](CONTRIBUTING.md) | 中文版
感谢你对 ARIS 项目的关注!本文档提供了参与贡献的指南和说明。
贡献方式
- 报告 Bug 或问题
- 建议新功能或 Skill
- 改进文档
- 添加翻译
- 分享你的使用案例和反馈
开始之前
- Fork 本仓库
- 克隆你的 Fork:
git clone https://github.com/你的用户名/Auto-claude-code-research-in-sleep.git cd Auto-claude-code-research-in-sleep - 为你的更改创建分支:
git checkout -b 你的功能名称
开发
Skill 开发
Skills 是位于 `skills/` 目录下的 Markdown 文件。每个 Skill 包含:
- Frontmatter:YAML 元数据(name、description、allowed-tools)
- 内容:Skill 的指令说明
Skill 结构示例:
---
name: my-skill
description: 这个 Skill 的功能
argument-hint: [可选参数提示]
allowed-tools: Read, Write, Bash(*)
---
# Skill 标题
指令内容...
测试你的更改
提交前请:
- 安装你修改的 Skill:
cp -r skills/your-skill ~/.claude/skills/ - 在 Claude Code 中测试:
/your-skill 测试参数 - 验证 Skill 按预期工作
Pull Request 流程
- 确保你的更改有完善的文档说明
- 如果添加了新的 Skill 或功能,请更新 README.md
- 保持 PR 聚焦于单一更改
- 编写清晰的提交信息
PR 检查清单
- 代码符合项目风格
- 文档已更新(如适用)
- 更改已在本地测试
行为准则
- 保持尊重和包容
- 专注于建设性反馈
- 帮助他人学习和成长
有问题?
欢迎提交 Issue 提问,或加入我们的微信群(二维码见 README)。
许可证
通过提交贡献,你同意将你的贡献以 MIT 许可证授权。
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11