在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:191
forks:36
updated:2026年4月26日 04:02
文件资源管理器
SKILL.md
| name | docs-reader |
| description | Answers questions using project documentation in docs/en/. |
| version | 1.0.0 |
Use this skill to answer questions from the maintained documentation in docs/en/.
Prefer the docs over memory, and point users to the smallest relevant page.
| User Intent | Section | Location |
|---|---|---|
| Learn by building | Tutorial | docs/en/tutorial/ |
| Complete a task | How-To Guides | docs/en/how-to/ |
| Understand a pattern | Concepts | docs/en/concepts/ |
| Look up facts | Reference | docs/en/reference/ |
| Question | Read |
|---|---|
| Setup | docs/en/getting-started/quick-start.md |
| Project layout | docs/en/getting-started/project-structure.md |
| Add a domain | docs/en/how-to/add-new-domain.md |
| Add a Celery task | docs/en/how-to/add-celery-task.md |
| Write tests | docs/en/tutorial/06-testing.md |
| Environment variables | docs/en/reference/environment-variables.md |
| Make commands | docs/en/reference/makefile.md |
| Docker services | docs/en/reference/docker-services.md |
Controller -> Use Case / Service -> Model
src/fastdjango/foundation/.src/fastdjango/core/<domain>/delivery/.src/fastdjango/entrypoints/.diwire with recursive auto-wiring.BaseController or Django-aware BaseTransactionController.BaseAsyncController.BaseCelerySchema.BaseFastAPISchema.For deeper lookup, see the reference files in this skill.