Skip to content

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamSoul Knowledge

English  |  简体中文

Reusable agent skills with human-readable guides. Each skill contains its own instructions and reference material, so it can be installed independently.

Skills and guides

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 / 中文

Install in Codex

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.”

Structure

  • 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.

License

MIT

Releases

Packages

Contributors