English | 简体中文
Reusable agent skills with human-readable guides. Each skill contains its own instructions and reference material, so it can be installed independently.
| Skill | Purpose | Guide |
|---|---|---|
| git-workflow | Git operations and recovery | English / 中文 |
| literature-search | Academic literature discovery and screening | English / 中文 |
| paper-analysis | Critical reading of selected papers | English / 中文 |
| python-environment | Python environments and troubleshooting | English / 中文 |
| pytorch-project | PyTorch training and reproducibility | English / 中文 |
| mongodb-development | MongoDB development workflows | English / 中文 |
Send this message to Codex to install one skill:
$skill-installer
Install the skill at:
https://github.com/DreamSoul-AI/knowledge/tree/main/skills/paper-analysis
Replace paper-analysis with another skill name from the table.
To install manually for a project, copy the entire skill directory into
<project>/.agents/skills/. Keep SKILL.md, agents/, and references/ together.
After installation, ask Codex to use the skill, for example: “Use paper-analysis to analyze this paper.”
skills/<name>/SKILL.md: when to use the skill and how to perform the task.skills/<name>/agents/openai.yaml: Codex interface metadata.skills/<name>/references/: English and Chinese guides, read when relevant.
Each guide is maintained inside its skill. Links to other skills on GitHub are optional further reading, not required local dependencies.